X-Git-Url: https://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=pom.xml;h=d2604e0653f70b4df30638de1b83609a90559c3c;hp=8713d9804c948fae17d9f38cc602e75d56f47f55;hb=64b7446c958efc15daf520c1ca929c6b8d3b8af5;hpb=62859b260a47e70870e795304756bba2750392e3 diff --git a/pom.xml b/pom.xml index 8713d980..d2604e06 100644 --- a/pom.xml +++ b/pom.xml @@ -10,12 +10,12 @@ de.juplo - hibernate4-maven-plugin - Hibernate 4 Maven Plugin - Plugin for generating a database-schema from Hibernate-4-Mapping-Annotations - 1.1.0-SNAPSHOT + hibernate-maven-plugin + Hibernate Maven Plugin + Plugin for generating a database-schema from Hibernate-Mapping-Annotations + 2.0-SNAPSHOT maven-plugin - http://juplo.de/hibernate4-maven-plugin + http://juplo.de/hibernate-maven-plugin 2.0.6 @@ -31,9 +31,9 @@ - scm:git:http://juplo.de/git/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 + scm:git:http://juplo.de/git/hibernate-maven-plugin + scm:git:ssh://juplo.de:/var/lib/git/juplo/hibernate-maven-plugin + http://juplo.de/gitweb/?p=hibernate-maven-plugin;a=summary @@ -108,7 +108,7 @@ www.juplo.de - scp://juplo.de/var/www/juplo/hibernate4-maven-plugin-${project.version} + scp://juplo.de/var/www/juplo/hibernate-maven-plugin-${project.version} @@ -127,12 +127,12 @@ UTF-8 - 4.3.9.Final - 5.1.3.Final + 5.0.2.Final + 5.2.2.Final 3.0.0 3.3.3 1.0.1 - 1.0.3 + 1.0.4 @@ -173,7 +173,7 @@ ${el-api.version} - org.scannotation + de.juplo scannotation ${scannotation.version} @@ -235,6 +235,23 @@ + + org.apache.maven.plugins + maven-javadoc-plugin + 2.7 + + -Xdoclint:none + + + + attach-javadoc + verify + + jar + + + + org.apache.maven.plugins maven-scm-plugin @@ -288,6 +305,7 @@ ${project.build.directory}/it verify true + ${maven.test.skip} @@ -307,6 +325,7 @@ 3.4 ${project.build.directory}/filtered-site + src/site/template.vm @@ -331,6 +350,36 @@ org.apache.maven.plugins maven-javadoc-plugin 2.7 + + -Xdoclint:none + + + goal + a + Goal: + + + phase + a + Phase: + + + threadSafe + a + Thread Safe: + + + requiresDependencyResolution + a + Requires Dependency Resolution: + + + requiresProject + a + Requires Project: + + + org.apache.maven.plugins