You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:53:43 UTC

[sling-org-apache-sling-launchpad-testing-war] 14/16: Use released version of integration tests and refer to the project's version for the default bundle list

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.launchpad.testing-war-6
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-testing-war.git

commit a80e5f39fc5f1ba4a2bc0a4d2f093a5b544c25a9
Author: Felix Meschberger <fm...@apache.org>
AuthorDate: Sun Mar 13 08:55:05 2011 +0000

    Use released version of integration tests and refer to the project's version for the default bundle list
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/launchpad/testing-war@1081063 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1c56693..e57e878 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
 

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.