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-api.git
The following commit(s) were added to refs/heads/master by this push:
new 08185fc [maven-release-plugin] prepare release
org.apache.sling.models.api-1.5.0
08185fc is described below
commit 08185fc36eda41ce72d512e0e91c66b688f1a0fa
Author: Stefan Seifert <[email protected]>
AuthorDate: Tue Mar 28 13:29:09 2023 +0200
[maven-release-plugin] prepare release org.apache.sling.models.api-1.5.0
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 0e10e55..f2d7bfc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,19 +27,19 @@
</parent>
<artifactId>org.apache.sling.models.api</artifactId>
- <version>1.4.3-SNAPSHOT</version>
+ <version>1.5.0</version>
<name>Apache Sling Models API</name>
<description>Apache Sling Models API</description>
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-api.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-api.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-models-api.git</url>
- <tag>HEAD</tag>
+ <tag>org.apache.sling.models.api-1.5.0</tag>
</scm>
<properties>
<sling.java.version>8</sling.java.version>
-
<project.build.outputTimestamp>2022-04-27T07:14:48Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2023-03-28T11:28:43Z</project.build.outputTimestamp>
</properties>
<build>
<plugins>