You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2022/10/26 10:10:53 UTC

[sling-org-apache-sling-feature] branch master updated: [maven-release-plugin] prepare release org.apache.sling.feature-1.3.0

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

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


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

commit e1bf2f8b14d1f84ebefae280bcc4c3b4d67e1d8b
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Wed Oct 26 12:10:48 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index 87dcd69..7651570 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     </parent>
 
     <artifactId>org.apache.sling.feature</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.3.0</version>
 
     <name>Apache Sling Feature Model</name>
     <description>
@@ -30,7 +30,7 @@
     </description>
 
     <properties>
-        <project.build.outputTimestamp>1</project.build.outputTimestamp>
+        <project.build.outputTimestamp>1666778812</project.build.outputTimestamp>
         <sling.java.version>8</sling.java.version>
     </properties>
 
@@ -38,7 +38,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-feature.git</url>
-      <tag>HEAD</tag>
+      <tag>org.apache.sling.feature-1.3.0</tag>
   </scm>
 
     <build>