This is an automated email from the git hooks/post-receive script. eugene-guest pushed a commit to branch master in repository libhibernate-validator-java.
commit bebb2573e3f25abc03b10b6eb4023fff7b720f23 Author: Eugene Zhukov <[email protected]> Date: Fri Oct 4 08:25:20 2013 +0000 TestNG dependency update --- debian/changelog | 8 +++++++ debian/maven.rules | 1 + debian/patches/pom_testng_classifier.patch | 35 ++++++++++++++++++++++++++++ debian/patches/series | 1 + 4 files changed, 45 insertions(+) diff --git a/debian/changelog b/debian/changelog index fb9f329..b515503 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libhibernate-validator-java (4.0.2.GA-8) unstable; urgency=low + + * Team upload. + * add patch to remove jdk15 classifier from testng dependency from pom.xml + * fix testng version handling in d/maven.rules + + -- Eugene Zhukov <[email protected]> Fri, 04 Oct 2013 05:58:30 +0000 + libhibernate-validator-java (4.0.2.GA-7) unstable; urgency=low * Team upload. diff --git a/debian/maven.rules b/debian/maven.rules index ff0d70e..0f3620c 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -18,3 +18,4 @@ s/org.hibernate.java-persistence/javax.persistence/ s/jpa-api/persistence-api/ jar s/.*/debian/ s/javax.validation/org.apache.geronimo.specs/ s/validation-api/geronimo-validation_1.0_spec/ jar s/.*/debian/ +org.testng testng jar s/.*/6.x/ diff --git a/debian/patches/pom_testng_classifier.patch b/debian/patches/pom_testng_classifier.patch new file mode 100644 index 0000000..bb82d4d --- /dev/null +++ b/debian/patches/pom_testng_classifier.patch @@ -0,0 +1,35 @@ +Description: removes jdk15 classifier from testng dependency + * remove jdk15 classifier from testng dependency in pom.xml +Author: Eugene Zhukov <[email protected]> +Last-Update: 2013-10-04 + +--- a/hibernate-validator-tck-runner/pom.xml ++++ b/hibernate-validator-tck-runner/pom.xml +@@ -27,7 +27,6 @@ + <dependency> + <groupId>org.testng</groupId> + <artifactId>testng</artifactId> +- <classifier>jdk15</classifier> + </dependency> + <dependency> + <groupId>org.hibernate.jsr303.tck</groupId> +--- a/hibernate-validator/pom.xml ++++ b/hibernate-validator/pom.xml +@@ -60,7 +60,6 @@ + <groupId>org.testng</groupId> + <artifactId>testng</artifactId> + <scope>test</scope> +- <classifier>jdk15</classifier> + </dependency> + </dependencies> + <build> +--- a/pom.xml ++++ b/pom.xml +@@ -63,7 +63,6 @@ + <groupId>org.testng</groupId> + <artifactId>testng</artifactId> + <version>5.8</version> +- <classifier>jdk15</classifier> + </dependency> + </dependencies> + </dependencyManagement> diff --git a/debian/patches/series b/debian/patches/series index be18c7a..3de461c 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -3,3 +3,4 @@ 0002-disable-maven-surefire-report-plugin.patch disable-jpa-persistence-check.patch jaxb-binding-fixes.patch +pom_testng_classifier.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libhibernate-validator-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

