You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by np...@apache.org on 2022/08/16 14:45:09 UTC

[sling-org-apache-sling-pipes] branch master updated: [maven-release-plugin] prepare release org.apache.sling.pipes-4.5.0

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

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


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

commit 3862a875832003814d200191f42c679480288148
Author: Nicolas Peltier <np...@apache.org>
AuthorDate: Tue Aug 16 16:38:39 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index 6c86c7c..9e28f48 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
   </parent>
 
   <artifactId>org.apache.sling.pipes</artifactId>
-  <version>4.5.0-SNAPSHOT</version>
+  <version>4.5.0</version>
 
   <name>Apache Sling Pipes</name>
   <description>bulk content changes tool</description>
@@ -37,7 +37,7 @@
   <properties>
     <sling.java.version>8</sling.java.version>
     <org.ops4j.pax.exam.version>4.13.3</org.ops4j.pax.exam.version>
-    <project.build.outputTimestamp>1</project.build.outputTimestamp>
+    <project.build.outputTimestamp>1660660615</project.build.outputTimestamp>
     <maven.compiler.source>8</maven.compiler.source>
     <maven.compiler.target>8</maven.compiler.target>
   </properties>
@@ -46,7 +46,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-pipes.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-pipes.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-pipes.git</url>
-    <tag>HEAD</tag>
+    <tag>org.apache.sling.pipes-4.5.0</tag>
   </scm>
 
   <build>