The following commit has been merged in the master branch:
commit 88f31eea6a88bbbcd41d99c4168bd7e39fbfe8ab
Author: Thomas Koch <[email protected]>
Date:   Sun May 26 11:30:30 2013 +0200

    Depend on maven-repo-helper >= 1.8.3

diff --git a/debian/control b/debian/control
index f251194..d6a1a99 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers 
<[email protected]
 Uploaders: Torsten Werner <[email protected]>, Ludovic Claude 
<[email protected]>,
  Damien Raude-Morvan <[email protected]>, Thomas Koch <[email protected]>, 
Emmanuel Bourg <[email protected]>
 Build-Depends: cdbs, debhelper (>= 7), default-jdk, maven-ant-helper (>= 7.0), 
ant-optional, help2man
-Build-Depends-Indep: maven-repo-helper (= 1.8.2), junit4, 
libmaven-plugin-tools-java,
+Build-Depends-Indep: maven-repo-helper (>= 1.8.3), junit4, 
libmaven-plugin-tools-java,
  libplexus-velocity-java, libcommons-io-java
 Standards-Version: 3.9.4
 Vcs-Git: git://anonscm.debian.org/pkg-java/maven-debian-helper.git
@@ -14,7 +14,7 @@ Homepage: http://wiki.debian.org/Java/MavenBuilder
 
 Package: maven-debian-helper
 Architecture: all
-Depends: ${misc:Depends}, default-jdk, maven-repo-helper (= 1.8.2), maven2 (>= 
2.2.1-5),
+Depends: ${misc:Depends}, default-jdk, maven-repo-helper (>= 1.8.3), maven2 
(>= 2.2.1-5),
  libmaven-clean-plugin-java, libmaven-resources-plugin-java,
  libmaven-compiler-plugin-java, libmaven-jar-plugin-java, 
libmaven-site-plugin-java,
  libsurefire-java, velocity, libplexus-velocity-java
diff --git a/pom.xml b/pom.xml
index f94e044..1104ce7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
             <dependency>
                 <groupId>org.debian.maven</groupId>
                 <artifactId>maven-repo-helper</artifactId>
-                <version>1.8.1</version>
+                <version>1.8.3</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.maven</groupId>

-- 
UNNAMED PROJECT

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to