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 2020/04/27 17:13:40 UTC

[sling-org-apache-sling-installer-core] branch master updated: [maven-release-plugin] prepare release org.apache.sling.installer.core-3.11.4

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-core.git


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

commit 81fb5c0889daa3f8b2fb2daf28573b4649638e2e
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Mon Apr 27 19:13:35 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 3cdcf79..fa3e5b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.installer.core</artifactId>
-    <version>3.11.3-SNAPSHOT</version>
+    <version>3.11.4</version>
 
     <name>Apache Sling Installer Core</name>
     <description> 
@@ -38,14 +38,14 @@
 
     <properties>
         <sling.java.version>8</sling.java.version>
-        <project.build.outputTimestamp>2020-04-08T07:34:34Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2020-04-27T17:13:02Z</project.build.outputTimestamp>
     </properties>
 
     <scm>
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-core.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-core.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-installer-core.git</url>
-        <tag>HEAD</tag>
+        <tag>org.apache.sling.installer.core-3.11.4</tag>
     </scm>
 
     <build>