This is an automated email from the git hooks/post-receive script. nomadium pushed a commit to annotated tag debian/1.50.0-6 in repository bnd.
commit fa9eab00a5a11191e106044b8113883513eef186 Author: Emmanuel Bourg <[email protected]> Date: Fri Jul 26 11:24:06 2013 +0000 Updated the Maven pom --- debian/changelog | 1 + debian/pom.xml | 16 +++++++--------- debian/rules | 2 +- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index d036630..91c1afc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ bnd (1.50.0-6) UNRELEASED; urgency=low * debian/control: Updated Standards-Version to 3.9.4 (no changes) * debian/rules: Improved the clean target * Fixed the unmappable character errors during the compilation + * Updated the Maven pom -- Emmanuel Bourg <[email protected]> Fri, 26 Jul 2013 11:28:27 +0200 diff --git a/debian/pom.xml b/debian/pom.xml index 4d83aeb..bf1efe5 100644 --- a/debian/pom.xml +++ b/debian/pom.xml @@ -10,26 +10,26 @@ bndlib </artifactId> <version> - 1.43.0 + 1.50.0 </version> <description> - A library for manipulating and generating bundles + A Swiss Army Knife for OSGi </description> <name> - aQute Bundle Tool Library + bnd - Bundle Tool </name> <url> http://www.aQute.biz/Code/Bnd </url> <scm> <url> - git://github.com/bnd/bnd.git + git://github.com/bndtools/bnd.git </url> <connection> - git://github.com/bnd/bnd.git + git://github.com/bndtools/bnd.git </connection> <developerConnection> - git://github.com/bnd/bnd.git + git://github.com/bndtools/bnd.git </developerConnection> </scm> <organization> @@ -59,9 +59,7 @@ <licenses> <license> <name> - All files contained in this JAR are licensed under the Apache - 2.0 license, unless noted differently in their source (see - swing2swt). + Apache Software License 2.0 </name> <url> http://www.opensource.org/licenses/apache2.0.php diff --git a/debian/rules b/debian/rules index aeec10c..52020e3 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk MAVEN_REPO := http://repo1.maven.org/maven2/biz/aQute/bndlib/ -MAVEN_VERSION := 1.43.0 +MAVEN_VERSION := 1.50.0 PACKAGE := $(DEB_SOURCE_PACKAGE) VERSION := $(DEB_UPSTREAM_VERSION) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/bnd.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

