You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2010/10/15 09:21:35 UTC

svn commit: r1022845 - /incubator/clerezza/trunk/scala-scripting/script-engine/pom.xml

Author: reto
Date: Fri Oct 15 07:21:35 2010
New Revision: 1022845

URL: http://svn.apache.org/viewvc?rev=1022845&view=rev
Log:
wrong maven-bundle-plugin version

Modified:
    incubator/clerezza/trunk/scala-scripting/script-engine/pom.xml

Modified: incubator/clerezza/trunk/scala-scripting/script-engine/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/scala-scripting/script-engine/pom.xml?rev=1022845&r1=1022844&r2=1022845&view=diff
==============================================================================
--- incubator/clerezza/trunk/scala-scripting/script-engine/pom.xml (original)
+++ incubator/clerezza/trunk/scala-scripting/script-engine/pom.xml Fri Oct 15 07:21:35 2010
@@ -39,7 +39,7 @@
 				<groupId>org.apache.felix</groupId>
 				<artifactId>maven-bundle-plugin</artifactId>
 				<extensions>true</extensions>
-				<version>2.1.0-SNAPSHOT</version>
+				<version>2.1.0</version>
 				<configuration>
 					<instructions>
 						<Service-Component>OSGI-INF/serviceComponents.xml</Service-Component>