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/07/03 15:12:19 UTC

svn commit: r790898 - /felix/sandbox/clement/ipojo-utils/arch-equinox/pom.xml

Author: clement
Date: Fri Jul  3 13:12:18 2009
New Revision: 790898

URL: http://svn.apache.org/viewvc?rev=790898&view=rev
Log:
Update versions

Modified:
    felix/sandbox/clement/ipojo-utils/arch-equinox/pom.xml

Modified: felix/sandbox/clement/ipojo-utils/arch-equinox/pom.xml
URL: http://svn.apache.org/viewvc/felix/sandbox/clement/ipojo-utils/arch-equinox/pom.xml?rev=790898&r1=790897&r2=790898&view=diff
==============================================================================
--- felix/sandbox/clement/ipojo-utils/arch-equinox/pom.xml (original)
+++ felix/sandbox/clement/ipojo-utils/arch-equinox/pom.xml Fri Jul  3 13:12:18 2009
@@ -6,9 +6,9 @@
 	to you under the Apache License, Version 2.0 (the
 	"License"); you may not use this file except in compliance
 	with the License.  You may obtain a copy of the License at
-	
+
 	http://www.apache.org/licenses/LICENSE-2.0
-	
+
 	Unless required by applicable law or agreed to in writing,
 	software distributed under the License is distributed on an
 	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -28,17 +28,17 @@
 	<name>Apache iPOJO Arch Command for Eclipse Equinox</name>
 	<artifactId>org.apache.felix.ipojo.arch.equinox</artifactId>
 	<groupId>org.apache.felix</groupId>
-	<version>0.9.0-SNAPSHOT</version>
+	<version>1.3.0-SNAPSHOT</version>
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.felix</groupId>
 			<artifactId>org.apache.felix.ipojo</artifactId>
-			<version>0.9.0-SNAPSHOT</version>
+			<version>${pom.version}</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.felix</groupId>
 			<artifactId>org.apache.felix.ipojo.metadata</artifactId>
-			<version>0.9.0-SNAPSHOT</version>
+			<version>${pom.version}</version>
 		</dependency>
 		<dependency>
 			<groupId>org.eclipse.osgi</groupId>
@@ -77,7 +77,7 @@
 			<plugin>
 				<groupId>org.apache.felix</groupId>
 				<artifactId>maven-ipojo-plugin</artifactId>
-				<version>0.9.0-SNAPSHOT</version>
+				<version>${pom.version}</version>
 				<executions>
 					<execution>
 						<goals>