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/09/18 12:30:21 UTC

[sling-org-apache-sling-app-cms] branch master updated: Resetting the version after the failed release

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 1afa5da  Resetting the version after the failed release
1afa5da is described below

commit 1afa5da54257cad8a5bf4b28d76b88d13838433b
Author: Dan Klco <dk...@apache.org>
AuthorDate: Tue Sep 18 08:29:54 2018 -0400

    Resetting the version after the failed release
---
 api/pom.xml       | 2 +-
 builder/pom.xml   | 2 +-
 core/pom.xml      | 2 +-
 pom.xml           | 2 +-
 reference/pom.xml | 4 ++--
 ui/pom.xml        | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/api/pom.xml b/api/pom.xml
index eb7c0c0..b62b45c 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -14,7 +14,7 @@
     <parent>
         <artifactId>org.apache.sling.cms</artifactId>
         <groupId>org.apache.sling</groupId>
-        <version>0.10.1-SNAPSHOT</version>
+        <version>0.9.1-SNAPSHOT</version>
     </parent>
     <artifactId>org.apache.sling.cms.api</artifactId>
     <packaging>bundle</packaging>
diff --git a/builder/pom.xml b/builder/pom.xml
index a64f71f..934c849 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.10.1-SNAPSHOT</version>
+        <version>0.9.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>org.apache.sling.cms.builder</artifactId>
diff --git a/core/pom.xml b/core/pom.xml
index f1a2568..fee551e 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.10.1-SNAPSHOT</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 34540a6..f260843 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
     <artifactId>org.apache.sling.cms</artifactId>
     <name>Apache Sling - CMS</name>
     <description>An Apache Sling Reference CMS Application</description>
-    <version>0.10.1-SNAPSHOT</version>
+    <version>0.9.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
diff --git a/reference/pom.xml b/reference/pom.xml
index 2c9932b..0f08cf3 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.10.1-SNAPSHOT</version>
+		<version>0.9.1-SNAPSHOT</version>
 	</parent>
 	<artifactId>org.apache.sling.cms.reference</artifactId>
 	<packaging>bundle</packaging>
@@ -69,7 +69,7 @@
 		<dependency>
 			<groupId>org.apache.sling</groupId>
 			<artifactId>org.apache.sling.cms.core</artifactId>
-			<version>0.10.1-SNAPSHOT</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 513307e..11b6aa6 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.10.1-SNAPSHOT</version>
+		<version>0.9.1-SNAPSHOT</version>
 	</parent>
 	<artifactId>org.apache.sling.cms.ui</artifactId>
 	<packaging>bundle</packaging>