Author: fmeschbe
Date: Sun Mar 13 08:55:05 2011
New Revision: 1081063
URL: http://svn.apache.org/viewvc?rev=1081063&view=rev
Log:
Use released version of integration tests and refer to the project's version
for the default bundle list
Modified:
sling/trunk/launchpad/testing-war/pom.xml
Modified: sling/trunk/launchpad/testing-war/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/launchpad/testing-war/pom.xml?rev=1081063&r1=1081062&r2=1081063&view=diff
==============================================================================
--- sling/trunk/launchpad/testing-war/pom.xml (original)
+++ sling/trunk/launchpad/testing-war/pom.xml Sun Mar 13 08:55:05 2011
@@ -187,7 +187,7 @@
</goals>
<configuration>
<defaultBundleList>
- <version>6-SNAPSHOT</version>
+ <version>${project.version}</version>
</defaultBundleList>
</configuration>
</execution>
@@ -443,7 +443,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.launchpad.integration-tests</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.0.0</version>
<scope>test</scope>
</dependency>