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/11/01 11:49:12 UTC

[sling-slingfeature-maven-plugin] branch master updated: Update version to 0.2.1-SNAPSHOT to comply with odd/even version scheme

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-slingfeature-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new c858e79  Update version to 0.2.1-SNAPSHOT to comply with odd/even version scheme
c858e79 is described below

commit c858e79718c988ae9c9d09f3e9224a7afc25c0ca
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Thu Nov 1 11:47:54 2018 +0000

    Update version to 0.2.1-SNAPSHOT to comply with odd/even version scheme
    
    Update version to 0.2.1-SNAPSHOT to comply with odd micro numbers for
    non-released versions
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 86a6649..6e31581 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     </parent>
 
     <artifactId>slingfeature-maven-plugin</artifactId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.2.1-SNAPSHOT</version>
     <packaging>maven-plugin</packaging>
 
     <name>Apache Sling OSGi Feature Maven Plugin</name>