You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cl...@apache.org on 2008/05/19 00:47:50 UTC

svn commit: r657673 - /felix/trunk/ipojo/manipulator/pom.xml

Author: clement
Date: Sun May 18 15:47:50 2008
New Revision: 657673

URL: http://svn.apache.org/viewvc?rev=657673&view=rev
Log:
[maven-release-plugin] prepare release org.apache.felix.ipojo.manipulator-0.8.0

Modified:
    felix/trunk/ipojo/manipulator/pom.xml

Modified: felix/trunk/ipojo/manipulator/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/manipulator/pom.xml?rev=657673&r1=657672&r2=657673&view=diff
==============================================================================
--- felix/trunk/ipojo/manipulator/pom.xml (original)
+++ felix/trunk/ipojo/manipulator/pom.xml Sun May 18 15:47:50 2008
@@ -27,7 +27,7 @@
 	<packaging>bundle</packaging>
 	<artifactId>org.apache.felix.ipojo.manipulator</artifactId>
 	<groupId>org.apache.felix</groupId>
-	<version>0.8.0-SNAPSHOT</version>
+	<version>0.8.0</version>
 	<name>Apache Felix iPOJO Manipulator</name>
 
 	<dependencies>
@@ -45,7 +45,7 @@
 		<dependency>
 			<groupId>org.apache.felix</groupId>
 			<artifactId>org.apache.felix.ipojo.metadata</artifactId>
-			<version>0.8.0-SNAPSHOT</version>
+			<version>0.8.0</version>
 		</dependency>
 	</dependencies>
 	<build>
@@ -82,4 +82,10 @@
 			</plugin>
 		</plugins>
 	</build>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.manipulator-0.8.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.manipulator-0.8.0</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.manipulator-0.8.0</url>
+  </scm>
 </project>
\ No newline at end of file