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 d12d34d releng: switch to 1.1.0-SNAPSHOT
d12d34d is described below
commit d12d34d224bfed878a1e3153df4408ce388b2db9
Author: Konrad Windszus <[email protected]>
AuthorDate: Tue Nov 22 17:28:33 2022 +0100
releng: switch to 1.1.0-SNAPSHOT
extend Readme
---
README.md | 2 ++
pom.xml | 8 ++++++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 71b383d..f6ea323 100644
--- a/README.md
+++ b/README.md
@@ -5,3 +5,5 @@
# Apache Sling Tooling Support Source
This module is part of the [Apache Sling](https://sling.apache.org) project.
+
+This bundle allows to expose source information (in form of Maven coordinates)
about all running bundles from an OSGi runtime. It is used from [Sling IDE
Tooling](https://sling.apache.org/documentation/development/ide-tooling.html).
diff --git a/pom.xml b/pom.xml
index 9d39481..c8e9e85 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
</parent>
<artifactId>org.apache.sling.tooling.support.source</artifactId>
- <version>1.0.5-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<name>Apache Sling Tooling Support Source</name>
<description>Outputs source information about bundles running in a Sling
instance</description>
@@ -36,7 +36,11 @@
<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>
-
+
+ <properties>
+
<project.build.outputTimestamp>2022-07-10T09:19:36Z</project.build.outputTimestamp>
+ </properties>
+
<dependencies>
<dependency>
<groupId>org.osgi</groupId>