From commits-return-66986-archive-asf-public=cust-asf.ponee.io@sling.apache.org Tue May 1 11:26:52 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 904C3180645 for ; Tue, 1 May 2018 11:26:51 +0200 (CEST) Received: (qmail 59524 invoked by uid 500); 1 May 2018 09:26:50 -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 59515 invoked by uid 99); 1 May 2018 09:26:50 -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; Tue, 01 May 2018 09:26:50 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id A89238096C; Tue, 1 May 2018 09:26:49 +0000 (UTC) Date: Tue, 01 May 2018 09:26:49 +0000 To: "commits@sling.apache.org" Subject: [sling-org-apache-sling-feature-launcher] branch master updated: Move version to 0.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <152516680965.27040.4302767392043335924@gitbox.apache.org> From: davidb@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: sling-org-apache-sling-feature-launcher X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 20624c4a408707a0b134ee20e3b4439f9f2719c1 X-Git-Newrev: 154be57641b1e10112664466d032cb07634fc45f X-Git-Rev: 154be57641b1e10112664466d032cb07634fc45f X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. davidb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-launcher.git The following commit(s) were added to refs/heads/master by this push: new 154be57 Move version to 0.1.0 154be57 is described below commit 154be57641b1e10112664466d032cb07634fc45f Author: David Bosschaert AuthorDate: Tue May 1 10:26:42 2018 +0100 Move version to 0.1.0 --- pom.xml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 160a0d0..66fb595 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ org.apache.sling.feature.launcher - 0.0.1-SNAPSHOT + 0.1.0-SNAPSHOT Apache Sling Feature Launcher @@ -79,6 +79,7 @@ commons-lang commons-lang 2.6 + provided org.osgi @@ -89,6 +90,7 @@ org.slf4j slf4j-api + provided org.slf4j @@ -98,17 +100,20 @@ org.apache.sling org.apache.sling.feature - 0.0.1-SNAPSHOT + 0.1.0-SNAPSHOT + provided org.apache.sling org.apache.sling.feature.io - 0.0.1-SNAPSHOT + 0.1.0-SNAPSHOT + provided org.apache.sling org.apache.sling.feature.resolver - 0.0.1-SNAPSHOT + 0.1.0-SNAPSHOT + provided org.apache.felix @@ -120,15 +125,20 @@ commons-cli commons-cli 1.3.1 + provided org.apache.sling org.apache.sling.commons.johnzon 1.0.0 + provided + + junit junit + test org.mockito -- To stop receiving notification emails like this one, please contact davidb@apache.org.