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 2018/07/26 18:20:47 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 a75d6d6  [maven-release-plugin] prepare for next development iteration
a75d6d6 is described below

commit a75d6d6d62f03ee65cab05041217fab69b37971a
Author: Dan Klco <dk...@apache.org>
AuthorDate: Thu Jul 26 14:20:47 2018 -0400

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

diff --git a/builder/pom.xml b/builder/pom.xml
index ab7aaf7..b698b57 100644
--- a/builder/pom.xml
+++ b/builder/pom.xml
@@ -16,12 +16,12 @@
     <parent>
         <artifactId>org.apache.sling.cms</artifactId>
         <groupId>org.apache.sling</groupId>
-        <version>0.9.0</version>
+        <version>0.9.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>org.apache.sling.cms.builder</artifactId>
     <packaging>slingstart</packaging>
-    <version>0.9.0</version>
+    <version>0.9.1-SNAPSHOT</version>
 
     <name>Apache Sling - CMS Application Builder</name>
 
diff --git a/core/pom.xml b/core/pom.xml
index 04b4a82..4a43ce0 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -14,7 +14,7 @@
 	<parent>
 		<artifactId>org.apache.sling.cms</artifactId>
 		<groupId>org.apache.sling</groupId>
-		<version>0.9.0</version>
+		<version>0.9.1-SNAPSHOT</version>
 	</parent>
 	<artifactId>org.apache.sling.cms.core</artifactId>
 	<packaging>bundle</packaging>
diff --git a/pom.xml b/pom.xml
index 7bac8c2..6e1e0e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
 
 	<artifactId>org.apache.sling.cms</artifactId>
 	<name>Apache Sling - CMS</name>
-	<version>0.9.0</version>
+	<version>0.9.1-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.9.0</tag>
+		<tag>HEAD</tag>
 	</scm>
 
 	<dependencyManagement>
diff --git a/reference/pom.xml b/reference/pom.xml
index a891555..52e57ae 100644
--- a/reference/pom.xml
+++ b/reference/pom.xml
@@ -14,7 +14,7 @@
 	<parent>
 		<artifactId>org.apache.sling.cms</artifactId>
 		<groupId>org.apache.sling</groupId>
-		<version>0.9.0</version>
+		<version>0.9.1-SNAPSHOT</version>
 	</parent>
 	<artifactId>org.apache.sling.cms.reference</artifactId>
 	<packaging>bundle</packaging>
@@ -68,7 +68,7 @@
 		<dependency>
 			<groupId>org.apache.sling</groupId>
 			<artifactId>org.apache.sling.cms.core</artifactId>
-			<version>0.9.0</version>
+			<version>0.9.1-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.geronimo.specs</groupId>
diff --git a/ui/pom.xml b/ui/pom.xml
index 947eb44..c7b94b6 100644
--- a/ui/pom.xml
+++ b/ui/pom.xml
@@ -14,7 +14,7 @@
 	<parent>
 		<artifactId>org.apache.sling.cms</artifactId>
 		<groupId>org.apache.sling</groupId>
-		<version>0.9.0</version>
+		<version>0.9.1-SNAPSHOT</version>
 	</parent>
 	<artifactId>org.apache.sling.cms.ui</artifactId>
 	<packaging>bundle</packaging>