You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by mc...@apache.org on 2009/07/13 13:07:52 UTC

svn commit: r793546 - /felix/trunk/bundleplugin/pom.xml

Author: mcculls
Date: Mon Jul 13 11:07:51 2009
New Revision: 793546

URL: http://svn.apache.org/viewvc?rev=793546&view=rev
Log:
Use latest parent

Modified:
    felix/trunk/bundleplugin/pom.xml

Modified: felix/trunk/bundleplugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/bundleplugin/pom.xml?rev=793546&r1=793545&r2=793546&view=diff
==============================================================================
--- felix/trunk/bundleplugin/pom.xml (original)
+++ felix/trunk/bundleplugin/pom.xml Mon Jul 13 11:07:51 2009
@@ -19,9 +19,9 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  
  <parent>
-   <artifactId>felix</artifactId>
+   <artifactId>felix-parent</artifactId>
    <groupId>org.apache.felix</groupId>
-   <version>1.0.4</version>
+   <version>1.2.0</version>
    <relativePath>../pom/pom.xml</relativePath>
  </parent>