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/17 20:13:06 UTC

[sling-org-apache-sling-app-cms] 01/07: [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

commit fdd7f0ee00c7dc4ddb0b68aae3aef664ad5bf32d
Author: Dan Klco <dk...@apache.org>
AuthorDate: Thu Jun 28 15:18:31 2018 -0400

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

diff --git a/builder/pom.xml b/builder/pom.xml
index a930e5d..ab7aaf7 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>1.0.0-SNAPSHOT</version>
+        <version>0.9.0</version>
     </parent>
 
     <artifactId>org.apache.sling.cms.builder</artifactId>
     <packaging>slingstart</packaging>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>0.9.0</version>
 
     <name>Apache Sling - CMS Application Builder</name>
 
diff --git a/core/pom.xml b/core/pom.xml
index e9b554c..04b4a82 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -9,14 +9,12 @@
 	License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
 	OF ANY KIND, either express or implied. See the License for the specific 
 	language governing permissions and limitations under the License. -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<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 ccd3a75..d8bc94c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,9 +9,7 @@
 	License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
 	OF ANY KIND, either express or implied. See the License for the specific 
 	language governing permissions and limitations under the License. -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.sling</groupId>
@@ -22,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>
@@ -50,7 +48,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 800a101..a891555 100644
--- a/reference/pom.xml
+++ b/reference/pom.xml
@@ -9,14 +9,12 @@
 	License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
 	OF ANY KIND, either express or implied. See the License for the specific 
 	language governing permissions and limitations under the License. -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<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>
@@ -70,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 a502b93..947eb44 100644
--- a/ui/pom.xml
+++ b/ui/pom.xml
@@ -9,13 +9,12 @@
 	License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
 	OF ANY KIND, either express or implied. See the License for the specific 
 	language governing permissions and limitations under the License. -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<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>