You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pa...@apache.org on 2008/04/22 14:05:44 UTC

svn commit: r650449 - /felix/trunk/org.osgi.compendium/pom.xml

Author: pauls
Date: Tue Apr 22 05:05:40 2008
New Revision: 650449

URL: http://svn.apache.org/viewvc?rev=650449&view=rev
Log:
[maven-release-plugin] prepare release org.osgi.compendium-1.0.1

Modified:
    felix/trunk/org.osgi.compendium/pom.xml

Modified: felix/trunk/org.osgi.compendium/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/org.osgi.compendium/pom.xml?rev=650449&r1=650448&r2=650449&view=diff
==============================================================================
--- felix/trunk/org.osgi.compendium/pom.xml (original)
+++ felix/trunk/org.osgi.compendium/pom.xml Tue Apr 22 05:05:40 2008
@@ -30,7 +30,7 @@
   <name>OSGi R4 Compendium Bundle</name>
   <description>OSGi Service Platform Release 4 Compendium Interfaces and Classes.</description>
   <artifactId>org.osgi.compendium</artifactId>
-  <version>1.1.0-SNAPSHOT</version>
+  <version>1.0.1</version>
   <packaging>bundle</packaging>
   <dependencies>
     <dependency>
@@ -70,4 +70,10 @@
       </plugin>
     </plugins>
   </build>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.osgi.compendium-1.0.1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.osgi.compendium-1.0.1</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.osgi.compendium-1.0.1</url>
+  </scm>
 </project>