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:19 UTC

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

Author: jbonofre
Date: Tue Jan  1 17:31:18 2013
New Revision: 1427489

URL: http://svn.apache.org/viewvc?rev=1427489&view=rev
Log:
Update to EIK parent 0.9.0.
Fix version in EIK Camel Archetype module.

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=1427489&r1=1427488&r2=1427489&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:18 2013
@@ -24,12 +24,13 @@
     <parent>
         <groupId>org.apache.karaf.eik</groupId>
         <artifactId>parent</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>0.9.0</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.karaf.eik.archetypes</groupId>
     <artifactId>eik-camel-archetype</artifactId>
+    <version>0.9.0-SNAPSHOT</version>
     <packaging>maven-archetype</packaging>
     <name>Apache Karaf :: EIK :: Archetypes :: Camel</name>
     <description>Camel PDE plugin to be used in EIK</description>
@@ -84,4 +85,4 @@
         </pluginManagement>
     </build>
 
-</project>
\ No newline at end of file
+</project>