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/06/30 00:38:11 UTC

svn commit: r1141300 - /felix/trunk/bundlerepository/pom.xml

Author: mcculls
Date: Wed Jun 29 22:38:10 2011
New Revision: 1141300

URL: http://svn.apache.org/viewvc?rev=1141300&view=rev
Log:
Use latest Felix parent pom, utils, and bundleplugin

Modified:
    felix/trunk/bundlerepository/pom.xml

Modified: felix/trunk/bundlerepository/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/bundlerepository/pom.xml?rev=1141300&r1=1141299&r2=1141300&view=diff
==============================================================================
--- felix/trunk/bundlerepository/pom.xml (original)
+++ felix/trunk/bundlerepository/pom.xml Wed Jun 29 22:38:10 2011
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.felix</groupId>
     <artifactId>felix-parent</artifactId>
-    <version>1.2.1</version>
+    <version>2</version>
     <relativePath>../pom/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
@@ -33,7 +33,7 @@
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>org.apache.felix.utils</artifactId>
-      <version>1.0.1-SNAPSHOT</version>
+      <version>1.1.0</version>
       <optional>true</optional>
     </dependency>
     <dependency>
@@ -88,7 +88,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>2.0.1</version>
+        <version>2.3.4</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>
@@ -114,8 +114,8 @@
         </configuration>
       </plugin>
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>rat-maven-plugin</artifactId>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
         <configuration>
           <excludeSubProjects>false</excludeSubProjects>
           <useEclipseDefaultExcludes>true</useEclipseDefaultExcludes>