You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2022/01/18 18:27:03 UTC

[sling-parent] branch master updated: [maven-release-plugin] prepare for next development iteration

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b7104da  [maven-release-plugin] prepare for next development iteration
b7104da is described below

commit b7104da953b090821549d23f9bdf1ea1d002a1d8
Author: Konrad Windszus <ko...@gmx.de>
AuthorDate: Tue Jan 18 19:27:01 2022 +0100

    [maven-release-plugin] prepare for next development iteration
---
 pom.xml                     | 4 ++--
 sling-bundle-parent/pom.xml | 4 ++--
 sling-parent/pom.xml        | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5ebb45f..60cd1a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.sling</groupId>
     <artifactId>sling-parent-reactor</artifactId>
     <packaging>pom</packaging>
-    <version>47</version>
+    <version>48-SNAPSHOT</version>
 
     <!-- the ASF parent is necessary to trigger the right release profile -->
     <parent>
@@ -38,7 +38,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-parent.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-parent.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-parent.git</url>
-        <tag>sling-parent-reactor-47</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <modules>
diff --git a/sling-bundle-parent/pom.xml b/sling-bundle-parent/pom.xml
index 2ce4839..05dac10 100644
--- a/sling-bundle-parent/pom.xml
+++ b/sling-bundle-parent/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>47</version>
+        <version>48-SNAPSHOT</version>
         <relativePath>../sling-parent</relativePath>
     </parent>
 
@@ -36,7 +36,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-parent.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-parent.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-parent.git</url>
-        <tag>sling-parent-reactor-47</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <properties>
diff --git a/sling-parent/pom.xml b/sling-parent/pom.xml
index d94f94c..b9d55b9 100644
--- a/sling-parent/pom.xml
+++ b/sling-parent/pom.xml
@@ -28,7 +28,7 @@
     <groupId>org.apache.sling</groupId>
     <artifactId>sling</artifactId>
     <packaging>pom</packaging>
-    <version>47</version>
+    <version>48-SNAPSHOT</version>
 
     <name>Apache Sling (Parent)</name>
     <description>The parent project for Apache Sling</description>
@@ -72,7 +72,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-parent.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-parent.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-parent.git</url>
-        <tag>sling-parent-reactor-47</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <reporting>