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 2018/01/19 15:51:20 UTC

[sling-org-apache-sling-launchpad-testing-war] 01/02: SLING-7408 - Release Sling Starter 10 and associated artifacts

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

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

commit 075d3631561250a32c5e7e1ed1f6038f202f5674
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Jan 19 17:43:13 2018 +0200

    SLING-7408 - Release Sling Starter 10 and associated artifacts
    
    Use released versions for the release. Also, upgrade commons-io
    to prevent NoSuchMethodError being thrown during server-side test
    execution.
---
 pom.xml                         | 4 ++--
 src/main/provisioning/model.txt | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 24e3659..28b6e9f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -203,7 +203,7 @@
         <dependency>
              <groupId>org.apache.sling</groupId>
              <artifactId>org.apache.sling.launchpad.integration-tests</artifactId>
-             <version>1.0.5-SNAPSHOT</version>
+             <version>1.0.6</version>
              <scope>test</scope>
              <exclusions>
                  <exclusion>
@@ -221,7 +221,7 @@
          <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
-            <version>2.5</version>
+            <version>2.6</version>
         </dependency>
         <dependency>
             <groupId>javax.jcr</groupId>
diff --git a/src/main/provisioning/model.txt b/src/main/provisioning/model.txt
index c7c18b0..8b57b3f 100644
--- a/src/main/provisioning/model.txt
+++ b/src/main/provisioning/model.txt
@@ -19,8 +19,8 @@
 [feature name=launchpad-testing]
 # Dependencies
 [artifacts]
-  org.apache.sling/org.apache.sling.starter/10-SNAPSHOT/slingstart
-  org.apache.sling/org.apache.sling.launchpad.test-bundles/0.0.3-SNAPSHOT/slingfeature
+  org.apache.sling/org.apache.sling.starter/10/slingstart
+  org.apache.sling/org.apache.sling.launchpad.test-bundles/0.0.4/slingfeature
   javax.servlet.jsp/javax.servlet.jsp-api/2.2.1
   javax.el/javax.el-api/2.2.1
 

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