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-jcr-repoinit.git
The following commit(s) were added to refs/heads/master by this push:
new 5191f62 Use release version for o.a.s.repoinit.parser
5191f62 is described below
commit 5191f62ba9ce1c20c5841c7cba778b3bc237e7ff
Author: Robert Munteanu <[email protected]>
AuthorDate: Tue Feb 18 11:57:00 2020 +0100
Use release version for o.a.s.repoinit.parser
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5ac1a0a..2f07c0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -219,7 +219,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.repoinit.parser</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
<scope>provided</scope>
</dependency>
<dependency>