This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository properties-maven-plugin.
commit b2a162fa86880d4a6d9e54038c822859373ff0bf Author: Emmanuel Bourg <[email protected]> Date: Sat Jul 29 18:16:18 2017 +0200 Depend on libmaven3-core-java instead of libmaven2-core-java --- debian/changelog | 1 + debian/control | 2 +- debian/maven.rules | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4b727fb..404e89a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ properties-maven-plugin (1.0.0-1) UNRELEASED; urgency=medium * New upstream release - Build depend on junit4 instead of junit - New build dependency on libplexus-maven-plugin-java + * Depend on libmaven3-core-java instead of libmaven2-core-java * Build with the DH sequencer instead of CDBS * Removed the *-java-doc package * Moved the package to Git diff --git a/debian/control b/debian/control index 731bed0..e6084c4 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: default-jdk, junit4, libmaven-plugin-tools-java, - libmaven2-core-java, + libmaven3-core-java, libplexus-maven-plugin-java, libplexus-utils-java, maven-debian-helper (>= 1.5) diff --git a/debian/maven.rules b/debian/maven.rules index 3856b25..9c37210 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,2 +1,5 @@ junit junit jar s/.*/4.x/ * * +org.apache.maven maven-model * s/.*/3.x/ * * +org.apache.maven maven-plugin-api * s/.*/3.x/ * * +org.apache.maven s/maven-project/maven-core/ * s/.*/3.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/properties-maven-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

