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-committer-cli.git
The following commit(s) were added to refs/heads/master by this push:
new d38cfe1 Use release version of the parent pom
d38cfe1 is described below
commit d38cfe1e7b9e2f6f0054ea5130dd36c837ec1187
Author: Robert Munteanu <[email protected]>
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>