[maven-ear-plugin] 15/17: Refreshed the patch
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Dec 9 14:09:47 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository maven-ear-plugin.
commit 2b52eecf48e4a7748320eae96c0712c6eac8313e
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Dec 9 15:00:45 2015 +0100
Refreshed the patch
---
debian/changelog | 4 +++-
debian/patches/descriptor.patch | 13 ++++++-------
2 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 57beef4..f3d9eeb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
-maven-ear-plugin (2.3.2-4) UNRELEASED; urgency=low
+maven-ear-plugin (2.8-1) UNRELEASED; urgency=low
* Team upload.
+ * New upstream release
+ - Refreshed the patch
* debian/control:
- Standards-Version updated to 3.9.6 (no changes)
- Use canonical URLs for the Vcs-* fields
diff --git a/debian/patches/descriptor.patch b/debian/patches/descriptor.patch
index 6252126..5411d9f 100644
--- a/debian/patches/descriptor.patch
+++ b/debian/patches/descriptor.patch
@@ -1,19 +1,18 @@
--- a/src/main/java/org/apache/maven/plugin/ear/EarMojo.java
+++ b/src/main/java/org/apache/maven/plugin/ear/EarMojo.java
-@@ -196,14 +196,14 @@
- private MavenArchiveConfiguration archive = new MavenArchiveConfiguration();
+@@ -237,13 +237,13 @@
/**
-- * @component
-+ * @component role="org.apache.maven.project.MavenProjectHelper"
*/
+- @Component
++ @Component( role = MavenProjectHelper.class )
private MavenProjectHelper projectHelper;
/**
* The archive manager.
- *
-- * @component
-+ * @component role="org.codehaus.plexus.archiver.manager.ArchiverManager"
*/
+- @Component
++ @Component( role = ArchiverManager.class )
private ArchiverManager archiverManager;
+ /**
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-ear-plugin.git
More information about the pkg-java-commits
mailing list