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 2009/07/21 20:40:01 UTC

svn commit: r796451 - /felix/trunk/ipojo/arch/pom.xml

Author: clement
Date: Tue Jul 21 18:40:01 2009
New Revision: 796451

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

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

Modified: felix/trunk/ipojo/arch/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/arch/pom.xml?rev=796451&r1=796450&r2=796451&view=diff
==============================================================================
--- felix/trunk/ipojo/arch/pom.xml (original)
+++ felix/trunk/ipojo/arch/pom.xml Tue Jul 21 18:40:01 2009
@@ -28,7 +28,7 @@
   <name>Apache Felix iPOJO Arch Command</name>
   <artifactId>org.apache.felix.ipojo.arch</artifactId>
   <groupId>org.apache.felix</groupId>
-  <version>1.3.0-SNAPSHOT</version>
+  <version>1.4.0</version>
   
   <description>Arch command to collect and print information about iPOJO instances.</description>
   <url>http://felix.apache.org/site/ipojo-arch-command.html</url>
@@ -123,4 +123,10 @@
       </plugin>
     </plugins>
   </build>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.arch-1.4.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.arch-1.4.0</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.arch-1.4.0</url>
+  </scm>
 </project>