You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by da...@apache.org on 2018/05/01 09:09:11 UTC

[sling-org-apache-sling-feature-karaf] branch master updated: Move version to 0.1.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1df5769  Move version to 0.1.0
1df5769 is described below

commit 1df576944d15bca4d1b2c72fa4db325695f76fcd
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Tue May 1 10:09:02 2018 +0100

    Move version to 0.1.0
---
 pom.xml                                                        | 6 +++---
 src/main/java/org/apache/sling/feature/karaf/package-info.java | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6204869..82bf1ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     </parent>
 
     <artifactId>org.apache.sling.feature.karaf</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>0.1.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling Feature Karaf</name>
@@ -65,13 +65,13 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature</artifactId>
-            <version>0.0.1-SNAPSHOT</version>
+            <version>0.1.0-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.io</artifactId>
-            <version>0.0.1-SNAPSHOT</version>
+            <version>0.1.0-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>
diff --git a/src/main/java/org/apache/sling/feature/karaf/package-info.java b/src/main/java/org/apache/sling/feature/karaf/package-info.java
index 76136a3..bf6ac5c 100644
--- a/src/main/java/org/apache/sling/feature/karaf/package-info.java
+++ b/src/main/java/org/apache/sling/feature/karaf/package-info.java
@@ -17,7 +17,7 @@
  * under the License.
  */
 
-@org.osgi.annotation.versioning.Version("1.0.0")
+@org.osgi.annotation.versioning.Version("0.1.0")
 package org.apache.sling.feature.karaf;
 
 

-- 
To stop receiving notification emails like this one, please contact
davidb@apache.org.