[plexus-compiler] 01/01: Fixed the scope of junit for plexus-compiler-api
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Sep 18 14:02:02 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository plexus-compiler.
commit 55ce91e96ad0be7e8f6bdbe3177bfe58f6185cdd
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Sep 18 15:47:22 2017 +0200
Fixed the scope of junit for plexus-compiler-api
---
debian/changelog | 7 +++++++
debian/patches/missing-dependency-management-entries.patch | 10 ++++++++++
2 files changed, 17 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 92678f1..c34e831 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+plexus-compiler (2.8.2-5) unstable; urgency=medium
+
+ * Team upload.
+ * Fixed the scope of junit for plexus-compiler-api
+
+ -- Emmanuel Bourg <ebourg at apache.org> Mon, 18 Sep 2017 15:31:35 +0200
+
plexus-compiler (2.8.2-4) unstable; urgency=medium
* Team upload.
diff --git a/debian/patches/missing-dependency-management-entries.patch b/debian/patches/missing-dependency-management-entries.patch
index 858beb8..41097b6 100644
--- a/debian/patches/missing-dependency-management-entries.patch
+++ b/debian/patches/missing-dependency-management-entries.patch
@@ -22,3 +22,13 @@ Forwarded: not-needed
</dependencies>
</dependencyManagement>
<dependencies>
+--- a/plexus-compiler-api/pom.xml
++++ b/plexus-compiler-api/pom.xml
+@@ -21,6 +21,7 @@
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
++ <scope>test</scope>
+ </dependency>
+ </dependencies>
+ </project>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-compiler.git
More information about the pkg-java-commits
mailing list