[pkg-java] r7601 - in trunk/maven-filtering/debian: . patches
twerner at alioth.debian.org
twerner at alioth.debian.org
Mon Dec 8 20:55:35 UTC 2008
Author: twerner
Date: 2008-12-08 20:55:35 +0000 (Mon, 08 Dec 2008)
New Revision: 7601
Modified:
trunk/maven-filtering/debian/changelog
trunk/maven-filtering/debian/patches/pom.diff
Log:
release
Modified: trunk/maven-filtering/debian/changelog
===================================================================
--- trunk/maven-filtering/debian/changelog 2008-12-08 20:48:55 UTC (rev 7600)
+++ trunk/maven-filtering/debian/changelog 2008-12-08 20:55:35 UTC (rev 7601)
@@ -1,6 +1,5 @@
maven-filtering (1.0~beta-2-1) unstable; urgency=low
- UNRELEASED
* Initial release. (Closes: #508102)
-- Torsten Werner <twerner at debian.org> Thu, 04 Dec 2008 19:29:26 +0100
Modified: trunk/maven-filtering/debian/patches/pom.diff
===================================================================
--- trunk/maven-filtering/debian/patches/pom.diff 2008-12-08 20:48:55 UTC (rev 7600)
+++ trunk/maven-filtering/debian/patches/pom.diff 2008-12-08 20:55:35 UTC (rev 7601)
@@ -1,7 +1,7 @@
Index: maven-filtering-1.0~beta-2/pom.xml
===================================================================
---- maven-filtering-1.0~beta-2.orig/pom.xml 2008-12-07 23:28:08.000000000 +0100
-+++ maven-filtering-1.0~beta-2/pom.xml 2008-12-07 21:58:16.000000000 +0100
+--- maven-filtering-1.0~beta-2.orig/pom.xml 2008-10-03 23:49:43.000000000 +0200
++++ maven-filtering-1.0~beta-2/pom.xml 2008-12-08 21:53:25.000000000 +0100
@@ -18,11 +18,13 @@
under the License.
-->
@@ -16,20 +16,23 @@
<prerequisites>
<maven>2.0.6</maven>
-@@ -58,9 +60,9 @@
+@@ -57,6 +59,7 @@
+ </plugins>
</pluginManagement>
<plugins>
++ <!--
<plugin>
-- <groupId>org.codehaus.plexus</groupId>
-- <artifactId>plexus-maven-plugin</artifactId>
-- <version>1.3.4</version>
-+ <groupId>org.apache.maven.plugins</groupId>
-+ <artifactId>maven-plugin-plugin</artifactId>
-+ <version>2.4.3</version>
- <executions>
- <execution>
- <goals>
-@@ -76,8 +78,11 @@
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-maven-plugin</artifactId>
+@@ -69,6 +72,7 @@
+ </execution>
+ </executions>
+ </plugin>
++ -->
+ </plugins>
+ </build>
+
+@@ -76,8 +80,11 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-project</artifactId>
@@ -42,7 +45,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
-@@ -103,20 +108,25 @@
+@@ -103,20 +110,25 @@
<artifactId>maven-settings</artifactId>
<version>2.0.6</version>
</dependency>
More information about the pkg-java-commits
mailing list