You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2021/01/08 21:23:10 UTC

[sling-org-apache-sling-karaf-features] branch master updated: set version to 0.2.0-SNAPSHOT and use configs 0.2.0-SNAPSHOT (try to fix CI build)

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

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-features.git


The following commit(s) were added to refs/heads/master by this push:
     new 4863f21  set version to 0.2.0-SNAPSHOT and use configs 0.2.0-SNAPSHOT (try to fix CI build)
4863f21 is described below

commit 4863f2135fd1474979d6cbe5750b9fd579dac456
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Fri Jan 8 21:31:38 2021 +0100

    set version to 0.2.0-SNAPSHOT and use configs 0.2.0-SNAPSHOT (try to fix CI build)
---
 pom.xml                      | 4 ++--
 src/main/feature/feature.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 648912d..1237df9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
   </parent>
 
   <artifactId>org.apache.sling.karaf-features</artifactId>
-  <version>0.1.1-SNAPSHOT</version>
+  <version>0.2.0-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <name>Apache Sling - Karaf Features</name>
@@ -78,7 +78,7 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.karaf-configs</artifactId>
-      <version>0.1.1-SNAPSHOT</version>
+      <version>0.2.0-SNAPSHOT</version>
     </dependency>
   </dependencies>
 
diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml
index 8c07f79..a4b501f 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -51,7 +51,7 @@
     <bundle dependency="true">mvn:org.apache.felix/org.apache.felix.converter/1.0.14</bundle>
   </feature>
   <feature name="sling-configs" version="${project.version}">
-    <bundle>mvn:org.apache.sling/org.apache.sling.karaf-configs/0.1.1-SNAPSHOT</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.karaf-configs/0.2.0-SNAPSHOT</bundle>
   </feature>
   <!-- Apache Sling Auth -->
   <feature name="sling-auth-form" version="${project.version}">