[pkg-java] r13905 - in trunk/maven2-core/debian: . patches
Miguel Landaeta
nomadium-guest at alioth.debian.org
Wed Aug 3 02:45:56 UTC 2011
Author: nomadium-guest
Date: 2011-08-03 02:45:56 +0000 (Wed, 03 Aug 2011)
New Revision: 13905
Added:
trunk/maven2-core/debian/patches/0004-update-maven-antrun-plugin.patch
Modified:
trunk/maven2-core/debian/changelog
trunk/maven2-core/debian/control
trunk/maven2-core/debian/patches/series
Log:
* Team upload.
* Update maven-antrun-plugin version from 1.3 to 1.6.
* Bump Standards-Version to 3.9.2. No changes were required.
Modified: trunk/maven2-core/debian/changelog
===================================================================
--- trunk/maven2-core/debian/changelog 2011-08-02 23:10:05 UTC (rev 13904)
+++ trunk/maven2-core/debian/changelog 2011-08-03 02:45:56 UTC (rev 13905)
@@ -1,3 +1,11 @@
+maven2-core (2.2.1-5) UNRELEASED; urgency=low
+
+ * Team upload.
+ * Update maven-antrun-plugin version from 1.3 to 1.6.
+ * Bump Standards-Version to 3.9.2. No changes were required.
+
+ -- Miguel Landaeta <miguel at miguel.cc> Tue, 02 Aug 2011 21:36:46 -0430
+
maven2-core (2.2.1-4) unstable; urgency=low
* Remove broken patch from last release.
Modified: trunk/maven2-core/debian/control
===================================================================
--- trunk/maven2-core/debian/control 2011-08-02 23:10:05 UTC (rev 13904)
+++ trunk/maven2-core/debian/control 2011-08-03 02:45:56 UTC (rev 13905)
@@ -13,7 +13,7 @@
libplexus-archiver-java, libplexus-sec-dispatcher-java (>= 1.3),
libplexus-interactivity-api-java (>=1.0-alpha-6), libplexus-interpolation-java (>= 1.11),
libplexus-utils-java (>=1:1.5.15), libwagon-java, libbackport-util-concurrent-java (>= 3.1)
-Standards-Version: 3.8.4
+Standards-Version: 3.9.2
Homepage: http://maven.apache.org/
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven2-core
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven2-core
Added: trunk/maven2-core/debian/patches/0004-update-maven-antrun-plugin.patch
===================================================================
--- trunk/maven2-core/debian/patches/0004-update-maven-antrun-plugin.patch (rev 0)
+++ trunk/maven2-core/debian/patches/0004-update-maven-antrun-plugin.patch 2011-08-03 02:45:56 UTC (rev 13905)
@@ -0,0 +1,16 @@
+Description: Update version of maven-antrun-plugin
+Author: Miguel Landaeta <miguel at miguel.cc>
+Forwarded: no
+Last-Update: 2011-08-02
+
+--- maven2-core-2.2.1.orig/maven-project/src/main/resources/org/apache/maven/project/pom-4.0.0.xml
++++ maven2-core-2.2.1/maven-project/src/main/resources/org/apache/maven/project/pom-4.0.0.xml
+@@ -72,7 +72,7 @@ under the License.
+ <plugins>
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+- <version>1.3</version>
++ <version>1.6</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
Modified: trunk/maven2-core/debian/patches/series
===================================================================
--- trunk/maven2-core/debian/patches/series 2011-08-02 23:10:05 UTC (rev 13904)
+++ trunk/maven2-core/debian/patches/series 2011-08-03 02:45:56 UTC (rev 13905)
@@ -1,3 +1,4 @@
0001-remove-webdav-support.patch
0002-update-plugin-versions.patch
0003-update-plexus-utils.patch
+0004-update-maven-antrun-plugin.patch
More information about the pkg-java-commits
mailing list