[maven-debian-helper] 04/05: Depend on maven-repo-helper >= 1.8.9
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Sep 4 08:09:48 UTC 2014
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository maven-debian-helper.
commit 227cd6e7c26b5603074c6137665f133442f3e02b
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Thu Sep 4 10:07:42 2014 +0200
Depend on maven-repo-helper >= 1.8.9
---
debian/changelog | 1 +
debian/control | 4 ++--
pom.xml | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e4b885e..28e1ba1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ maven-debian-helper (1.6.9) UNRELEASED; urgency=medium
* Marked jacoco-maven-plugin as a documentation plugin
* Use the uscan --no-symlink option instead of --rename in the generated
debian/rule get-orig-source target to work around #748462
+ * Depend on maven-repo-helper >= 1.8.9
-- Emmanuel Bourg <ebourg at apache.org> Thu, 04 Sep 2014 09:51:27 +0200
diff --git a/debian/control b/debian/control
index 0b3a967..57cd4d6 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends-Indep: junit4,
libcommons-io-java,
libmaven-plugin-tools-java,
libplexus-velocity-java,
- maven-repo-helper (>= 1.8.6)
+ maven-repo-helper (>= 1.8.9)
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-java/maven-debian-helper.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/maven-debian-helper.git
@@ -21,7 +21,7 @@ Homepage: http://wiki.debian.org/Java/MavenBuilder
Package: maven-debian-helper
Architecture: all
-Depends: ${misc:Depends}, default-jdk, maven-repo-helper (>= 1.8.6), maven2 (>= 2.2.1-5),
+Depends: ${misc:Depends}, default-jdk, maven-repo-helper (>= 1.8.9), maven2 (>= 2.2.1-5),
libmaven-clean-plugin-java,
libmaven-compiler-plugin-java,
libmaven-jar-plugin-java,
diff --git a/pom.xml b/pom.xml
index 48d0dbe..9dd232c 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.8</version>
+ <version>1.8.9</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-debian-helper.git
More information about the pkg-java-commits
mailing list