This is an automated email from the ASF dual-hosted git repository. cziegeler pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-factory-feature.git
commit c9c474c91205ded2a0fcaa266f46cceebe4ce03b Author: Carsten Ziegeler <[email protected]> AuthorDate: Tue Apr 28 13:33:49 2020 +0200 Use feature 1.2.0 release --- README.md | 4 ++-- pom.xml | 8 +------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 5a63122..504ac47 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ [](https://builds.apache.org/job/Sling/job/sling-org-apache-sling-installer-factory-model/job/master) [](https://www.apache.org/licenses/LICENSE-2.0) [](https://github.com/apache/sling-aggregator/blob/master/docs/groups/installer.md) -# Apache Sling Installer Provisioning Model Support +# Apache Sling Installer Feature Model Support This module is part of the [Apache Sling](https://sling.apache.org) project. -Provides support for the provisioning model to the Apache Sling OSGi installer +Provides support for the feature model to the Apache Sling OSGi installer diff --git a/pom.xml b/pom.xml index 76a1193..814b2ae 100644 --- a/pom.xml +++ b/pom.xml @@ -101,13 +101,7 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.feature</artifactId> - <version>1.1.8</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.apache.sling</groupId> - <artifactId>org.apache.sling.feature.io</artifactId> - <version>1.3.0</version> + <version>1.2.0</version> <scope>provided</scope> </dependency> <dependency>
