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-jsp.git


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

commit 6c0ecb4c7559606af22313b911544c2c77062e49
Author: Radu Cotescu <[email protected]>
AuthorDate: Thu Jun 18 17:19:22 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 5df2d74..cf57446 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.scripting.jsp</artifactId>
-    <version>2.5.0-SNAPSHOT</version>
+    <version>2.5.0</version>
 
     <name>Apache Sling Scripting JSP</name>
     <description>Support for JSP scripting</description>
@@ -37,7 +37,7 @@
         
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-jsp.git</connection>
         
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-jsp.git</developerConnection>
         
<url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-scripting-jsp.git</url>
-      <tag>HEAD</tag>
+      <tag>org.apache.sling.scripting.jsp-2.5.0</tag>
   </scm>
 
     <build>
@@ -107,7 +107,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.api</artifactId>
-            <version>2.2.1-SNAPSHOT</version>
+            <version>2.2.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -130,7 +130,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.commons.compiler</artifactId>
-            <version>2.3.7-SNAPSHOT</version>
+            <version>2.4.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -147,7 +147,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.servlets.resolver</artifactId>
-            <version>2.6.5-SNAPSHOT</version>
+            <version>2.7.0</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>

Reply via email to