This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-repo-helper.
commit 3f91862867718f1e744684d66d104bdb61b01c11 Author: Emmanuel Bourg <[email protected]> Date: Thu Jun 30 16:18:03 2016 +0200 Added the debian.package property in the relocated poms --- debian/changelog | 6 ++++++ pom.xml | 2 +- src/main/bin/mh_installpom | 3 +++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6f4150b..66abe19 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +maven-repo-helper (1.9.1) unstable; urgency=medium + + * Added the debian.package property in the relocated poms + + -- Emmanuel Bourg <[email protected]> Thu, 30 Jun 2016 15:56:50 +0200 + maven-repo-helper (1.9) unstable; urgency=medium * Added the --relocate option to mh_installpom diff --git a/pom.xml b/pom.xml index af5b55b..04917a1 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <artifactId>maven-repo-helper</artifactId> <name>Maven Repo helper</name> <packaging>jar</packaging> - <version>1.9</version> + <version>1.9.1</version> <description>Provides support for managing the Maven repository in a Debian distribution.</description> <inceptionYear>2009</inceptionYear> diff --git a/src/main/bin/mh_installpom b/src/main/bin/mh_installpom index 39c726d..eb15386 100644 --- a/src/main/bin/mh_installpom +++ b/src/main/bin/mh_installpom @@ -201,6 +201,9 @@ if [[ ! -z "$RELOCATE" ]]; then <groupId>${relocatedGroupId}</groupId> <artifactId>${relocatedArtifactId}</artifactId> <version>${relocatedVersion}</version> + <properties> + <debian.package>${PACKAGE}</debian.package> + </properties> <distributionManagement> <relocation> <groupId>${groupId}</groupId> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-repo-helper.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

