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 2018/01/19 15:11:33 UTC

[sling-org-apache-sling-launchpad-test-bundles] 02/03: Revert "SLING-7353 Update to Sling Parent 33"

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-org-apache-sling-launchpad-test-bundles.git

commit 2f89e8a9fe387e8ef9bb229e8ffd8d000cf90781
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Jan 19 17:10:45 2018 +0200

    Revert "SLING-7353 Update to Sling Parent 33"
    
    This reverts commit e5f7f7c3943a726debac413158d49b5ad4d3707d.
    
    Remove SNAPSHOT dependency during the release.
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 53002c7..4d00e47 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>33-SNAPSHOT</version>
+        <version>30</version>
         <relativePath />
     </parent>
 
@@ -45,6 +45,7 @@
             <plugin>
                 <groupId>org.apache.sling</groupId>
                 <artifactId>slingstart-maven-plugin</artifactId>
+                <version>1.7.0</version>
                 <extensions>true</extensions>
             </plugin>
         </plugins>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.