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/11/21 18:54:41 UTC

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

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

commit e3f272ba9f6b6bbd8ffa0a2450406da038ad413f
Author: Dan Klco <dk...@apache.org>
AuthorDate: Wed Nov 21 13:54:41 2018 -0500

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

diff --git a/api/pom.xml b/api/pom.xml
index b148079..0fe6a3b 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.11.1-SNAPSHOT</version>
+        <version>0.11.2</version>
     </parent>
     <artifactId>org.apache.sling.cms.api</artifactId>
     <packaging>bundle</packaging>
diff --git a/builder/pom.xml b/builder/pom.xml
index 0cfa9e5..4cbab58 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.11.1-SNAPSHOT</version>
+        <version>0.11.2</version>
     </parent>
 
     <artifactId>org.apache.sling.cms.builder</artifactId>
diff --git a/core/pom.xml b/core/pom.xml
index 50a64a3..5d994a8 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.11.1-SNAPSHOT</version>
+        <version>0.11.2</version>
     </parent>
     <artifactId>org.apache.sling.cms.core</artifactId>
     <packaging>bundle</packaging>
diff --git a/pom.xml b/pom.xml
index 2e80f2a..136d362 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.11.1-SNAPSHOT</version>
+    <version>0.11.2</version>
     <packaging>pom</packaging>
 
     <properties>
@@ -44,7 +44,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.11.2</tag>
     </scm>
 
     <dependencyManagement>
diff --git a/reference/pom.xml b/reference/pom.xml
index 4820e3e..72f6ff1 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.11.1-SNAPSHOT</version>
+        <version>0.11.2</version>
     </parent>
     <artifactId>org.apache.sling.cms.reference</artifactId>
     <packaging>bundle</packaging>
@@ -64,7 +64,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.cms.core</artifactId>
-            <version>0.11.1-SNAPSHOT</version>
+            <version>0.11.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
diff --git a/ui/pom.xml b/ui/pom.xml
index ab42c80..1c825c5 100644
--- a/ui/pom.xml
+++ b/ui/pom.xml
@@ -9,7 +9,7 @@
     <parent>
         <artifactId>org.apache.sling.cms</artifactId>
         <groupId>org.apache.sling</groupId>
-        <version>0.11.1-SNAPSHOT</version>
+        <version>0.11.2</version>
     </parent>
     <artifactId>org.apache.sling.cms.ui</artifactId>
     <packaging>bundle</packaging>