[pkg-java] r17075 - trunk/bnd/debian

Emmanuel Bourg ebourg-guest at alioth.debian.org
Fri Jul 26 11:24:06 UTC 2013


Author: ebourg-guest
Date: 2013-07-26 11:24:06 +0000 (Fri, 26 Jul 2013)
New Revision: 17075

Modified:
   trunk/bnd/debian/changelog
   trunk/bnd/debian/pom.xml
   trunk/bnd/debian/rules
Log:
Updated the Maven pom



Modified: trunk/bnd/debian/changelog
===================================================================
--- trunk/bnd/debian/changelog	2013-07-26 11:16:39 UTC (rev 17074)
+++ trunk/bnd/debian/changelog	2013-07-26 11:24:06 UTC (rev 17075)
@@ -5,6 +5,7 @@
   * 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 <ebourg at apache.org>  Fri, 26 Jul 2013 11:28:27 +0200
 

Modified: trunk/bnd/debian/pom.xml
===================================================================
--- trunk/bnd/debian/pom.xml	2013-07-26 11:16:39 UTC (rev 17074)
+++ trunk/bnd/debian/pom.xml	2013-07-26 11:24:06 UTC (rev 17075)
@@ -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

Modified: trunk/bnd/debian/rules
===================================================================
--- trunk/bnd/debian/rules	2013-07-26 11:16:39 UTC (rev 17074)
+++ trunk/bnd/debian/rules	2013-07-26 11:24:06 UTC (rev 17075)
@@ -4,7 +4,7 @@
 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)




More information about the pkg-java-commits mailing list