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 c0d4bc0 [maven-release-plugin] prepare for next development iteration
c0d4bc0 is described below
commit c0d4bc0d7a2651c7214098c315630ed11dc91760
Author: sseifert <[email protected]>
AuthorDate: Fri Jan 11 17:27:06 2019 +0100
[maven-release-plugin] prepare for next development iteration
---
pom.xml | 4 ++--
relocate/pom.xml | 7 +------
sling-maven-plugin/pom.xml | 7 +------
3 files changed, 4 insertions(+), 14 deletions(-)
diff --git a/pom.xml b/pom.xml
index 75bd85f..ac830da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
</parent>
<artifactId>sling-maven-plugin.reactor</artifactId>
- <version>2.4.0</version>
+ <version>2.4.1-SNAPSHOT</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>sling-maven-plugin.reactor-2.4.0</tag>
+ <tag>HEAD</tag>
</scm>
<modules>
diff --git a/relocate/pom.xml b/relocate/pom.xml
index 802b66b..4f4b54e 100644
--- a/relocate/pom.xml
+++ b/relocate/pom.xml
@@ -28,7 +28,7 @@
</parent>
<artifactId>maven-sling-plugin</artifactId>
- <version>2.4.0</version>
+ <version>2.4.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Sling Maven Plugin Relocation</name>
@@ -39,9 +39,4 @@
<artifactId>sling-maven-plugin</artifactId>
</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 b0acf8e..0198f8a 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</version>
+ <version>2.4.1-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Apache Sling Maven Plugin</name>
@@ -292,9 +292,4 @@
</build>
</profile>
</profiles>
-
-
- <scm>
- <tag>sling-maven-plugin.reactor-2.4.0</tag>
- </scm>
</project>