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-jspc-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 4d66e50  [maven-release-plugin] prepare release jspc-maven-plugin-2.2.0
4d66e50 is described below

commit 4d66e50e6ace4bd1e33f0170dd0f950cc264a5d5
Author: Radu Cotescu <[email protected]>
AuthorDate: Thu Jun 18 18:00:07 2020 +0200

    [maven-release-plugin] prepare release jspc-maven-plugin-2.2.0
---
 pom.xml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 870bf17..dedc6d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>jspc-maven-plugin</artifactId>
-    <version>2.1.1-SNAPSHOT</version>
+    <version>2.2.0</version>
     <packaging>maven-plugin</packaging>
 
     <name>Apache Sling JSPC Maven Plugin</name>
@@ -39,7 +39,8 @@
         
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-jspc-maven-plugin.git</connection>
         
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-jspc-maven-plugin.git</developerConnection>
         
<url>https://gitbox.apache.org/repos/asf?p=sling-jspc-maven-plugin.git</url>
-    </scm>
+      <tag>jspc-maven-plugin-2.2.0</tag>
+  </scm>
 
     <properties>
         
<maven.site.path>${project.artifactId}-archives/${project.artifactId}-LATEST</maven.site.path>
@@ -118,13 +119,13 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.jsp</artifactId>
-            <version>2.5.0-SNAPSHOT</version>
+            <version>2.5.0</version>
             <scope>compile</scope>
         </dependency>
         <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>compile</scope>
         </dependency>
         <dependency>

Reply via email to