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 2019/11/24 16:14:41 UTC

[sling-org-apache-sling-scripting-core] branch master updated: [maven-release-plugin] prepare release org.apache.sling.scripting.core-2.1.0

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-scripting-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 02c655d  [maven-release-plugin] prepare release org.apache.sling.scripting.core-2.1.0
02c655d is described below

commit 02c655d9a8986aad02261aa913039aca09a9cc6c
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Sun Nov 24 17:14:38 2019 +0100

    [maven-release-plugin] prepare release org.apache.sling.scripting.core-2.1.0
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 268ebe2..ef4fa08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.scripting.core</artifactId>
-    <version>2.1.0-SNAPSHOT</version>
+    <version>2.1.0</version>
 
     <name>Apache Sling Scripting Core</name>
     <description>
@@ -43,7 +43,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-core.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-core.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-scripting-core.git</url>
-      <tag>HEAD</tag>
+      <tag>org.apache.sling.scripting.core-2.1.0</tag>
   </scm>
 
     <build>
@@ -113,7 +113,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
-            <version>2.21.0-SNAPSHOT</version>
+            <version>2.21.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -305,13 +305,13 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.resourceresolver</artifactId>
-            <version>1.6.15-SNAPSHOT</version>
+            <version>1.6.16</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.servlets.resolver</artifactId>
-            <version>2.5.7-SNAPSHOT</version>
+            <version>2.5.8</version>
             <scope>test</scope>
         </dependency>
     </dependencies>