You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2019/12/02 13:21:32 UTC

[sling-slingfeature-maven-plugin] 01/02: Fix version

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

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-slingfeature-maven-plugin.git

commit ee585e1cac26aec6d4401f670c8b89fdceee82f5
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Mon Dec 2 14:19:46 2019 +0100

    Fix version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4b1ce58..b3f13fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     </parent>
 
     <artifactId>slingfeature-maven-plugin</artifactId>
-    <version>1.0.9-SNAPSHOT</version>
+    <version>1.1.11-SNAPSHOT</version>
     <packaging>maven-plugin</packaging>
 
     <name>Apache Sling OSGi Feature Maven Plugin</name>