This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-jar-plugin.
commit 31cf509e169d3a55b5b53c00b9bbb92db0107e30 Author: Emmanuel Bourg <[email protected]> Date: Tue Jul 18 12:22:09 2017 +0200 Depend on libmaven3-core-java instead of libmaven2-core-java --- debian/changelog | 3 ++- debian/control | 2 +- debian/maven.rules | 5 +++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4e3a2f1..7c91e1d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,8 @@ -maven-jar-plugin (2.6-1) UNRELEASED; urgency=medium +maven-jar-plugin (3.0.0-1) UNRELEASED; urgency=medium * Team upload. * New upstream release + - Depend on libmaven3-core-java instead of libmaven2-core-java - Relocate the version 2.4 used by Maven to the current one - Removed the unused dependency on libmaven-enforcer-plugin-java * Build with the DH sequencer instead of CDBS diff --git a/debian/control b/debian/control index 2624bb5..31d187a 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Build-Depends: libmaven-invoker-plugin-java, libmaven-plugin-testing-java, libmaven-plugin-tools-java (>= 3.2), - libmaven2-core-java, + libmaven3-core-java, libplexus-archiver-java, libplexus-io-java, libplexus-utils-java, diff --git a/debian/maven.rules b/debian/maven.rules index 54e084e..1c8192e 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -20,3 +20,8 @@ s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing-harness * s/.*/debian/ * * s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-test-tools * s/.*/debian/ * * junit junit jar s/3\..*/3.x/ + +org.apache.maven maven-artifact * s/.*/3.x/ * * +org.apache.maven maven-compat * s/.*/3.x/ * * +org.apache.maven maven-core * s/.*/3.x/ * * +org.apache.maven maven-plugin-api * s/.*/3.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-jar-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

