You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ri...@apache.org on 2010/05/05 19:46:54 UTC

svn commit: r941398 - /felix/trunk/gogo/felixcommands/pom.xml

Author: rickhall
Date: Wed May  5 17:46:54 2010
New Revision: 941398

URL: http://svn.apache.org/viewvc?rev=941398&view=rev
Log:
Change parent pom.

Modified:
    felix/trunk/gogo/felixcommands/pom.xml

Modified: felix/trunk/gogo/felixcommands/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/gogo/felixcommands/pom.xml?rev=941398&r1=941397&r2=941398&view=diff
==============================================================================
--- felix/trunk/gogo/felixcommands/pom.xml (original)
+++ felix/trunk/gogo/felixcommands/pom.xml Wed May  5 17:46:54 2010
@@ -20,9 +20,9 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.felix</groupId>
-    <artifactId>felix-parent</artifactId>
-    <version>1.2.0</version>
+    <groupId>org.apache.felix.gogo</groupId>
+    <artifactId>gogo</artifactId>
+    <version>0.5.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>org.apache.felix.gogo.felixcommands</artifactId>