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 2020/09/09 13:41:24 UTC

[sling-slingfeature-maven-plugin] 01/02: Use latest version of the feature model

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 0b30725f9a63c1bbff51f5177353dfba73d507c1
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Wed Sep 9 15:38:34 2020 +0200

    Use latest version of the feature model
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9a0f7e8..6248f19 100644
--- a/pom.xml
+++ b/pom.xml
@@ -170,7 +170,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature</artifactId>
-            <version>1.2.6</version>
+            <version>1.2.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>