This is an automated email from the ASF dual-hosted git repository.
bdelacretaz pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-graphql-core.git
The following commit(s) were added to refs/heads/master by this push:
new febc6be Use released module to release this one
febc6be is described below
commit febc6be09104c16de3c87aa8e991a22101398673
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Mon Jun 15 17:11:10 2020 +0200
Use released module to release this one
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 4012b8f..ad1764c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -220,7 +220,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.servlet-helpers</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.2</version>
<scope>provided</scope>
</dependency>
<dependency>