You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2021/01/13 22:02:26 UTC

[sling-org-apache-sling-installer-factory-configuration] branch master updated: [maven-release-plugin] prepare release org.apache.sling.installer.factory.configuration-1.3.4

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

rombert 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 6253992  [maven-release-plugin] prepare release org.apache.sling.installer.factory.configuration-1.3.4
6253992 is described below

commit 625399216d5af35856c28507edfc8318293a05a8
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Wed Jan 13 23:02:21 2021 +0100

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

diff --git a/pom.xml b/pom.xml
index f1bbe4d..d953927 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     </parent>
 
     <artifactId>org.apache.sling.installer.factory.configuration</artifactId>
-    <version>1.3.3-SNAPSHOT</version>
+    <version>1.3.4</version>
 
     <name>Apache Sling Installer Configuration Factory</name>
     <description> 
@@ -35,14 +35,14 @@
 
     <properties>
         <sling.java.version>8</sling.java.version>
-        <project.build.outputTimestamp>2020-02-21T08:35:29Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2021-01-13T22:02:11Z</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.3.4</tag>
     </scm>
 
     <build>