You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cl...@apache.org on 2009/02/13 12:22:59 UTC

svn commit: r744078 - /felix/sandbox/clement/ipojo-tutorials/shell-gui/shell.gui/pom.xml

Author: clement
Date: Fri Feb 13 11:22:59 2009
New Revision: 744078

URL: http://svn.apache.org/viewvc?rev=744078&view=rev
Log:
Update tutorial to use iPOJO 1.2.0

Modified:
    felix/sandbox/clement/ipojo-tutorials/shell-gui/shell.gui/pom.xml

Modified: felix/sandbox/clement/ipojo-tutorials/shell-gui/shell.gui/pom.xml
URL: http://svn.apache.org/viewvc/felix/sandbox/clement/ipojo-tutorials/shell-gui/shell.gui/pom.xml?rev=744078&r1=744077&r2=744078&view=diff
==============================================================================
--- felix/sandbox/clement/ipojo-tutorials/shell-gui/shell.gui/pom.xml (original)
+++ felix/sandbox/clement/ipojo-tutorials/shell-gui/shell.gui/pom.xml Fri Feb 13 11:22:59 2009
@@ -25,7 +25,7 @@
 		<dependency>
 			<groupId>${pom.groupId}</groupId>
 			<artifactId>org.osgi.core</artifactId>
-			<version>1.1.0-SNAPSHOT</version>
+			<version>1.2.0</version>
 			<scope>provided</scope>
 		</dependency>
 	</dependencies>
@@ -34,7 +34,7 @@
 			<plugin>
 				<groupId>org.apache.felix</groupId>
 				<artifactId>maven-bundle-plugin</artifactId>
-				<version>1.4.0</version>
+				<version>1.4.3</version>
 				<extensions>true</extensions>
 				<configuration>
 					<instructions>
@@ -52,7 +52,7 @@
 			<plugin>
 				<groupId>org.apache.felix</groupId>
 				<artifactId>maven-ipojo-plugin</artifactId>
-				<version>0.9.0-SNAPSHOT</version>
+				<version>1.2.0</version>
 				<executions>
 					<execution>
 						<goals>