You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2007/08/28 00:13:18 UTC

svn commit: r570256 - /incubator/servicemix/branches/servicemix-4.0/pom.xml

Author: gnodet
Date: Mon Aug 27 15:13:14 2007
New Revision: 570256

URL: http://svn.apache.org/viewvc?rev=570256&view=rev
Log:
Use released version of felix plugin

Modified:
    incubator/servicemix/branches/servicemix-4.0/pom.xml

Modified: incubator/servicemix/branches/servicemix-4.0/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-4.0/pom.xml?rev=570256&r1=570255&r2=570256&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-4.0/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-4.0/pom.xml Mon Aug 27 15:13:14 2007
@@ -38,7 +38,7 @@
         <plugin>
           <groupId>org.apache.felix</groupId>
           <artifactId>maven-bundle-plugin</artifactId>
-  		  <version>1.1.0-SNAPSHOT</version>
+  		  <version>1.0.0</version>
         </plugin>
         <plugin>
             <groupId>org.apache.maven.plugins</groupId>