You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by mc...@apache.org on 2008/01/03 14:19:15 UTC

svn commit: r608474 - /felix/trunk/org.osgi.service.obr/pom.xml

Author: mcculls
Date: Thu Jan  3 05:19:15 2008
New Revision: 608474

URL: http://svn.apache.org/viewvc?rev=608474&view=rev
Log:
[maven-release-plugin] prepare release org.osgi.service.obr-1.0.0

Modified:
    felix/trunk/org.osgi.service.obr/pom.xml

Modified: felix/trunk/org.osgi.service.obr/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/org.osgi.service.obr/pom.xml?rev=608474&r1=608473&r2=608474&view=diff
==============================================================================
--- felix/trunk/org.osgi.service.obr/pom.xml (original)
+++ felix/trunk/org.osgi.service.obr/pom.xml Thu Jan  3 05:19:15 2008
@@ -16,7 +16,7 @@
  specific language governing permissions and limitations
  under the License.
 -->
-<project>
+<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">
   <parent>
     <groupId>org.apache.felix</groupId>
     <artifactId>felix</artifactId>
@@ -31,7 +31,7 @@
   <name>OSGi OBR Service API</name>
   <description>OSGi OBR Service API</description>
   <artifactId>org.osgi.service.obr</artifactId>
-  <version>1.1.0-SNAPSHOT</version>
+  <version>1.0.0</version>
   <packaging>jar</packaging>
   <dependencies>
     <dependency>
@@ -40,4 +40,10 @@
       <version>1.0.0</version>
     </dependency>
   </dependencies>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.osgi.service.obr-1.0.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.osgi.service.obr-1.0.0</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.osgi.service.obr-1.0.0</url>
+  </scm>
 </project>