This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository openjpa.
commit 66e48e5def8f5068f6ac12d534260113d17bf932 Author: Emmanuel Bourg <[email protected]> Date: Tue Sep 26 09:17:38 2017 +0200 Removed the build dependency on libmaven-enforcer-plugin-java --- debian/changelog | 3 ++- debian/control | 1 - debian/maven.ignoreRules | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3f1aa9a..020a9a8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,7 +8,8 @@ openjpa (2.4.2-2) UNRELEASED; urgency=medium * Update copyright info. [ Emmanuel Bourg ] - * Removed the build dependency on libmaven-install-plugin-java + * Removed the build dependency on libmaven-enforcer-plugin-java + and libmaven-install-plugin-java -- Miguel Landaeta <[email protected]> Wed, 09 Aug 2017 21:24:25 +0100 diff --git a/debian/control b/debian/control index 4d47fc4..f783351 100644 --- a/debian/control +++ b/debian/control @@ -31,7 +31,6 @@ Build-Depends: ant, libmaven-antrun-plugin-java, libmaven-bundle-plugin-java, libmaven-dependency-plugin-java, - libmaven-enforcer-plugin-java, libmaven-javadoc-plugin-java, libmaven-shade-plugin-java, libpostgresql-jdbc-java, diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index 8c6543f..c4710ac 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -8,4 +8,5 @@ org.codehaus.mojo ianal-maven-plugin * * * * org.codehaus.mojo buildnumber-maven-plugin * * * * org.apache.maven.plugins maven-checkstyle-plugin * * * * org.apache.rat apache-rat-plugin * * * * +org.apache.maven.plugins maven-enforcer-plugin * * * * org.apache.maven.plugins maven-source-plugin * * * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openjpa.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

