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 2021/08/06 09:03:06 UTC

[sling-org-apache-sling-installer-factory-configuration] branch master updated: [maven-release-plugin] prepare release org.apache.sling.installer.factory.configuration-1.4.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-installer-factory-configuration.git


The following commit(s) were added to refs/heads/master by this push:
     new 745b79e  [maven-release-plugin] prepare release org.apache.sling.installer.factory.configuration-1.4.0
745b79e is described below

commit 745b79e23abd0e3a5d62c6714e1931186f618ccb
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Fri Aug 6 11:03:04 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 583c42d..5a5c4f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     </parent>
 
     <artifactId>org.apache.sling.installer.factory.configuration</artifactId>
-    <version>1.3.5-SNAPSHOT</version>
+    <version>1.4.0</version>
 
     <name>Apache Sling Installer Configuration Factory</name>
     <description> 
@@ -35,14 +35,14 @@
 
     <properties>
         <sling.java.version>8</sling.java.version>
-        <project.build.outputTimestamp>2021-01-13T22:02:32Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2021-08-06T09:02:45Z</project.build.outputTimestamp>
     </properties>
 
     <scm>
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-factory-configuration.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-factory-configuration.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-installer-factory-configuration.git</url>
-        <tag>HEAD</tag>
+        <tag>org.apache.sling.installer.factory.configuration-1.4.0</tag>
     </scm>
 
     <build>