You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2018/12/14 17:34:56 UTC

[sling-org-apache-sling-servlets-resolver] branch master updated: [maven-release-plugin] prepare release org.apache.sling.servlets.resolver-2.5.2

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

radu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-resolver.git


The following commit(s) were added to refs/heads/master by this push:
     new a1b2e4e  [maven-release-plugin] prepare release org.apache.sling.servlets.resolver-2.5.2
a1b2e4e is described below

commit a1b2e4e2614be8b8761228380ad64be4e9ce39be
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Fri Dec 14 18:34:55 2018 +0100

    [maven-release-plugin] prepare release org.apache.sling.servlets.resolver-2.5.2
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 60757df..b743d48 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
     <artifactId>org.apache.sling.servlets.resolver</artifactId>
     <packaging>bundle</packaging>
-    <version>2.5.1-SNAPSHOT</version>
+    <version>2.5.2</version>
 
     <name>Apache Sling Servlet Resolver</name>
     <description>
@@ -40,7 +40,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-resolver.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-resolver.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-servlets-resolver.git</url>
-      <tag>HEAD</tag>
+      <tag>org.apache.sling.servlets.resolver-2.5.2</tag>
   </scm>
 
     <properties>
@@ -96,7 +96,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
-            <version>2.20.1-SNAPSHOT</version>
+            <version>2.20.0</version>
             <scope>provided</scope>
         </dependency>
         <!-- for ServiceUserMapped (SLING-4312) -->