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:19 UTC

[sling-org-apache-sling-launchpad-testing-war] branch master updated (5176b93 -> a33df07)

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

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


    from 5176b93  Disable war testing on Java 9, for now.
     new 075d363  SLING-7408 - Release Sling Starter 10 and associated artifacts
     new a33df07  [maven-release-plugin] prepare release org.apache.sling.launchpad.testing-war-10

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                         | 9 +++++----
 src/main/provisioning/model.txt | 4 ++--
 2 files changed, 7 insertions(+), 6 deletions(-)

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

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

Posted by ro...@apache.org.
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>.

[sling-org-apache-sling-launchpad-testing-war] 02/02: [maven-release-plugin] prepare release org.apache.sling.launchpad.testing-war-10

Posted by ro...@apache.org.
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 a33df072613a97d4dc5a6e5d29bcecac471fa63c
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Jan 19 17:51:17 2018 +0200

    [maven-release-plugin] prepare release org.apache.sling.launchpad.testing-war-10
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 28b6e9f..3532c06 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
     <artifactId>org.apache.sling.launchpad.testing-war</artifactId>
     <packaging>slingstart</packaging>
-    <version>10-SNAPSHOT</version>
+    <version>10</version>
 
     <name>Apache Sling Launchpad Testing WAR</name>
     <description>
@@ -41,7 +41,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-testing-war.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-testing-war.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-launchpad-testing-war.git</url>
-    </scm>
+      <tag>org.apache.sling.launchpad.testing-war-10</tag>
+  </scm>
 
     <properties>
         <!-- HTTP port to use when running mvn jetty:run -->

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