X-Git-Url: https://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=pom.xml;h=714edad70fc73b7e16e248d94e624011a058fde1;hp=7bbb87b9b65cb0d2925247fc0cfd84f88278de62;hb=e44434257040745e66e0596b262dd0227b085729;hpb=4d1731f5549c45d692bc54e57c2a2d4c2bf0c8ec diff --git a/pom.xml b/pom.xml index 7bbb87b9..714edad7 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ hibernate4-maven-plugin Hibernate 4 Maven Plugin Plugin for generating a database-schema from Hibernate-4-Mapping-Annotations - 1.0-SNAPSHOT + 1.0.4-SNAPSHOT maven-plugin http://juplo.de/hibernate4-maven-plugin @@ -32,7 +32,7 @@ scm:git:http://juplo.de/git/hibernate4-maven-plugin - scm:git:ssh://juplo.de:/var/cache/git/juplo/hibernate4-maven-plugin + scm:git:ssh://juplo.de:/var/lib/git/juplo/hibernate4-maven-plugin http://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=summary @@ -44,10 +44,41 @@ + + + Adriano Machado + adriano.m.machado@hotmail.com + + + Lorenzo Nicora + lorenzo.nicora@nicus.it + + + Eduard Szente + eduard.szente@gmail.com + + + Stephen Johnson + stejohns@redhat.com + + + Victor Tatai + vtatai@gmail.com + + + Erik-Berndt Scheper + erik.berndt.scheper@gmail.com + + + Guido Wimmel + Wimmel.Guido@swm.de + + + www.juplo.de - scp://juplo.de/var/www/juplo/hibernate4-maven-plugin + scp://juplo.de/var/www/juplo/hibernate4-maven-plugin-${project.version} @@ -66,10 +97,10 @@ UTF-8 - 4.1.8.Final + 4.2.5.Final 3.0.4 1.0.1 - 1.0.2 + 1.0.3 @@ -95,7 +126,12 @@ ${hibernate-core.version} - net.sf.scannotation + org.hibernate + hibernate-envers + ${hibernate-core.version} + + + org.scannotation scannotation ${scannotation.version} @@ -146,7 +182,7 @@ org.apache.maven.plugins maven-source-plugin - 2.0.4 + 2.1.2 attach-sources @@ -165,11 +201,69 @@ install + + org.apache.maven.plugins + maven-resources-plugin + 2.3 + + + copy-resources + pre-site + + copy-resources + + + ${project.build.directory}/filtered-site + + + src/site + true + + + + + + + + org.apache.maven.plugins + maven-plugin-plugin + 3.2 + + + generated-helpmojo + + helpmojo + + + + + + + + maven-site-plugin + 3.3 + + + org.apache.maven.wagon + wagon-ssh + 1.0 + + + + + + + maven-site-plugin + 3.3 + + ${project.build.directory}/filtered-site + + org.apache.maven.plugins maven-changes-plugin @@ -178,7 +272,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.8.1 + 2.7 org.apache.maven.plugins