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:29 UTC

[sling-org-apache-sling-app-cms] branch master updated: [maven-release-plugin] prepare release org.apache.sling.cms-0.9.0

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 ce78d51  [maven-release-plugin] prepare release org.apache.sling.cms-0.9.0
ce78d51 is described below

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

    [maven-release-plugin] prepare release org.apache.sling.cms-0.9.0
---
 core/pom.xml      | 2 +-
 pom.xml           | 4 ++--
 reference/pom.xml | 4 ++--
 ui/pom.xml        | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index 80772de..04b4a82 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>1.0.0-SNAPSHOT</version>
+		<version>0.9.0</version>
 	</parent>
 	<artifactId>org.apache.sling.cms.core</artifactId>
 	<packaging>bundle</packaging>
diff --git a/pom.xml b/pom.xml
index 1b5f4ad..7bac8c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
 
 	<artifactId>org.apache.sling.cms</artifactId>
 	<name>Apache Sling - CMS</name>
-	<version>1.0.0-SNAPSHOT</version>
+	<version>0.9.0</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>HEAD</tag>
+		<tag>org.apache.sling.cms-0.9.0</tag>
 	</scm>
 
 	<dependencyManagement>
diff --git a/reference/pom.xml b/reference/pom.xml
index 5248427..a891555 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>1.0.0-SNAPSHOT</version>
+		<version>0.9.0</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>1.0.0-SNAPSHOT</version>
+			<version>0.9.0</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.geronimo.specs</groupId>
diff --git a/ui/pom.xml b/ui/pom.xml
index c721515..947eb44 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>1.0.0-SNAPSHOT</version>
+		<version>0.9.0</version>
 	</parent>
 	<artifactId>org.apache.sling.cms.ui</artifactId>
 	<packaging>bundle</packaging>