[maven-javadoc-plugin] 04/09: Update maven rules
Miguel Landaeta
nomadium at moszumanska.debian.org
Tue Aug 22 20:15:45 UTC 2017
This is an automated email from the git hooks/post-receive script.
nomadium pushed a commit to branch master
in repository maven-javadoc-plugin.
commit 693b8629edf4ec6f90cd0cc37b7afb6052457dae
Author: Miguel Landaeta <nomadium at debian.org>
Date: Tue Aug 22 20:51:25 2017 +0100
Update maven rules
---
debian/changelog | 3 ++-
debian/maven.ignoreRules | 1 +
debian/maven.rules | 8 ++++++++
3 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index f9a10dd..992c570 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,8 +12,9 @@ maven-javadoc-plugin (3.0.0~M1-1) UNRELEASED; urgency=medium
* Add new patch d/p/plexus-component-metadata-plugin-version.patch.
* Drop patch d/p/missing-maven-plugin-plugin-declaration.patch.
* Bump DH compat level to 10.
+ * Update Maven rules.
- -- Miguel Landaeta <nomadium at debian.org> Tue, 22 Aug 2017 20:48:36 +0100
+ -- Miguel Landaeta <nomadium at debian.org> Tue, 22 Aug 2017 20:50:47 +0100
maven-javadoc-plugin (2.10.4-1) unstable; urgency=medium
diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules
index c316e0d..cd14d49 100644
--- a/debian/maven.ignoreRules
+++ b/debian/maven.ignoreRules
@@ -5,3 +5,4 @@ org.mortbay.jetty jetty-client jar * * *
org.mortbay.jetty jetty jar * * *
org.apache.rat apache-rat-plugin * * * *
org.mockito mockito-core * * * *
+org.sonatype.aether aether-connector-wagon * * * *
diff --git a/debian/maven.rules b/debian/maven.rules
index 31194d0..84def03 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -1,5 +1,13 @@
org.codehaus.mojo clirr-maven-plugin * *
* maven-plugin-plugin maven-plugin s/.*/2.8/
junit junit jar s/3\..*/3.x/
+junit junit jar s/4\..*/4.x/
commons-httpclient commons-httpclient jar s/3\..*/3.x/
log4j log4j jar s/1\.2\..*/1.2.x/
+org.apache.maven maven-compat jar s/.*/3.x/ * *
+org.apache.maven maven-core jar s/.*/3.x/ * *
+org.apache.maven maven-model jar s/.*/3.x/ * *
+org.apache.maven maven-settings jar s/.*/3.x/ * *
+org.apache.maven maven-plugin-api jar s/.*/3.x/ * *
+org.apache.maven maven-artifact jar s/.*/3.x/ * *
+org.codehaus.plexus plexus-utils jar s/.*/2.x/ * *
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-javadoc-plugin.git
More information about the pkg-java-commits
mailing list