[SCM] UNNAMED PROJECT branch, master, updated. debian/1.6.1-8-gc720ad6

Thomas Koch thomas at koch.ro
Mon May 27 17:41:33 UTC 2013


The following commit has been merged in the master branch:
commit 88f31eea6a88bbbcd41d99c4168bd7e39fbfe8ab
Author: Thomas Koch <thomas at koch.ro>
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 <pkg-java-maintainers at lists.alioth.debian.or
 Uploaders: Torsten Werner <twerner at debian.org>, Ludovic Claude <ludovic.claude at laposte.net>,
  Damien Raude-Morvan <drazzib at debian.org>, Thomas Koch <thomas at koch.ro>, Emmanuel Bourg <ebourg at apache.org>
 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



More information about the pkg-java-commits mailing list