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

sseifert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-maven-sling-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 1af919c  [maven-release-plugin] prepare release 
sling-maven-plugin.reactor-2.4.0
1af919c is described below

commit 1af919ced2d4c22a22c940bc76a2bec903f42771
Author: sseifert <sseif...@pro-vision.de>
AuthorDate: Fri Jan 11 17:26:38 2019 +0100

    [maven-release-plugin] prepare release sling-maven-plugin.reactor-2.4.0
---
 pom.xml                    | 4 ++--
 relocate/pom.xml           | 6 +++++-
 sling-maven-plugin/pom.xml | 6 +++++-
 3 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index fcd4267..75bd85f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>sling-maven-plugin.reactor</artifactId>
-    <version>2.4.0-SNAPSHOT</version>
+    <version>2.4.0</version>
     <packaging>pom</packaging>
 
     <name>Apache Sling Maven Plugin Reactor</name>
@@ -37,7 +37,7 @@
         
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-maven-sling-plugin.git</connection>
         
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-maven-sling-plugin.git</developerConnection>
         
<url>https://gitbox.apache.org/repos/asf?p=sling-maven-sling-plugin.git</url>
-        <tag>HEAD</tag>
+        <tag>sling-maven-plugin.reactor-2.4.0</tag>
     </scm>
 
     <modules>
diff --git a/relocate/pom.xml b/relocate/pom.xml
index 9be0948..802b66b 100644
--- a/relocate/pom.xml
+++ b/relocate/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>maven-sling-plugin</artifactId>
-    <version>2.4.0-SNAPSHOT</version>
+    <version>2.4.0</version>
     <packaging>pom</packaging>
 
     <name>Apache Sling Maven Plugin Relocation</name>
@@ -40,4 +40,8 @@
         </relocation>
     </distributionManagement>
 
+
+  <scm>
+    <tag>sling-maven-plugin.reactor-2.4.0</tag>
+  </scm>
 </project>
diff --git a/sling-maven-plugin/pom.xml b/sling-maven-plugin/pom.xml
index bb2b748..b0acf8e 100644
--- a/sling-maven-plugin/pom.xml
+++ b/sling-maven-plugin/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>sling-maven-plugin</artifactId>
-    <version>2.4.0-SNAPSHOT</version>
+    <version>2.4.0</version>
     <packaging>maven-plugin</packaging>
 
     <name>Apache Sling Maven Plugin</name>
@@ -293,4 +293,8 @@
         </profile>
     </profiles>
 
+
+  <scm>
+    <tag>sling-maven-plugin.reactor-2.4.0</tag>
+  </scm>
 </project>

Reply via email to