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 2020/07/07 16:40:17 UTC

[sling-jspc-maven-plugin] branch master updated: [maven-release-plugin] prepare release jspc-maven-plugin-2.2.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-jspc-maven-plugin.git


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

commit a94f37eeaf67a0a918f57495f582911ceac37a1c
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Tue Jul 7 18:40:13 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 83a1cd7..716ece7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>jspc-maven-plugin</artifactId>
-    <version>2.2.1-SNAPSHOT</version>
+    <version>2.2.2</version>
     <packaging>maven-plugin</packaging>
 
     <name>Apache Sling JSPC Maven Plugin</name>
@@ -39,7 +39,7 @@
         <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>
-      <tag>HEAD</tag>
+      <tag>jspc-maven-plugin-2.2.2</tag>
   </scm>
 
     <properties>