You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by pa...@apache.org on 2021/12/16 14:07:50 UTC

[sling-jspc-maven-plugin] branch master updated: [maven-release-plugin] prepare release jspc-maven-plugin-2.3.2

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

pauls 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 c5d769b  [maven-release-plugin] prepare release jspc-maven-plugin-2.3.2
c5d769b is described below

commit c5d769b255250668a9dfb86206b022666f654c27
Author: Karl Pauls <ka...@gmail.com>
AuthorDate: Thu Dec 16 15:07:48 2021 +0100

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

diff --git a/pom.xml b/pom.xml
index 5139184..3d0460f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>jspc-maven-plugin</artifactId>
-    <version>2.3.1-SNAPSHOT</version>
+    <version>2.3.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.3.2</tag>
     </scm>
 
     <properties>