You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2010/08/27 02:44:10 UTC

svn commit: r989989 - in /myfaces/core/trunk: api/pom.xml impl/pom.xml

Author: lu4242
Date: Fri Aug 27 00:44:10 2010
New Revision: 989989

URL: http://svn.apache.org/viewvc?rev=989989&view=rev
Log:
update maven bundle plugin version to 2.1.0

Modified:
    myfaces/core/trunk/api/pom.xml
    myfaces/core/trunk/impl/pom.xml

Modified: myfaces/core/trunk/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/pom.xml?rev=989989&r1=989988&r2=989989&view=diff
==============================================================================
--- myfaces/core/trunk/api/pom.xml (original)
+++ myfaces/core/trunk/api/pom.xml Fri Aug 27 00:44:10 2010
@@ -277,6 +277,7 @@
       <plugin>   
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
+        <version>2.1.0</version>
         <executions>
           <execution>
             <id>bundle-manifest</id>

Modified: myfaces/core/trunk/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/pom.xml?rev=989989&r1=989988&r2=989989&view=diff
==============================================================================
--- myfaces/core/trunk/impl/pom.xml (original)
+++ myfaces/core/trunk/impl/pom.xml Fri Aug 27 00:44:10 2010
@@ -358,6 +358,7 @@
       <plugin>   
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
+        <version>2.1.0</version>
         <executions>
           <execution>
             <id>bundle-manifest</id>