You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2021/04/28 09:19:36 UTC

[sling-org-apache-sling-feature-analyser] branch master updated: Prepare for release

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d09490b  Prepare for release
d09490b is described below

commit d09490bdfce40ca6f930edf80d2061de03a7bd72
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Wed Apr 28 11:19:22 2021 +0200

    Prepare for release
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index a6e6324..b706bf5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,7 +152,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.repoinit.parser</artifactId>
-            <version>1.6.7-SNAPSHOT</version>
+            <version>1.6.8</version>
         </dependency>
         <dependency>
             <groupId>javax.jcr</groupId>
@@ -161,7 +161,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
-            <version>2.6</version>
+            <version>2.8.0</version>
         </dependency>
         <!-- END Content-Package check -->