You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2018/03/13 21:15:29 UTC

[sling-org-apache-sling-api] branch master updated: Revert accidental version increase

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 <cz...@adobe.com>
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.*"
                         </Embed-Dependency>
                     </instructions>
+                    <skip>true</skip>
                 </configuration>
             </plugin>
             <plugin>
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.