You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2020/02/21 08:35:23 UTC

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

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

kwin 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 64e35c0  [maven-release-plugin] prepare release org.apache.sling.installer.factory.configuration-1.3.0
64e35c0 is described below

commit 64e35c0dcea15a8cef3222f06615d5977302dc3d
Author: Konrad Windszus <ko...@netcentric.biz>
AuthorDate: Fri Feb 21 09:35:19 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index 65b414a..303304a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     </parent>
 
     <artifactId>org.apache.sling.installer.factory.configuration</artifactId>
-    <version>1.2.5-SNAPSHOT</version>
+    <version>1.3.0</version>
 
     <name>Apache Sling Installer Configuration Admin Support</name>
     <description> 
@@ -35,14 +35,14 @@
 
     <properties>
         <sling.java.version>8</sling.java.version>
-        <project.build.outputTimestamp>2020-01-14T08:04:00Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2020-02-21T08:35: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.0</tag>
     </scm>
 
     <build>