You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by to...@apache.org on 2010/05/31 09:25:54 UTC

svn commit: r949677 - in /incubator/clerezza/trunk/org.apache.clerezza.parent: org.apache.clerezza.platform.testing/pom.xml pom.xml

Author: tommaso
Date: Mon May 31 07:25:54 2010
New Revision: 949677

URL: http://svn.apache.org/viewvc?rev=949677&view=rev
Log:
[CLEREZZA-217] - Florent Andrè's patch applied

Modified:
    incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.testing/pom.xml
    incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml

Modified: incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.testing/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.testing/pom.xml?rev=949677&r1=949676&r2=949677&view=diff
==============================================================================
--- incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.testing/pom.xml (original)
+++ incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.testing/pom.xml Mon May 31 07:25:54 2010
@@ -340,19 +340,19 @@
 		<dependency>
 			<groupId>org.ops4j.pax.exam</groupId>
 			<artifactId>pax-exam</artifactId>
-			<version>1.2.1-SNAPSHOT</version>
+			<version>1.2.0</version>
 			<scope>test</scope>
 		</dependency>
 		<dependency>
 			<groupId>org.ops4j.pax.exam</groupId>
 			<artifactId>pax-exam-junit</artifactId>
-			<version>1.2.1-SNAPSHOT</version>
+			<version>1.2.0</version>
 			<scope>test</scope>
 		</dependency>
 		<dependency>
 			<groupId>org.ops4j.pax.exam</groupId>
 			<artifactId>pax-exam-container-default</artifactId>
-			<version>1.2.1-SNAPSHOT</version>
+			<version>1.2.0</version>
 			<scope>test</scope>
 		</dependency>
 		<dependency>
@@ -372,12 +372,12 @@
 		<dependency>
 			<groupId>org.ops4j.pax.exam</groupId>
 			<artifactId>pax-exam-junit-extender-impl</artifactId>
-			<version>1.2.1-SNAPSHOT</version>
+			<version>1.2.0</version>
 		</dependency>
 		<dependency>
 			<groupId>org.ops4j.pax.exam</groupId>
 			<artifactId>pax-exam-junit-extender</artifactId>
-			<version>1.2.1-SNAPSHOT</version>
+			<version>1.2.0</version>
 		</dependency>
 	</dependencies>
 	<build>
@@ -395,7 +395,7 @@
 			<plugin>
 				<groupId>org.ops4j.pax.exam</groupId>
 				<artifactId>maven-paxexam-plugin</artifactId>
-				<version>1.2.1-SNAPSHOT</version>
+				<version>1.2.0</version>
 				<executions>
 					<execution>
 						<id>generate-depends-file</id>

Modified: incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml?rev=949677&r1=949676&r2=949677&view=diff
==============================================================================
--- incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml (original)
+++ incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml Mon May 31 07:25:54 2010
@@ -211,7 +211,7 @@
 				<plugin>
 					<groupId>org.ops4j.pax.exam</groupId>
 					<artifactId>maven-paxexam-plugin</artifactId>
-					<version>1.2.1-SNAPSHOT</version>
+					<version>1.2.0</version>
 					<executions>
 						<execution>
 							<id>generate-depends-file</id>
@@ -339,7 +339,7 @@
 				<updatePolicy>always</updatePolicy>
 				<checksumPolicy>warn</checksumPolicy>
 			</snapshots>
-			<url>http://repository.ops4j.org/mvn-snapshots/</url>
+			<url>http://repo1.maven.org/maven2/</url>
 			<layout>default</layout>
 		</repository>
 		<!-- neede by fix of PAXEXAM-160 -->
@@ -365,7 +365,7 @@
 		<pluginRepository>
 			<id>ops4j-plugin-snapshot</id>
 			<name>ops4j.org snapshot repository</name>
-			<url>http://repository.ops4j.org/mvn-snapshots/</url>
+			<url>http://repo1.maven.org/maven2/</url>
 		</pluginRepository>
 		<!-- needed by fix of PAXEXAM-160 -->
 		<pluginRepository>
@@ -478,24 +478,24 @@
 			<dependency>
 				<groupId>org.ops4j.pax.exam</groupId>
 				<artifactId>pax-exam</artifactId>
-				<version>1.2.1-SNAPSHOT</version>
+				<version>1.2.0</version>
 			</dependency>
 			<!-- this is a dependecy of pax-exam, enforcing latest version
 			to get latest felix -->
 			<dependency>
 				<groupId>org.ops4j.pax.runner</groupId>
 				<artifactId>pax-runner-no-jcl</artifactId>
-				<version>1.5.0-SNAPSHOT</version>
+				<version>1.4.0</version>
 		    </dependency>
 			<dependency>
 				<groupId>org.ops4j.pax.exam</groupId>
 				<artifactId>pax-exam-junit</artifactId>
-				<version>1.2.1-SNAPSHOT</version>
+				<version>1.2.0</version>
 			</dependency>
 			<dependency>
 				<groupId>org.ops4j.pax.exam</groupId>
 				<artifactId>pax-exam-container-default</artifactId>
-				<version>1.2.1-SNAPSHOT</version>
+				<version>1.2.0</version>
 			</dependency>
 			<dependency>
 				<groupId>com.sun.script.jruby</groupId>