From commits-return-64292-archive-asf-public=cust-asf.ponee.io@sling.apache.org Fri Jan 19 16:51:22 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 83618180607 for ; Fri, 19 Jan 2018 16:51:22 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 7398A160C49; Fri, 19 Jan 2018 15:51:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B7A43160C28 for ; Fri, 19 Jan 2018 16:51:21 +0100 (CET) Received: (qmail 85885 invoked by uid 500); 19 Jan 2018 15:51:20 -0000 Mailing-List: contact commits-help@sling.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sling.apache.org Delivered-To: mailing list commits@sling.apache.org Received: (qmail 85876 invoked by uid 99); 19 Jan 2018 15:51:20 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Jan 2018 15:51:20 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 1F1F182217; Fri, 19 Jan 2018 15:51:19 +0000 (UTC) Date: Fri, 19 Jan 2018 15:51:20 +0000 To: "commits@sling.apache.org" Subject: [sling-org-apache-sling-launchpad-testing-war] 01/02: SLING-7408 - Release Sling Starter 10 and associated artifacts MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: rombert@apache.org In-Reply-To: <151637707907.23470.18075964326114562883@gitbox.apache.org> References: <151637707907.23470.18075964326114562883@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: sling-org-apache-sling-launchpad-testing-war X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: 075d3631561250a32c5e7e1ed1f6038f202f5674 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20180119155119.1F1F182217@gitbox.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 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 @@ org.apache.sling org.apache.sling.launchpad.integration-tests - 1.0.5-SNAPSHOT + 1.0.6 test @@ -221,7 +221,7 @@ commons-io commons-io - 2.5 + 2.6 javax.jcr 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" .