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 2011/07/05 13:04:13 UTC

svn commit: r1142980 - in /felix/trunk: bundleplugin/pom.xml bundlerepository/pom.xml

Author: mcculls
Date: Tue Jul  5 11:04:12 2011
New Revision: 1142980

URL: http://svn.apache.org/viewvc?rev=1142980&view=rev
Log:
Use 2.1 parent pom

Modified:
    felix/trunk/bundleplugin/pom.xml
    felix/trunk/bundlerepository/pom.xml

Modified: felix/trunk/bundleplugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/bundleplugin/pom.xml?rev=1142980&r1=1142979&r2=1142980&view=diff
==============================================================================
--- felix/trunk/bundleplugin/pom.xml (original)
+++ felix/trunk/bundleplugin/pom.xml Tue Jul  5 11:04:12 2011
@@ -21,7 +21,7 @@
  <parent>
    <artifactId>felix-parent</artifactId>
    <groupId>org.apache.felix</groupId>
-   <version>2</version>
+   <version>2.1</version>
    <relativePath>../pom/pom.xml</relativePath>
  </parent>
 

Modified: felix/trunk/bundlerepository/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/bundlerepository/pom.xml?rev=1142980&r1=1142979&r2=1142980&view=diff
==============================================================================
--- felix/trunk/bundlerepository/pom.xml (original)
+++ felix/trunk/bundlerepository/pom.xml Tue Jul  5 11:04:12 2011
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.felix</groupId>
     <artifactId>felix-parent</artifactId>
-    <version>2</version>
+    <version>2.1</version>
     <relativePath>../pom/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>