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 2007/12/20 16:47:27 UTC

svn commit: r605968 - in /felix/trunk: bundleplugin/pom.xml maven-obr-plugin/pom.xml

Author: mcculls
Date: Thu Dec 20 07:47:26 2007
New Revision: 605968

URL: http://svn.apache.org/viewvc?rev=605968&view=rev
Log:
Update bundleplugin and maven-obr-plugin to depend on released parent pom

Modified:
    felix/trunk/bundleplugin/pom.xml
    felix/trunk/maven-obr-plugin/pom.xml

Modified: felix/trunk/bundleplugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/bundleplugin/pom.xml?rev=605968&r1=605967&r2=605968&view=diff
==============================================================================
--- felix/trunk/bundleplugin/pom.xml (original)
+++ felix/trunk/bundleplugin/pom.xml Thu Dec 20 07:47:26 2007
@@ -23,7 +23,7 @@
  <parent>
    <artifactId>felix</artifactId>
    <groupId>org.apache.felix</groupId>
-   <version>1.1.0-SNAPSHOT</version>
+   <version>1.0.0</version>
    <relativePath>../pom/pom.xml</relativePath>
  </parent>
 

Modified: felix/trunk/maven-obr-plugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/maven-obr-plugin/pom.xml?rev=605968&r1=605967&r2=605968&view=diff
==============================================================================
--- felix/trunk/maven-obr-plugin/pom.xml (original)
+++ felix/trunk/maven-obr-plugin/pom.xml Thu Dec 20 07:47:26 2007
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>felix</artifactId>
     <groupId>org.apache.felix</groupId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <relativePath>../pom/pom.xml</relativePath>
  </parent>