You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2008/10/28 06:57:01 UTC

svn commit: r708445 - /servicemix/archetypes/trunk/pom.xml

Author: gertv
Date: Mon Oct 27 22:57:01 2008
New Revision: 708445

URL: http://svn.apache.org/viewvc?rev=708445&view=rev
Log:
Use 2-SNAPSHOT version of root pom

Modified:
    servicemix/archetypes/trunk/pom.xml

Modified: servicemix/archetypes/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/pom.xml?rev=708445&r1=708444&r2=708445&view=diff
==============================================================================
--- servicemix/archetypes/trunk/pom.xml (original)
+++ servicemix/archetypes/trunk/pom.xml Mon Oct 27 22:57:01 2008
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>servicemix-pom</artifactId>
-    <version>1.0</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   
   <groupId>org.apache.servicemix</groupId>
@@ -86,6 +86,14 @@
     <xfire-version>1.2.5</xfire-version>
     <activemq-version>5.1.0</activemq-version>
   </properties>
+
+  <repositories>
+    <repository>
+       <id>servicemix-m2-repo</id>
+       <name>Servicemix Maven2 Repository</name>
+       <url>http://svn.apache.org/repos/asf/servicemix/m2-repo/</url>
+    </repository>
+  </repositories>
   
   <build>
     <plugins>