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 2019/04/24 10:48:43 UTC

[sling-org-apache-sling-committer-cli] 33/42: Use release version of the parent pom

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

rombert pushed a commit to branch feature/SLING-8337
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-committer-cli.git

commit d38cfe1e7b9e2f6f0054ea5130dd36c837ec1187
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Mon Apr 22 15:12:51 2019 +0300

    Use release version of the parent pom
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6cdcf27..1a3a1fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling-bundle-parent</artifactId>
-        <version>36-SNAPSHOT</version>
+        <version>35</version>
         <relativePath />
     </parent>