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-install.git
The following commit(s) were added to refs/heads/master by this push:
new 102dc69 releng: switch to 1.1.0-SNAPSHOT
102dc69 is described below
commit 102dc69338fd928555c3611b74448452a2c06378
Author: Konrad Windszus <[email protected]>
AuthorDate: Tue Nov 22 17:27:57 2022 +0100
releng: switch to 1.1.0-SNAPSHOT
extend Readme
---
README.md | 2 ++
pom.xml | 6 +++++-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 4f0db19..7b3240a 100644
--- a/README.md
+++ b/README.md
@@ -5,3 +5,5 @@
# Apache Sling Tooling Support Install
This module is part of the [Apache Sling](https://sling.apache.org) project.
+
+This bundle allows to install bundles into the OSGi runtime from local
filesystem folders. 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 ade3ed3..cfdd967 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
</parent>
<artifactId>org.apache.sling.tooling.support.install</artifactId>
- <version>1.0.7-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<name>Apache Sling Tooling Support Install</name>
<description>ReST endpoint for installing/updating a bundle from a
directory</description>
@@ -38,6 +38,10 @@
<tag>HEAD</tag>
</scm>
+ <properties>
+
<project.build.outputTimestamp>2022-07-10T09:19:36Z</project.build.outputTimestamp>
+ </properties>
+
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>