You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2013/01/01 18:31:50 UTC

svn commit: r1427490 - /karaf/eik/trunk/archetypes/eik-camel-archetype/pom.xml

Author: jbonofre
Date: Tue Jan  1 17:31:50 2013
New Revision: 1427490

URL: http://svn.apache.org/viewvc?rev=1427490&view=rev
Log:
[maven-release-plugin] prepare release eik-camel-archetype-0.9.0

Modified:
    karaf/eik/trunk/archetypes/eik-camel-archetype/pom.xml

Modified: karaf/eik/trunk/archetypes/eik-camel-archetype/pom.xml
URL: http://svn.apache.org/viewvc/karaf/eik/trunk/archetypes/eik-camel-archetype/pom.xml?rev=1427490&r1=1427489&r2=1427490&view=diff
==============================================================================
--- karaf/eik/trunk/archetypes/eik-camel-archetype/pom.xml (original)
+++ karaf/eik/trunk/archetypes/eik-camel-archetype/pom.xml Tue Jan  1 17:31:50 2013
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.karaf.eik.archetypes</groupId>
     <artifactId>eik-camel-archetype</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.9.0</version>
     <packaging>maven-archetype</packaging>
     <name>Apache Karaf :: EIK :: Archetypes :: Camel</name>
     <description>Camel PDE plugin to be used in EIK</description>
@@ -85,4 +85,10 @@
         </pluginManagement>
     </build>
 
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/karaf/eik/tags/eik-camel-archetype-0.9.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/karaf/eik/tags/eik-camel-archetype-0.9.0</developerConnection>
+    <url>http://svn.apache.org/repos/asf/karaf/eik/tags/eik-camel-archetype-0.9.0</url>
+  </scm>
 </project>