[bnd] 04/06: Updated the Maven poms
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Dec 16 15:16:44 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository bnd.
commit 2ec9803c7c8ebc409cd7e153c3e1e7fb6e5dd62a
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Dec 16 15:54:56 2015 +0100
Updated the Maven poms
---
debian/changelog | 1 +
debian/pom-annotation.xml | 8 +++++---
debian/pom-bnd.xml | 14 +++++++++++---
debian/pom-bndlib.xml | 12 ++++++++++--
4 files changed, 27 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 7a4ba74..1093800 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ bnd (2.3.0-1) UNRELEASED; urgency=medium
* New upstream release
- Refreshed the patches
- Fixed a build failure with Gradle 2.x
+ - Updated the Maven poms
-- Emmanuel Bourg <ebourg at apache.org> Wed, 16 Dec 2015 12:54:06 +0100
diff --git a/debian/pom-annotation.xml b/debian/pom-annotation.xml
index 007950b..9feda35 100644
--- a/debian/pom-annotation.xml
+++ b/debian/pom-annotation.xml
@@ -1,14 +1,16 @@
-<project xmlns='http://maven.apache.org/POM/4.0.0' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns='http://maven.apache.org/POM/4.0.0' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:schemaLocation='http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd'>
<modelVersion>4.0.0</modelVersion>
-
+
<parent>
<groupId>biz.aQute.bnd</groupId>
<artifactId>parent</artifactId>
- <version>2.2.0</version>
+ <version>2.3.0</version>
</parent>
<artifactId>annotation</artifactId>
+
<name>bnd Annotations Library</name>
<description>The annotations for bnd.</description>
diff --git a/debian/pom-bnd.xml b/debian/pom-bnd.xml
index ed0a875..6794187 100644
--- a/debian/pom-bnd.xml
+++ b/debian/pom-bnd.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<project xmlns='http://maven.apache.org/POM/4.0.0' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:schemaLocation='http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd'>
<modelVersion>4.0.0</modelVersion>
@@ -5,10 +6,11 @@
<parent>
<groupId>biz.aQute.bnd</groupId>
<artifactId>parent</artifactId>
- <version>2.2.0</version>
+ <version>2.3.0</version>
</parent>
<artifactId>bnd</artifactId>
+
<name>aQute Bundle Tool</name>
<description>
A command line utility and Ant plugin to wrap, build, or examine bundles.
@@ -16,7 +18,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).</name>
+ <name>Apache Software License 2.0</name>
<url>http://www.opensource.org/licenses/apache2.0.php</url>
<distribution>repo</distribution>
</license>
@@ -32,7 +34,13 @@
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
- <version>4.2.0</version>
+ <version>4.3.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.compendium</artifactId>
+ <version>4.3.1</version>
+ <optional>true</optional>
</dependency>
<dependency>
<groupId>junit</groupId>
diff --git a/debian/pom-bndlib.xml b/debian/pom-bndlib.xml
index 307d352..8e5419f 100644
--- a/debian/pom-bndlib.xml
+++ b/debian/pom-bndlib.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<project xmlns='http://maven.apache.org/POM/4.0.0' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:schemaLocation='http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd'>
<modelVersion>4.0.0</modelVersion>
@@ -5,10 +6,11 @@
<parent>
<groupId>biz.aQute.bnd</groupId>
<artifactId>parent</artifactId>
- <version>2.2.0</version>
+ <version>2.3.0</version>
</parent>
<artifactId>bndlib</artifactId>
+
<name>A Swiss Army Knife for OSGi</name>
<description>
The bndlib project is a general library to be used with OSGi bundles. It contains
@@ -27,7 +29,13 @@
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
- <version>4.2.0</version>
+ <version>4.3.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.compendium</artifactId>
+ <version>4.3.1</version>
+ <optional>true</optional>
</dependency>
<dependency>
<groupId>junit</groupId>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/bnd.git
More information about the pkg-java-commits
mailing list