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 2022/10/26 00:25:20 UTC

[sling-org-apache-sling-app-cms] branch master updated: [maven-release-plugin] prepare release org.apache.sling.cms-1.1.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 b7dc2364 [maven-release-plugin] prepare release org.apache.sling.cms-1.1.2
b7dc2364 is described below

commit b7dc2364dff3e74fdd42dd1b68f583362b0c739e
Author: Dan Klco <kl...@adobe.com>
AuthorDate: Tue Oct 25 20:25:10 2022 -0400

    [maven-release-plugin] prepare release org.apache.sling.cms-1.1.2
---
 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           | 6 +++---
 reference/pom.xml | 2 +-
 ui/pom.xml        | 2 +-
 9 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/api/pom.xml b/api/pom.xml
index b877a880..a46e0a6a 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.1.1-SNAPSHOT</version>
+        <version>1.1.2</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 7caba575..87bb776f 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.1.1-SNAPSHOT</version>
+    <version>1.1.2</version>
   </parent>
   <artifactId>org.apache.sling.cms.archetype</artifactId>
   <packaging>maven-archetype</packaging>
diff --git a/core/pom.xml b/core/pom.xml
index e4108a2c..41de49f1 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.1.1-SNAPSHOT</version>
+        <version>1.1.2</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 b3051e77..075acc0c 100644
--- a/feature/pom.xml
+++ b/feature/pom.xml
@@ -15,7 +15,7 @@
   <parent>
     <artifactId>org.apache.sling.cms</artifactId>
     <groupId>org.apache.sling</groupId>
-    <version>1.1.1-SNAPSHOT</version>
+    <version>1.1.2</version>
   </parent>
   <artifactId>org.apache.sling.cms.feature</artifactId>
   <name>Apache Sling - CMS Feature Model</name>
diff --git a/it/pom.xml b/it/pom.xml
index a4c9fc7a..d8aeae75 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.1.1-SNAPSHOT</version>
+        <version>1.1.2</version>
     </parent>
 
     <artifactId>org.apache.sling.cms.it</artifactId>
diff --git a/login/pom.xml b/login/pom.xml
index a92da1a2..bfaaf791 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.1.1-SNAPSHOT</version>
+        <version>1.1.2</version>
     </parent>
     <artifactId>org.apache.sling.cms.login</artifactId>
     <name>Apache Sling - Login Fragment</name>
diff --git a/pom.xml b/pom.xml
index a3396083..3c5c7b98 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
   <artifactId>org.apache.sling.cms</artifactId>
   <name>Apache Sling - CMS</name>
   <description>An Apache Sling Reference CMS Application</description>
-  <version>1.1.1-SNAPSHOT</version>
+  <version>1.1.2</version>
   <packaging>pom</packaging>
   <properties>
     <sling.protocol>http</sling.protocol>
@@ -27,7 +27,7 @@
     <sling.cms.java.version>11</sling.cms.java.version>
     <maven.compiler.source>${sling.cms.java.version}</maven.compiler.source>
     <maven.compiler.target>${maven.compiler.source}</maven.compiler.target>
-    <project.build.outputTimestamp>10</project.build.outputTimestamp>
+    <project.build.outputTimestamp>1666743839</project.build.outputTimestamp>
     <!-- Common Versions -->
     <cms-version>${project.parent.version}</cms-version>
     <asm-version>9.3</asm-version>
@@ -78,7 +78,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.2</tag>
   </scm>
   <dependencyManagement>
     <dependencies>
diff --git a/reference/pom.xml b/reference/pom.xml
index c58a27e8..ce736585 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.1.1-SNAPSHOT</version>
+        <version>1.1.2</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 3ca803fb..ef0140d6 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.1.1-SNAPSHOT</version>
+    <version>1.1.2</version>
   </parent>
   <artifactId>org.apache.sling.cms.ui</artifactId>
   <name>Apache Sling - CMS UI</name>