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:00:13 UTC

svn commit: r1427464 - /karaf/eik/trunk/features/org.apache.karaf.eik.wtp.feature/pom.xml

Author: jbonofre
Date: Tue Jan  1 17:00:12 2013
New Revision: 1427464

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

Modified:
    karaf/eik/trunk/features/org.apache.karaf.eik.wtp.feature/pom.xml

Modified: karaf/eik/trunk/features/org.apache.karaf.eik.wtp.feature/pom.xml
URL: http://svn.apache.org/viewvc/karaf/eik/trunk/features/org.apache.karaf.eik.wtp.feature/pom.xml?rev=1427464&r1=1427463&r2=1427464&view=diff
==============================================================================
--- karaf/eik/trunk/features/org.apache.karaf.eik.wtp.feature/pom.xml (original)
+++ karaf/eik/trunk/features/org.apache.karaf.eik.wtp.feature/pom.xml Tue Jan  1 17:00:12 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.features</groupId>
     <artifactId>org.apache.karaf.eik.wtp.feature</artifactId>
+    <version>0.9.0-SNAPSHOT</version>
     <packaging>eclipse-feature</packaging>
     <name>Apache Karaf :: EIK :: Features :: Eclipse WTP Integration Feature</name>