This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository plexus-resources.
commit 1cb9d4efb4d162d4d1c139913bc9d250a09df562 Author: Emmanuel Bourg <[email protected]> Date: Thu Jul 27 12:27:31 2017 +0200 Relocated the version 1.x to the generic 'debian' version --- debian/changelog | 1 + debian/libplexus-resources-java.poms | 2 +- debian/maven.publishedRules | 2 -- debian/maven.rules | 1 - 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4557ded..4125cec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ plexus-resources (1.0.1-1) UNRELEASED; urgency=medium * Team upload. * New upstream release - Refreshed the patch + * Relocated the version 1.x to the generic 'debian' version * Build with the DH sequencer instead of CDBS * Track and download the new releases from GitHub * Moved the package to Git diff --git a/debian/libplexus-resources-java.poms b/debian/libplexus-resources-java.poms index 5ad70f2..9a674b3 100644 --- a/debian/libplexus-resources-java.poms +++ b/debian/libplexus-resources-java.poms @@ -25,4 +25,4 @@ # --site-xml=<location>: Optional, the location for site.xml if it needs to be installed. # Empty by default. [mh_install] # -pom.xml --no-parent --has-package-version +pom.xml --no-parent --has-package-version --relocate=org.codehaus.plexus:plexus-resources:1.x diff --git a/debian/maven.publishedRules b/debian/maven.publishedRules deleted file mode 100644 index 4a2d3a1..0000000 --- a/debian/maven.publishedRules +++ /dev/null @@ -1,2 +0,0 @@ - -org.codehaus.plexus plexus-resources jar s/1\..*/1.x/ * * diff --git a/debian/maven.rules b/debian/maven.rules index db0b50e..7fcdcff 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,3 +1,2 @@ org.codehaus.plexus plexus-container-default jar s/.*/1.5.5/ * * -org.codehaus.plexus plexus-resources jar s/1\..*/1.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-resources.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

