[pkg-java] r17650 - in trunk/maven-plugin-testing/debian: . patches

Tony Mancill tmancill at moszumanska.debian.org
Thu Jan 9 06:17:09 UTC 2014


Author: tmancill
Date: 2014-01-09 06:17:09 +0000 (Thu, 09 Jan 2014)
New Revision: 17650

Modified:
   trunk/maven-plugin-testing/debian/changelog
   trunk/maven-plugin-testing/debian/patches/0002-fix-dependency-on-maven-test-tools.patch
Log:
update maven-test-tools version patch

Modified: trunk/maven-plugin-testing/debian/changelog
===================================================================
--- trunk/maven-plugin-testing/debian/changelog	2014-01-08 16:34:49 UTC (rev 17649)
+++ trunk/maven-plugin-testing/debian/changelog	2014-01-09 06:17:09 UTC (rev 17650)
@@ -1,3 +1,11 @@
+maven-plugin-testing (1.3-2) unstable; urgency=medium
+
+  * Team upload.
+  * Update maven-test-tools version in pom for version 1.3
+    - Thanks to Roddy Shuler.  (Closes: #733434)
+
+ -- tony mancill <tmancill at debian.org>  Wed, 08 Jan 2014 22:16:10 -0800
+
 maven-plugin-testing (1.3-1) unstable; urgency=low
 
   * Team upload.

Modified: trunk/maven-plugin-testing/debian/patches/0002-fix-dependency-on-maven-test-tools.patch
===================================================================
--- trunk/maven-plugin-testing/debian/patches/0002-fix-dependency-on-maven-test-tools.patch	2014-01-08 16:34:49 UTC (rev 17649)
+++ trunk/maven-plugin-testing/debian/patches/0002-fix-dependency-on-maven-test-tools.patch	2014-01-09 06:17:09 UTC (rev 17650)
@@ -16,7 +16,7 @@
 +      <groupId>org.apache.maven.plugin-testing</groupId>
        <artifactId>maven-test-tools</artifactId>
 -      <version>1.0-alpha-2</version>
-+      <version>1.2</version>
++      <version>1.3</version>
        <scope>test</scope>
      </dependency>
    </dependencies>




More information about the pkg-java-commits mailing list