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 f53a1d23 [maven-release-plugin] prepare release
org.apache.sling.cms-1.1.8
f53a1d23 is described below
commit f53a1d2311456e65312b41ea4e9b2bc7b67a2aeb
Author: Dan Klco <[email protected]>
AuthorDate: Sat Nov 4 23:18:58 2023 -0400
[maven-release-plugin] prepare release org.apache.sling.cms-1.1.8
---
api/pom.xml | 2 +-
archetype/pom.xml | 2 +-
core/pom.xml | 2 +-
feature/pom.xml | 6 ++----
it/pom.xml | 6 ++----
login/pom.xml | 2 +-
pom.xml | 6 +++---
reference/pom.xml | 2 +-
ui/pom.xml | 2 +-
9 files changed, 13 insertions(+), 17 deletions(-)
diff --git a/api/pom.xml b/api/pom.xml
index 122cb601..726af17e 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.7-SNAPSHOT</version>
+ <version>1.1.8</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 94834167..ba3879f8 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.7-SNAPSHOT</version>
+ <version>1.1.8</version>
</parent>
<artifactId>org.apache.sling.cms.archetype</artifactId>
<packaging>maven-archetype</packaging>
diff --git a/core/pom.xml b/core/pom.xml
index be995b09..15cc0179 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.7-SNAPSHOT</version>
+ <version>1.1.8</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 ef29d6d2..39e5e077 100644
--- a/feature/pom.xml
+++ b/feature/pom.xml
@@ -10,14 +10,12 @@
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.1.7-SNAPSHOT</version>
+ <version>1.1.8</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 4cfea722..786bf30b 100644
--- a/it/pom.xml
+++ b/it/pom.xml
@@ -10,15 +10,13 @@
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.1.7-SNAPSHOT</version>
+ <version>1.1.8</version>
</parent>
<artifactId>org.apache.sling.cms.it</artifactId>
diff --git a/login/pom.xml b/login/pom.xml
index 493eafea..87ee3d6d 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.7-SNAPSHOT</version>
+ <version>1.1.8</version>
</parent>
<artifactId>org.apache.sling.cms.login</artifactId>
<name>Apache Sling - Login Fragment</name>
diff --git a/pom.xml b/pom.xml
index 77a94d4c..8aa27d00 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.7-SNAPSHOT</version>
+ <version>1.1.8</version>
<packaging>pom</packaging>
<properties>
<legal.dir>${basedir}</legal.dir>
@@ -28,7 +28,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>1675173380</project.build.outputTimestamp>
+ <project.build.outputTimestamp>1699154213</project.build.outputTimestamp>
<!-- Versions Synced with Starter -->
@@ -96,7 +96,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://github.com/apache/sling-org-apache-sling-app-cms.git</url>
- <tag>HEAD</tag>
+ <tag>org.apache.sling.cms-1.1.8</tag>
</scm>
<dependencyManagement>
<dependencies>
diff --git a/reference/pom.xml b/reference/pom.xml
index bff298cc..a5663aad 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.7-SNAPSHOT</version>
+ <version>1.1.8</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 b951a88e..0edbaadd 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.7-SNAPSHOT</version>
+ <version>1.1.8</version>
</parent>
<artifactId>org.apache.sling.cms.ui</artifactId>
<name>Apache Sling - CMS UI</name>