You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cl...@apache.org on 2011/02/16 16:51:44 UTC

svn commit: r1071292 - in /felix/trunk/ipojo: arch/pom.xml composite/pom.xml online-manipulator/pom.xml

Author: clement
Date: Wed Feb 16 15:51:44 2011
New Revision: 1071292

URL: http://svn.apache.org/viewvc?rev=1071292&view=rev
Log:
Apply patch for FELIX-2845
ipojo composite references wrong maven-ipojo-plugin version

Modified:
    felix/trunk/ipojo/arch/pom.xml
    felix/trunk/ipojo/composite/pom.xml
    felix/trunk/ipojo/online-manipulator/pom.xml

Modified: felix/trunk/ipojo/arch/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/arch/pom.xml?rev=1071292&r1=1071291&r2=1071292&view=diff
==============================================================================
--- felix/trunk/ipojo/arch/pom.xml (original)
+++ felix/trunk/ipojo/arch/pom.xml Wed Feb 16 15:51:44 2011
@@ -29,10 +29,10 @@
   <artifactId>org.apache.felix.ipojo.arch</artifactId>
   <groupId>org.apache.felix</groupId>
   <version>1.7.0-SNAPSHOT</version>
-  
+
   <description>Arch command to collect and print information about iPOJO instances.</description>
   <url>http://felix.apache.org/site/ipojo-arch-command.html</url>
- 
+
   <dependencies>
     <dependency>
       <groupId>org.apache.felix</groupId>
@@ -63,7 +63,7 @@
               http://felix.apache.org/site/ipojo-arch-command.html
             </Bundle-DocURL>
             <Private-Package> org.apache.felix.ipojo.arch </Private-Package>
-            <Include-Resource> 
+            <Include-Resource>
               META-INF/LICENSE=LICENSE,
               META-INF/NOTICE=NOTICE,
               META-INF/DEPENDENCIES=DEPENDENCIES
@@ -74,7 +74,7 @@
   <plugin>
     <groupId>org.apache.felix</groupId>
     <artifactId>maven-ipojo-plugin</artifactId>
-    <version>${project.version}</version>
+    <version>1.8.0</version>
     <executions>
       <execution>
         <goals>

Modified: felix/trunk/ipojo/composite/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/composite/pom.xml?rev=1071292&r1=1071291&r2=1071292&view=diff
==============================================================================
--- felix/trunk/ipojo/composite/pom.xml (original)
+++ felix/trunk/ipojo/composite/pom.xml Wed Feb 16 15:51:44 2011
@@ -110,7 +110,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-ipojo-plugin</artifactId>
-        <version>${project.version}</version>
+        <version>1.8.0</version>
         <executions>
           <execution>
             <goals>

Modified: felix/trunk/ipojo/online-manipulator/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/online-manipulator/pom.xml?rev=1071292&r1=1071291&r2=1071292&view=diff
==============================================================================
--- felix/trunk/ipojo/online-manipulator/pom.xml (original)
+++ felix/trunk/ipojo/online-manipulator/pom.xml Wed Feb 16 15:51:44 2011
@@ -28,12 +28,12 @@
   <artifactId>org.apache.felix.ipojo.online.manipulator</artifactId>
   <version>1.7.0-SNAPSHOT</version>
   <name>Apache Felix iPOJO URL Handler</name>
-  
+
   <description>
   iPOJO online manipulator allowing install time manipulation of iPOJO bundle.
   </description>
   <url>http://felix.apache.org/site/apache-felix-ipojo-online-manipulator.html</url>
-  
+
   <build>
     <plugins>
       <plugin>
@@ -55,7 +55,7 @@
               org.objectweb.asm.commons, org.objectweb.asm </Export-Package>
             <Import-Package> !org.objectweb.asm.tree, !sun.io, org.osgi.framework;version=1.3, *
             </Import-Package>
-            <Include-Resource> 
+            <Include-Resource>
               META-INF/LICENSE=LICENSE,
               META-INF/LICENSE.asm=LICENSE.asm,
               META-INF/NOTICE=NOTICE,
@@ -68,7 +68,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-ipojo-plugin</artifactId>
-        <version>${project.version}</version>
+        <version>1.8.0</version>
         <executions>
           <execution>
             <goals>
@@ -109,7 +109,7 @@
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.ipojo.manipulator</artifactId>
-      <version>${project.version}</version>
+      <version>1.8.0</version>
     </dependency>
     <dependency>
       <groupId>asm</groupId>