You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2020/04/14 18:15:26 UTC

[sling-org-apache-sling-app-cms] branch master updated: [maven-release-plugin] prepare for next development iteration

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

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


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

commit 9f9847a7bde84629865c5eb33a62e37b182d6b40
Author: Dan Klco <dk...@apache.org>
AuthorDate: Tue Apr 14 14:15:22 2020 -0400

    [maven-release-plugin] prepare for next development iteration
---
 api/pom.xml         | 2 +-
 archetype/pom.xml   | 2 +-
 builder/pom.xml     | 2 +-
 core/pom.xml        | 2 +-
 pom.xml             | 4 ++--
 reference/pom.xml   | 2 +-
 transformer/pom.xml | 2 +-
 ui/pom.xml          | 2 +-
 8 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/api/pom.xml b/api/pom.xml
index 4862e23..b8fcff0 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -9,7 +9,7 @@
     <parent>
         <artifactId>org.apache.sling.cms</artifactId>
         <groupId>org.apache.sling</groupId>
-        <version>0.16.2</version>
+        <version>0.16.3-SNAPSHOT</version>
     </parent>
     <artifactId>org.apache.sling.cms.api</artifactId>
     <name>Apache Sling - CMS API</name>
diff --git a/archetype/pom.xml b/archetype/pom.xml
index 7e64d4d..5d25d51 100644
--- a/archetype/pom.xml
+++ b/archetype/pom.xml
@@ -8,7 +8,7 @@ License. -->
   <parent>
     <artifactId>org.apache.sling.cms</artifactId>
     <groupId>org.apache.sling</groupId>
-    <version>0.16.2</version>
+    <version>0.16.3-SNAPSHOT</version>
   </parent>
   <artifactId>org.apache.sling.cms.archetype</artifactId>
   <packaging>maven-archetype</packaging>
diff --git a/builder/pom.xml b/builder/pom.xml
index 546d680..d3a2898 100644
--- a/builder/pom.xml
+++ b/builder/pom.xml
@@ -16,7 +16,7 @@
     <parent>
         <artifactId>org.apache.sling.cms</artifactId>
         <groupId>org.apache.sling</groupId>
-        <version>0.16.2</version>
+        <version>0.16.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>org.apache.sling.cms.builder</artifactId>
diff --git a/core/pom.xml b/core/pom.xml
index bc03261..a0c816c 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -9,7 +9,7 @@
     <parent>
         <artifactId>org.apache.sling.cms</artifactId>
         <groupId>org.apache.sling</groupId>
-        <version>0.16.2</version>
+        <version>0.16.3-SNAPSHOT</version>
     </parent>
     <artifactId>org.apache.sling.cms.core</artifactId>
     <name>Apache Sling - CMS Core</name>
diff --git a/pom.xml b/pom.xml
index 87593a6..e142593 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
     <artifactId>org.apache.sling.cms</artifactId>
     <name>Apache Sling - CMS</name>
     <description>An Apache Sling Reference CMS Application</description>
-    <version>0.16.2</version>
+    <version>0.16.3-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
@@ -46,7 +46,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-app-cms.git</url>
-        <tag>org.apache.sling.cms-0.16.2</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <dependencyManagement>
diff --git a/reference/pom.xml b/reference/pom.xml
index 373a603..69a40c4 100644
--- a/reference/pom.xml
+++ b/reference/pom.xml
@@ -9,7 +9,7 @@
     <parent>
         <artifactId>org.apache.sling.cms</artifactId>
         <groupId>org.apache.sling</groupId>
-        <version>0.16.2</version>
+        <version>0.16.3-SNAPSHOT</version>
     </parent>
     <artifactId>org.apache.sling.cms.reference</artifactId>
     <name>Apache Sling - CMS Reference Application</name>
diff --git a/transformer/pom.xml b/transformer/pom.xml
index a5c3f09..43cf8d5 100644
--- a/transformer/pom.xml
+++ b/transformer/pom.xml
@@ -9,7 +9,7 @@
     <parent>
         <artifactId>org.apache.sling.cms</artifactId>
         <groupId>org.apache.sling</groupId>
-        <version>0.16.2</version>
+        <version>0.16.3-SNAPSHOT</version>
     </parent>
     <artifactId>org.apache.sling.cms.transformer</artifactId>
     <name>Apache Sling - Transformer</name>
diff --git a/ui/pom.xml b/ui/pom.xml
index a81e42b..8a8cf76 100644
--- a/ui/pom.xml
+++ b/ui/pom.xml
@@ -8,7 +8,7 @@ License. -->
   <parent>
     <artifactId>org.apache.sling.cms</artifactId>
     <groupId>org.apache.sling</groupId>
-    <version>0.16.2</version>
+    <version>0.16.3-SNAPSHOT</version>
   </parent>
   <artifactId>org.apache.sling.cms.ui</artifactId>
   <name>Apache Sling - CMS UI</name>