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 15:25:35 UTC

svn commit: r1427417 - /karaf/eik/trunk/plugins/org.apache.karaf.eik.hooks/pom.xml

Author: jbonofre
Date: Tue Jan  1 14:25:35 2013
New Revision: 1427417

URL: http://svn.apache.org/viewvc?rev=1427417&view=rev
Log:
Update to EIK parent 0.9.0.
Fix EIK hooks module version.

Modified:
    karaf/eik/trunk/plugins/org.apache.karaf.eik.hooks/pom.xml

Modified: karaf/eik/trunk/plugins/org.apache.karaf.eik.hooks/pom.xml
URL: http://svn.apache.org/viewvc/karaf/eik/trunk/plugins/org.apache.karaf.eik.hooks/pom.xml?rev=1427417&r1=1427416&r2=1427417&view=diff
==============================================================================
--- karaf/eik/trunk/plugins/org.apache.karaf.eik.hooks/pom.xml (original)
+++ karaf/eik/trunk/plugins/org.apache.karaf.eik.hooks/pom.xml Tue Jan  1 14:25:35 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.plugins</groupId>
     <artifactId>org.apache.karaf.eik.hooks</artifactId>
+    <version>0.9.0-SNAPSHOT</version>
     <packaging>jar</packaging>
     <name>Apache Karaf :: EIK :: Plugins :: Equinox Hooks for Eclipse PDE Integration</name>