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 2022/06/03 11:56:54 UTC

[sling-org-apache-sling-installer-console] branch maintenance-1.0.x updated: [maven-release-plugin] prepare release org.apache.sling.installer.console-1.0.4

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

kwin pushed a commit to branch maintenance-1.0.x
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-console.git


The following commit(s) were added to refs/heads/maintenance-1.0.x by this push:
     new 3a9b67e  [maven-release-plugin] prepare release org.apache.sling.installer.console-1.0.4
3a9b67e is described below

commit 3a9b67e2b7a6944c9364064e8a095ac2cd1c1919
Author: Konrad Windszus <ko...@netcentric.biz>
AuthorDate: Fri Jun 3 13:56:51 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index eea15bd..20c4e1e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.installer.console</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.4</version>
 
     <name>Apache Sling Installer WebConsole Plugin</name>
     <description> 
@@ -37,14 +37,14 @@
 
     <properties>
         <sling.java.version>8</sling.java.version>
-        <project.build.outputTimestamp>2020-02-21T08:32:38Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2022-06-03T11:56:48Z</project.build.outputTimestamp>
     </properties>
 
     <scm>
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-console.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-console.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-installer-console.git</url>
-      <tag>HEAD</tag>
+      <tag>org.apache.sling.installer.console-1.0.4</tag>
   </scm>
 
     <dependencies>