Use released versions of integration tests and test services

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1077937 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 211509f..fc9c39e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -445,7 +445,7 @@
         <dependency>
              <groupId>org.apache.sling</groupId>
              <artifactId>org.apache.sling.launchpad.integration-tests</artifactId>
-             <version>1.0.1-SNAPSHOT</version>
+             <version>1.0.0</version>
              <scope>test</scope>
         </dependency>
 
diff --git a/src/main/bundles/list.xml b/src/main/bundles/list.xml
index fb670b0..15f9736 100644
--- a/src/main/bundles/list.xml
+++ b/src/main/bundles/list.xml
@@ -4,12 +4,12 @@
         <bundle>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.launchpad.test-services</artifactId>
-            <version>2.0.9-SNAPSHOT</version>
+            <version>2.0.8</version>
         </bundle>
         <bundle>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.launchpad.test-services-war</artifactId>
-            <version>2.0.9-SNAPSHOT</version>
+            <version>2.0.8</version>
             <type>war</type>
         </bundle>
     </startLevel>