You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ak...@apache.org on 2006/08/19 19:49:16 UTC

svn commit: r432849 - /incubator/felix/trunk/tools/maven2/osgi-archetype/src/main/resources/archetype-resources/pom.xml

Author: akarasulu
Date: Sat Aug 19 10:49:16 2006
New Revision: 432849

URL: http://svn.apache.org/viewvc?rev=432849&view=rev
Log:
Don't provide the version of the plugin so the latest one is used by default.

Modified:
    incubator/felix/trunk/tools/maven2/osgi-archetype/src/main/resources/archetype-resources/pom.xml

Modified: incubator/felix/trunk/tools/maven2/osgi-archetype/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/tools/maven2/osgi-archetype/src/main/resources/archetype-resources/pom.xml?rev=432849&r1=432848&r2=432849&view=diff
==============================================================================
--- incubator/felix/trunk/tools/maven2/osgi-archetype/src/main/resources/archetype-resources/pom.xml (original)
+++ incubator/felix/trunk/tools/maven2/osgi-archetype/src/main/resources/archetype-resources/pom.xml Sat Aug 19 10:49:16 2006
@@ -29,7 +29,6 @@
         <groupId>org.apache.felix.plugins</groupId>
         <artifactId>maven-osgi-plugin</artifactId>
         <extensions>true</extensions>
-        <version>0.8.0-SNAPSHOT</version>
         <configuration>
           <!--
           *************************************************