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 2009/09/06 22:53:10 UTC

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

Author: pauls
Date: Sun Sep  6 20:53:09 2009
New Revision: 811886

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

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=811886&r1=811885&r2=811886&view=diff
==============================================================================
--- felix/trunk/org.osgi.compendium/pom.xml (original)
+++ felix/trunk/org.osgi.compendium/pom.xml Sun Sep  6 20:53:09 2009
@@ -28,7 +28,7 @@
   <modelVersion>4.0.0</modelVersion>
   <description>OSGi Service Platform Release 4 Compendium Interfaces and Classes.</description>
   <artifactId>org.osgi.compendium</artifactId>
-  <version>1.3.0-SNAPSHOT</version>
+  <version>1.4.0</version>
   <name>OSGi R4 Compendium Bundle</name>
   <packaging>bundle</packaging>
   <dependencies>
@@ -69,4 +69,10 @@
       </plugin>
     </plugins>
   </build>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.osgi.compendium-1.4.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.osgi.compendium-1.4.0</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.osgi.compendium-1.4.0</url>
+  </scm>
 </project>