[maven-resolver] 09/11: Fixed the build failure caused by the update of sisu-maven-plugin (Closes: #868999)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Aug 3 11:53:21 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository maven-resolver.
commit c8d23361fb4e4a17236ad0116183c7305c7c693c
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Thu Aug 3 13:47:47 2017 +0200
Fixed the build failure caused by the update of sisu-maven-plugin (Closes: #868999)
---
debian/changelog | 2 ++
debian/control | 2 +-
debian/patches/01-sisu-maven-plugin.patch | 2 +-
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6276016..36588ac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
maven-resolver (1.0.3-2) UNRELEASED; urgency=medium
* Team upload.
+ * Fixed the build failure caused by the update of sisu-maven-plugin
+ (Closes: #868999)
* Build depend on libplexus-component-metadata-java
instead of libplexus-containers1.5-java
* Depend on libwagon2-java instead of libwagon-java
diff --git a/debian/control b/debian/control
index b4edbb5..fb8df09 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends-Indep: junit4,
libmaven-bundle-plugin-java,
libplexus-component-metadata-java,
libsisu-plexus-java,
- libsisu-maven-plugin-java,
+ libsisu-maven-plugin-java (>= 1.4),
libwagon2-java
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/maven-resolver.git
diff --git a/debian/patches/01-sisu-maven-plugin.patch b/debian/patches/01-sisu-maven-plugin.patch
index e2e1338..b147427 100644
--- a/debian/patches/01-sisu-maven-plugin.patch
+++ b/debian/patches/01-sisu-maven-plugin.patch
@@ -8,7 +8,7 @@ Forwarded: no
<groupId>org.eclipse.sisu</groupId>
<artifactId>sisu-maven-plugin</artifactId>
- <version>0.0.0.M2</version>
-+ <version>1.1</version>
++ <version>1.4</version>
<executions>
<execution>
<id>generate-index</id>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-resolver.git
More information about the pkg-java-commits
mailing list