You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2019/01/11 16:33:57 UTC

[sling-maven-sling-plugin] branch master updated: rollback release - need to introduce a parent pom as well for further settings for multi module layout

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9821915  rollback release - need to introduce a parent pom as well for further settings for multi module layout
9821915 is described below

commit 98219154f3956d9396fc8edb1366cc19d0b086c5
Author: sseifert <ss...@pro-vision.de>
AuthorDate: Fri Jan 11 17:33:12 2019 +0100

    rollback release - need to introduce a parent pom as well for further settings for multi module layout
---
 pom.xml                    | 2 +-
 relocate/pom.xml           | 2 +-
 sling-maven-plugin/pom.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index ac830da..fcd4267 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>sling-maven-plugin.reactor</artifactId>
-    <version>2.4.1-SNAPSHOT</version>
+    <version>2.4.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Apache Sling Maven Plugin Reactor</name>
diff --git a/relocate/pom.xml b/relocate/pom.xml
index 4f4b54e..47cfe0e 100644
--- a/relocate/pom.xml
+++ b/relocate/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>maven-sling-plugin</artifactId>
-    <version>2.4.1-SNAPSHOT</version>
+    <version>2.4.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Apache Sling Maven Plugin Relocation</name>
diff --git a/sling-maven-plugin/pom.xml b/sling-maven-plugin/pom.xml
index 0198f8a..efb61c0 100644
--- a/sling-maven-plugin/pom.xml
+++ b/sling-maven-plugin/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>sling-maven-plugin</artifactId>
-    <version>2.4.1-SNAPSHOT</version>
+    <version>2.4.0-SNAPSHOT</version>
     <packaging>maven-plugin</packaging>
 
     <name>Apache Sling Maven Plugin</name>