Skip to content

Commit

Permalink
[maven-release-plugin] prepare release org.apache.sling.cms-1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
klcodanr committed Nov 5, 2023
1 parent 1165c3d commit f53a1d2
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 17 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
6 changes: 2 additions & 4 deletions feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
6 changes: 2 additions & 4 deletions it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion login/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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 -->

Expand Down Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion reference/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit f53a1d2

Please sign in to comment.