This is an automated email from the ASF dual-hosted git repository.
radu 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 9336d61 SLING-9787 - Switch to the latest parent pom to simplify
JaCoCo configuration
9336d61 is described below
commit 9336d61b99a681dcb897b20be6a7c95b51e4fdbc
Author: Radu Cotescu <[email protected]>
AuthorDate: Mon Oct 12 16:47:54 2020 +0200
SLING-9787 - Switch to the latest parent pom to simplify JaCoCo
configuration
* updated to releases version
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0f4b646..3e34c01 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.sling</groupId>
<artifactId>sling-bundle-parent</artifactId>
- <version>41-SNAPSHOT</version>
+ <version>40</version>
<relativePath />
</parent>