You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2020/02/18 10:55:51 UTC

[sling-org-apache-sling-repoinit-parser] branch master updated: [maven-release-plugin] prepare release org.apache.sling.repoinit.parser-1.4.0

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

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-repoinit-parser.git


The following commit(s) were added to refs/heads/master by this push:
     new 6053a76  [maven-release-plugin] prepare release org.apache.sling.repoinit.parser-1.4.0
6053a76 is described below

commit 6053a76af10741e027e5bae4c33c05def7a34d39
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Tue Feb 18 11:55:46 2020 +0100

    [maven-release-plugin] prepare release org.apache.sling.repoinit.parser-1.4.0
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index f0fd78c..8c41dea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>org.apache.sling.repoinit.parser</artifactId>
-  <version>1.4.0-SNAPSHOT</version>
+  <version>1.4.0</version>
   <name>Apache Sling Repoinit Parser</name>
   <description>Parser for the Repository Initialization language used in Sling</description>
 
@@ -36,7 +36,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-repoinit-parser.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-repoinit-parser.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-repoinit-parser.git</url>
-    <tag>HEAD</tag>
+    <tag>org.apache.sling.repoinit.parser-1.4.0</tag>
   </scm>
   
   <build>