[maven-dependency-plugin] 02/18: Removed 01-fix-plugin-annotations.patch (fixed upstream)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Sep 4 18:50:10 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-dependency-plugin.

commit c272e3bd45e08298f0a51347361b65c66a1cfc86
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Mon Sep 4 13:06:30 2017 +0200

    Removed 01-fix-plugin-annotations.patch (fixed upstream)
---
 debian/changelog                               |  8 ++++++++
 debian/patches/01-fix-plugin-annotations.patch | 15 ---------------
 debian/patches/series                          |  1 -
 3 files changed, 8 insertions(+), 16 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f1b835b..ec7f215 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+maven-dependency-plugin (2.9-1) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * New upstream release
+    - Removed 01-fix-plugin-annotations.patch (fixed upstream)
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Mon, 04 Sep 2017 13:03:44 +0200
+
 maven-dependency-plugin (2.8-3) unstable; urgency=medium
 
   * Team upload
diff --git a/debian/patches/01-fix-plugin-annotations.patch b/debian/patches/01-fix-plugin-annotations.patch
deleted file mode 100644
index 97d935c..0000000
--- a/debian/patches/01-fix-plugin-annotations.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Description: Replace the @Component annotation with @Parameter for the 'project' field to avoid a build failure
-Author: Emmanuel Bourg <ebourg at apache.org>
-Forwarded: not-needed
-Bug-Debian: https://bugs.debian.org/799003
---- a/src/main/java/org/apache/maven/plugin/dependency/analyze/AnalyzeReportMojo.java
-+++ b/src/main/java/org/apache/maven/plugin/dependency/analyze/AnalyzeReportMojo.java
-@@ -55,7 +55,7 @@
-     /**
-      * The Maven project to analyze.
-      */
--    @Component
-+    @Parameter( defaultValue = "${project}", readonly = true, required = true )
-     private MavenProject project;
- 
-     /**
diff --git a/debian/patches/series b/debian/patches/series
index 54db84a..87907a3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
-01-fix-plugin-annotations.patch
 02-plexus-utils-compatibility.patch
 03-classworlds-compatibility.patch
 04-maven-compatibility.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-dependency-plugin.git



More information about the pkg-java-commits mailing list