Author: reto
Date: Mon Aug 23 18:00:22 2010
New Revision: 988236
URL: http://svn.apache.org/viewvc?rev=988236&view=rev
Log:
using released pax-exam
Modified:
incubator/clerezza/trunk/scala-scripting/tests/pom.xml
Modified: incubator/clerezza/trunk/scala-scripting/tests/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/clerezza/trunk/scala-scripting/tests/pom.xml?rev=988236&r1=988235&r2=988236&view=diff
==============================================================================
--- incubator/clerezza/trunk/scala-scripting/tests/pom.xml (original)
+++ incubator/clerezza/trunk/scala-scripting/tests/pom.xml Mon Aug 23 18:00:22
2010
@@ -31,19 +31,19 @@
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>pax-exam</artifactId>
<scope>test</scope>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.1</version>
</dependency>
<dependency>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>pax-exam-junit</artifactId>
<scope>test</scope>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.1</version>
</dependency>
<dependency>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>pax-exam-container-default</artifactId>
<scope>test</scope>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.1</version>
</dependency>
<dependency>
@@ -83,7 +83,7 @@
<plugin>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>maven-paxexam-plugin</artifactId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.1</version>
<executions>
<execution>
<id>generate-depends-file</id>
@@ -101,11 +101,4 @@
</plugin>
</plugins>
</build>
- <!-- <repositories>
- <repository>
- <id>codehaus-repository</id>
- <name>Codehaus Repository</name>
- <url>http://repository.codehaus.org</url>
- </repository>
- </repositories> -->
</project>