You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2012/06/04 10:02:26 UTC

svn commit: r1345857 - in /karaf/trunk: demos/branding/src/main/resources/resources/demos/branding/shell/pom.xml scr/examples/pom.xml

Author: jbonofre
Date: Mon Jun  4 08:02:25 2012
New Revision: 1345857

URL: http://svn.apache.org/viewvc?rev=1345857&view=rev
Log:
Fix maven-bundle-plugin version in the demos/examples

Modified:
    karaf/trunk/demos/branding/src/main/resources/resources/demos/branding/shell/pom.xml
    karaf/trunk/scr/examples/pom.xml

Modified: karaf/trunk/demos/branding/src/main/resources/resources/demos/branding/shell/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/demos/branding/src/main/resources/resources/demos/branding/shell/pom.xml?rev=1345857&r1=1345856&r2=1345857&view=diff
==============================================================================
--- karaf/trunk/demos/branding/src/main/resources/resources/demos/branding/shell/pom.xml (original)
+++ karaf/trunk/demos/branding/src/main/resources/resources/demos/branding/shell/pom.xml Mon Jun  4 08:02:25 2012
@@ -47,8 +47,6 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>2.3.6</version>
-                <extensions>true</extensions>
                 <configuration>
                     <instructions>
                         <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>

Modified: karaf/trunk/scr/examples/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/scr/examples/pom.xml?rev=1345857&r1=1345856&r2=1345857&view=diff
==============================================================================
--- karaf/trunk/scr/examples/pom.xml (original)
+++ karaf/trunk/scr/examples/pom.xml Mon Jun  4 08:02:25 2012
@@ -61,8 +61,6 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>2.3.6</version>
-                <extensions>true</extensions>
                 <inherited>true</inherited>
                 <configuration>
                     <instructions>
@@ -85,4 +83,4 @@
         </plugins>
     </build>
 
-</project>
\ No newline at end of file
+</project>