[maven] 15/24: Removed the Maven rule for commons-lang3 (no longer use the 3.x artifact)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue May 23 21:54:59 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch maven-3.5
in repository maven.
commit 25e98d25c5ee8a69b5586a4c3e2cf0fe3dcb46cd
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed May 17 16:09:51 2017 +0200
Removed the Maven rule for commons-lang3 (no longer use the 3.x artifact)
---
debian/changelog | 1 +
debian/control | 2 +-
debian/maven.rules | 2 --
3 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2e28664..6fdd5e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ maven (3.5.0-1) UNRELEASED; urgency=medium
* Build with maven-debian-helper instead of Ant
* Switch to debhelper level 10
* No longer use debian/orig-tar.sh to download the upstream tarball
+ * Removed the Maven rule for commons-lang3 (no longer use the 3.x artifact)
-- Emmanuel Bourg <ebourg at apache.org> Mon, 15 May 2017 11:13:10 +0200
diff --git a/debian/control b/debian/control
index 42d7afc..9a209ed 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper
Build-Depends-Indep: junit4,
libcommons-cli-java (>= 1.4),
libcommons-jxpath-java,
- libcommons-lang3-java,
+ libcommons-lang3-java (>= 3.4-2~),
libcommons-logging-java,
libeasymock-java,
libguice-java (>= 4.0),
diff --git a/debian/maven.rules b/debian/maven.rules
index de71744..b6d4a4c 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -4,8 +4,6 @@ s/easymock/org.easymock/ easymock * s/.*/debian/ * *
org.eclipse.sisu org.eclipse.sisu.plexus * s/.*/debian/ * *
s/org.eclipse.sisu/org.sonatype.plugins/ sisu-maven-plugin * s/.*/1.1/ * *
-org.apache.commons commons-lang3 * s/3\..*/3.x/ * *
-
org.apache.maven.wagon * jar s/.*/2.x/ * *
org.codehaus.plexus plexus-classworlds * s/.*/2.x/ * *
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven.git
More information about the pkg-java-commits
mailing list