From commits-return-65871-archive-asf-public=cust-asf.ponee.io@sling.apache.org Tue Mar 13 22:15:31 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 17D2D18064F for ; Tue, 13 Mar 2018 22:15:30 +0100 (CET) Received: (qmail 8765 invoked by uid 500); 13 Mar 2018 21:15:30 -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 8755 invoked by uid 99); 13 Mar 2018 21:15:30 -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, 13 Mar 2018 21:15:30 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 605A580962; Tue, 13 Mar 2018 21:15:29 +0000 (UTC) Date: Tue, 13 Mar 2018 21:15:29 +0000 To: "commits@sling.apache.org" Subject: [sling-org-apache-sling-api] branch master updated: Revert accidental version increase MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <152097572935.10477.3395700990146238797@gitbox.apache.org> From: cziegeler@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: sling-org-apache-sling-api X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 70c9a023e5e64cd97c100bb38934c857bf3c235a X-Git-Newrev: 18df8c9385558172c6b1135fba8b87c44eefb338 X-Git-Rev: 18df8c9385558172c6b1135fba8b87c44eefb338 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. cziegeler pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-api.git The following commit(s) were added to refs/heads/master by this push: new 18df8c9 Revert accidental version increase 18df8c9 is described below commit 18df8c9385558172c6b1135fba8b87c44eefb338 Author: Carsten Ziegeler AuthorDate: Tue Mar 13 22:15:21 2018 +0100 Revert accidental version increase --- pom.xml | 1 + src/main/java/org/apache/sling/api/request/package-info.java | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 04c64a9..81bffdd 100644 --- a/pom.xml +++ b/pom.xml @@ -119,6 +119,7 @@ jackrabbit-jcr-commons;inline="org/apache/jackrabbit/util/ISO8601.*" + true diff --git a/src/main/java/org/apache/sling/api/request/package-info.java b/src/main/java/org/apache/sling/api/request/package-info.java index c31532f..06b789b 100644 --- a/src/main/java/org/apache/sling/api/request/package-info.java +++ b/src/main/java/org/apache/sling/api/request/package-info.java @@ -17,7 +17,7 @@ * under the License. */ -@Version("2.5.0") +@Version("2.4.2") package org.apache.sling.api.request; import org.osgi.annotation.versioning.Version; -- To stop receiving notification emails like this one, please contact cziegeler@apache.org.