You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by en...@apache.org on 2022/09/23 21:44:38 UTC

[sling-slingfeature-maven-plugin] branch master updated: switch back to released version of repoinit.parser and analyser

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

enorman 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 ce36052  switch back to released version of repoinit.parser and analyser
ce36052 is described below

commit ce36052931ce428d04fe3241b5c734ee35bec820
Author: Eric Norman <en...@apache.org>
AuthorDate: Fri Sep 23 14:44:28 2022 -0700

    switch back to released version of repoinit.parser and analyser
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index df95da7..8378c3d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -181,13 +181,13 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.analyser</artifactId>
-            <version>1.6.9-SNAPSHOT</version>
+            <version>1.6.8</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.repoinit.parser</artifactId>
-            <version>1.8.1-SNAPSHOT</version>
+            <version>1.8.0</version>
             <scope>compile</scope>
         </dependency>
         <dependency>