From hibernate-commits at lists.jboss.org Mon Sep 27 08:21:22 2010 Content-Type: multipart/mixed; boundary="===============0715729445624709064==" MIME-Version: 1.0 From: hibernate-commits at lists.jboss.org To: hibernate-commits at lists.jboss.org Subject: [hibernate-commits] Hibernate SVN: r20720 - in validator/trunk: hibernate-validator and 1 other directories. Date: Mon, 27 Sep 2010 08:21:22 -0400 Message-ID: <201009271221.o8RCLMOs016218@svn01.web.mwc.hst.phx2.redhat.com> --===============0715729445624709064== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: hardy.ferentschik Date: 2010-09-27 08:21:21 -0400 (Mon, 27 Sep 2010) New Revision: 20720 Modified: validator/trunk/hibernate-validator/pom.xml validator/trunk/hibernate-validator/src/test/suite/unit-tests.xml validator/trunk/pom.xml Log: HV-378 Updated pom variables. Also finally found the right syntax for the t= estng package syntax Modified: validator/trunk/hibernate-validator/pom.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- validator/trunk/hibernate-validator/pom.xml 2010-09-27 11:30:37 UTC (re= v 20719) +++ validator/trunk/hibernate-validator/pom.xml 2010-09-27 12:21:21 UTC (re= v 20720) @@ -154,7 +154,7 @@ maven-jar-plugin - ${pom.build.outputDirectory}/META-IN= F/MANIFEST.MF + ${project.build.outputDirectory}/MET= A-INF/MANIFEST.MF @@ -172,10 +172,10 @@ org.slf4j.*;version=3D"[1.5.6,2.0.0)" - org.hibernate.validator;version=3D"${pom.versi= on}", - org.hibernate.validator.constraints;version=3D= "${pom.version}", - org.hibernate.validator.messageinterpolation;v= ersion=3D"${pom.version}", - org.hibernate.validator.resourceloading;versio= n=3D"${pom.version}", + org.hibernate.validator;version=3D"${project.v= ersion}", + org.hibernate.validator.constraints;version=3D= "${project.version}", + org.hibernate.validator.messageinterpolation;v= ersion=3D"${project.version}", + org.hibernate.validator.resourceloading;versio= n=3D"${project.version}", @@ -244,7 +244,7 @@ Hibernate Validator ${project.version} Hibernate Validator ${project.version} - Red Hat Middleware, LLC. All Righ= ts Reserved]]> + Red Hat Middleware, LLC. = All Rights Reserved]]> @@ -342,12 +342,4 @@ - - - - org.apache.maven.plugins - maven-project-info-reports-plugin - - - Modified: validator/trunk/hibernate-validator/src/test/suite/unit-tests.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- validator/trunk/hibernate-validator/src/test/suite/unit-tests.xml 2010-= 09-27 11:30:37 UTC (rev 20719) +++ validator/trunk/hibernate-validator/src/test/suite/unit-tests.xml 2010-= 09-27 12:21:21 UTC (rev 20720) @@ -3,25 +3,7 @@ - - - - - - - - - - - - - - - - - - - + - \ No newline at end of file + Modified: validator/trunk/pom.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- validator/trunk/pom.xml 2010-09-27 11:30:37 UTC (rev 20719) +++ validator/trunk/pom.xml 2010-09-27 12:21:21 UTC (rev 20720) @@ -56,7 +56,7 @@ org.hibernate hibernate-validator - ${version} + ${project.version} javax.validation @@ -345,43 +345,4 @@ https://repository.jboss.org/nexus/content/repositories/s= napshots/ - - - - - org.apache.maven.plugins - maven-project-info-reports-plugin - 2.0.1 - - - org.codehaus.mojo - jxr-maven-plugin - - - maven-surefire-plugin - - - maven-clover-plugin - - - org.apache.maven.plugins - maven-pmd-plugin - - 1.5 - - - - org.codehaus.mojo - taglist-maven-plugin - - - org.codehaus.mojo - changelog-maven-plugin - - - org.codehaus.mojo - changes-maven-plugin - - - --===============0715729445624709064==--