[osgi-core] 06/10: debian/pom.xml: Update for new release 6.0.0.
Markus Koschany
apo-guest at moszumanska.debian.org
Mon Feb 23 20:28:29 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-core.
commit a79055a441a21990f4aae564b189d485a45f6101
Author: Markus Koschany <apo at gambaru.de>
Date: Mon Feb 23 19:04:59 2015 +0100
debian/pom.xml: Update for new release 6.0.0.
---
debian/pom.xml | 94 +++++++++++++++++-----------------------------------------
1 file changed, 27 insertions(+), 67 deletions(-)
diff --git a/debian/pom.xml b/debian/pom.xml
index 97a49f6..013ab0f 100644
--- a/debian/pom.xml
+++ b/debian/pom.xml
@@ -1,73 +1,33 @@
-
-<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.core
- </artifactId>
- <version>
- 5.0.0
- </version>
- <description>
- OSGi Service Platform Release 5 Version 5.0, Core Interfaces
- and Classes for use in compiling bundles.
- </description>
- <name>
- osgi.core
- </name>
- <url>
- http://www.osgi.org
- </url>
- <scm>
- <url>
- private
- </url>
- <connection>
- private
- </connection>
- <developerConnection>
- private
- </developerConnection>
- </scm>
+<?xml version="1.0"?>
+<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.core</artifactId>
+ <version>6.0.0</version>
+ <name>org.osgi.core</name>
+ <description>OSGi Core Release 6, Interfaces and Classes for use in compiling bundles.</description>
+ <url>http://www.osgi.org</url>
<organization>
- <name>
- OSGi Alliance
- </name>
- <url>
- http://www.osgi.org
- </url>
+ <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>
+ <name>Apache License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0</url>
+ <distribution>repo</distribution>
</license>
</licenses>
-</project>
\ No newline at end of file
+ <developers>
+ <developer>
+ <name>OSGi Alliance</name>
+ <email>info at osgi.org</email>
+ </developer>
+ </developers>
+ <scm>
+ <connection>private</connection>
+ <developerConnection>private</developerConnection>
+ <url>private</url>
+ </scm>
+</project>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/osgi-core.git
More information about the pkg-java-commits
mailing list