[pkg-java] r13074 - trunk/maven-debian-helper/maven-packager-utils
Ludovic Claude
ludovicc-guest at alioth.debian.org
Thu Nov 11 14:25:33 UTC 2010
Author: ludovicc-guest
Date: 2010-11-11 14:25:23 +0000 (Thu, 11 Nov 2010)
New Revision: 13074
Modified:
trunk/maven-debian-helper/maven-packager-utils/pom.xml
Log:
* fix build issue
Modified: trunk/maven-debian-helper/maven-packager-utils/pom.xml
===================================================================
--- trunk/maven-debian-helper/maven-packager-utils/pom.xml 2010-11-10 23:14:32 UTC (rev 13073)
+++ trunk/maven-debian-helper/maven-packager-utils/pom.xml 2010-11-11 14:25:23 UTC (rev 13074)
@@ -6,7 +6,7 @@
<parent>
<artifactId>maven-debian</artifactId>
<groupId>org.debian.maven</groupId>
- <version>1.2</version>
+ <version>1.3</version>
</parent>
<artifactId>maven-packager-utils</artifactId>
@@ -14,11 +14,6 @@
<name>Maven Packager Utilities</name>
<dependencies>
- <dependency> <!-- Not needed, but a temporary fix for a bug where plexus-utils 1.1 is searched for -->
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-utils</artifactId>
- <version>1.5.8</version>
- </dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
More information about the pkg-java-commits
mailing list