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/11/25 08:21:33 UTC

[sling-org-apache-sling-tooling-support-source] branch master updated: [maven-release-plugin] prepare release org.apache.sling.tooling.support.source-1.1.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-tooling-support-source.git


The following commit(s) were added to refs/heads/master by this push:
     new d023fc9  [maven-release-plugin] prepare release org.apache.sling.tooling.support.source-1.1.0
d023fc9 is described below

commit d023fc90d67e3e70263da2aa46075fc287d41c63
Author: Konrad Windszus <ko...@netcentric.biz>
AuthorDate: Fri Nov 25 09:21:31 2022 +0100

    [maven-release-plugin] prepare release org.apache.sling.tooling.support.source-1.1.0
---
 pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index c8e9e85..a378291 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     </parent>
 
     <artifactId>org.apache.sling.tooling.support.source</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.1.0</version>
 
     <name>Apache Sling Tooling Support Source</name>
     <description>Outputs source information about bundles running in a Sling instance</description>
@@ -35,10 +35,11 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-tooling-support-source.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-tooling-support-source.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-tooling-support-source.git</url>
-    </scm>
+      <tag>org.apache.sling.tooling.support.source-1.1.0</tag>
+  </scm>
 
     <properties>
-        <project.build.outputTimestamp>2022-07-10T09:19:36Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2022-11-25T08:21:27Z</project.build.outputTimestamp>
     </properties>
 
     <dependencies>