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

commit 842104827ee6ee9e7c38bee9a6ca56d5e464a806
Author: Dan Klco <[email protected]>
AuthorDate: Sat Nov 6 09:18:39 2021 -0400

    [maven-release-plugin] prepare release org.apache.sling.cms-1.1.0
---
 api/pom.xml       | 2 +-
 archetype/pom.xml | 2 +-
 core/pom.xml      | 2 +-
 feature/pom.xml   | 2 +-
 it/pom.xml        | 2 +-
 login/pom.xml     | 2 +-
 pom.xml           | 4 ++--
 reference/pom.xml | 2 +-
 ui/pom.xml        | 2 +-
 9 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/api/pom.xml b/api/pom.xml
index b641be1..414995e 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>1.0.5-SNAPSHOT</version>
+        <version>1.1.0</version>
     </parent>
     <artifactId>org.apache.sling.cms.api</artifactId>
     <name>Apache Sling - CMS API</name>
diff --git a/archetype/pom.xml b/archetype/pom.xml
index 03f089b..86bcd25 100644
--- a/archetype/pom.xml
+++ b/archetype/pom.xml
@@ -8,7 +8,7 @@ License. -->
   <parent>
     <artifactId>org.apache.sling.cms</artifactId>
     <groupId>org.apache.sling</groupId>
-    <version>1.0.5-SNAPSHOT</version>
+    <version>1.1.0</version>
   </parent>
   <artifactId>org.apache.sling.cms.archetype</artifactId>
   <packaging>maven-archetype</packaging>
diff --git a/core/pom.xml b/core/pom.xml
index 2b8ba3c..3d4d48d 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>1.0.5-SNAPSHOT</version>
+        <version>1.1.0</version>
     </parent>
     <artifactId>org.apache.sling.cms.core</artifactId>
     <name>Apache Sling - CMS Core</name>
diff --git a/feature/pom.xml b/feature/pom.xml
index baee578..bdf5f34 100644
--- a/feature/pom.xml
+++ b/feature/pom.xml
@@ -16,7 +16,7 @@
     <parent>
         <artifactId>org.apache.sling.cms</artifactId>
         <groupId>org.apache.sling</groupId>
-        <version>1.0.5-SNAPSHOT</version>
+        <version>1.1.0</version>
     </parent>
 
     <artifactId>org.apache.sling.cms.feature</artifactId>
diff --git a/it/pom.xml b/it/pom.xml
index dc31fce..76581b9 100644
--- a/it/pom.xml
+++ b/it/pom.xml
@@ -16,7 +16,7 @@
     <parent>
         <artifactId>org.apache.sling.cms</artifactId>
         <groupId>org.apache.sling</groupId>
-        <version>1.0.5-SNAPSHOT</version>
+        <version>1.1.0</version>
     </parent>
 
     <artifactId>org.apache.sling.cms.it</artifactId>
diff --git a/login/pom.xml b/login/pom.xml
index 4718aae..3b109ad 100644
--- a/login/pom.xml
+++ b/login/pom.xml
@@ -8,7 +8,7 @@ License. -->
     <parent>
         <artifactId>org.apache.sling.cms</artifactId>
         <groupId>org.apache.sling</groupId>
-        <version>1.0.5-SNAPSHOT</version>
+        <version>1.1.0</version>
     </parent>
     <artifactId>org.apache.sling.cms.login</artifactId>
     <name>Apache Sling - Login Fragment</name>
diff --git a/pom.xml b/pom.xml
index ceedb71..53d6699 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>1.0.5-SNAPSHOT</version>
+    <version>1.1.0</version>
     <packaging>pom</packaging>
 
     <properties>
@@ -83,7 +83,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-1.1.0</tag>
     </scm>
 
     <dependencyManagement>
diff --git a/reference/pom.xml b/reference/pom.xml
index 89d41c1..f511f45 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>1.0.5-SNAPSHOT</version>
+        <version>1.1.0</version>
     </parent>
     <artifactId>org.apache.sling.cms.reference</artifactId>
     <name>Apache Sling - CMS Reference Application</name>
diff --git a/ui/pom.xml b/ui/pom.xml
index cbc9805..474c52d 100644
--- a/ui/pom.xml
+++ b/ui/pom.xml
@@ -8,7 +8,7 @@ License. -->
   <parent>
     <artifactId>org.apache.sling.cms</artifactId>
     <groupId>org.apache.sling</groupId>
-    <version>1.0.5-SNAPSHOT</version>
+    <version>1.1.0</version>
   </parent>
   <artifactId>org.apache.sling.cms.ui</artifactId>
   <name>Apache Sling - CMS UI</name>

Reply via email to