You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2021/12/07 08:14:04 UTC

[sling-org-apache-sling-models-impl] branch master updated: [maven-release-plugin] prepare release org.apache.sling.models.impl-1.5.0

This is an automated email from the ASF dual-hosted git repository.

sseifert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-impl.git


The following commit(s) were added to refs/heads/master by this push:
     new 56c1b92  [maven-release-plugin] prepare release org.apache.sling.models.impl-1.5.0
56c1b92 is described below

commit 56c1b928238f0de17007caeb4e362a12b47fbb38
Author: Stefan Seifert <st...@users.noreply.github.com>
AuthorDate: Tue Dec 7 09:13:59 2021 +0100

    [maven-release-plugin] prepare release org.apache.sling.models.impl-1.5.0
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 371807c..05f8fc4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
         <relativePath />
     </parent>
     <artifactId>org.apache.sling.models.impl</artifactId>
-    <version>1.4.17-SNAPSHOT</version>
+    <version>1.5.0</version>
     <name>Apache Sling Models Implementation</name>
     <description>Apache Sling Models Implementation</description>
 
@@ -34,11 +34,11 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-impl.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-impl.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-models-impl.git</url>
-        <tag>HEAD</tag>
+        <tag>org.apache.sling.models.impl-1.5.0</tag>
     </scm>
     <properties>
         <sling.java.version>8</sling.java.version>
-        <project.build.outputTimestamp>2021-12-01T00:00:00Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2021-12-07T08:12:00Z</project.build.outputTimestamp>
     </properties>
     <build>
         <plugins>