[osgi-compendium] 10/12: Update debian/pom.xml for 5.0.0.
Markus Koschany
apo-guest at moszumanska.debian.org
Mon Feb 9 14:48:52 UTC 2015
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch experimental
in repository osgi-compendium.
commit 928dd5329779f2137b2359e33551f58575cd663f
Author: Markus Koschany <apo at gambaru.de>
Date: Mon Feb 9 14:59:32 2015 +0100
Update debian/pom.xml for 5.0.0.
---
debian/changelog | 1 +
debian/pom.xml | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++------
2 files changed, 72 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 103f94b..afce27a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ osgi-compendium (5.0.0-1) experimental; urgency=medium
* wrap-and-sort -sa.
* Use shorter Vcs-Browser URL.
* Update debian/copyright for new release and copyright format 1.0.
+ * Update debian/pom.xml for version 5.0.0.
-- Emmanuel Bourg <ebourg at apache.org> Mon, 09 Feb 2015 14:57:51 +0100
diff --git a/debian/pom.xml b/debian/pom.xml
index 6284bea..306c8af 100644
--- a/debian/pom.xml
+++ b/debian/pom.xml
@@ -1,9 +1,72 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.osgi</groupId>
- <artifactId>org.osgi.compendium</artifactId>
- <version>4.3.0</version>
- <description>POM was created by Sonatype Nexus</description>
+
+<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>
+ <groupId>
+ org.osgi
+ </groupId>
+ <artifactId>
+ org.osgi.compendium
+ </artifactId>
+ <version>
+ 5.0.0
+ </version>
+ <description>
+ OSGi Compendium Release 5, Interfaces and Classes for use in compiling bundles.
+ </description>
+ <name>
+ osgi.cmpn
+ </name>
+ <url>
+ http://www.osgi.org
+ </url>
+ <scm>
+ <url>
+ private
+ </url>
+ <connection>
+ private
+ </connection>
+ <developerConnection>
+ private
+ </developerConnection>
+ </scm>
+ <organization>
+ <name>
+ OSGi Alliance
+ </name>
+ <url>
+ http://www.osgi.org
+ </url>
+ </organization>
+ <developers>
+ <developer>
+ <id>
+ davidb at apache.org
+ </id>
+ <name>
+ davidb
+ </name>
+ <email>
+ davidb at apache.org
+ </email>
+ <organization>
+ apache
+ </organization>
+ </developer>
+ </developers>
+ <licenses>
+ <license>
+ <name>
+ Apache License, Version 2.0
+ </name>
+ <url>
+ http://opensource.org/licenses/apache2.0.php
+ </url>
+ <distribution>
+ repo
+ </distribution>
+ </license>
+ </licenses>
</project>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/osgi-compendium.git
More information about the pkg-java-commits
mailing list