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-discovery-base.git
The following commit(s) were added to refs/heads/master by this push:
new 448c978 Use the released version of discovery.commons
448c978 is described below
commit 448c9788f862b66f026fe134538335436a0f91fd
Author: Robert Munteanu <[email protected]>
AuthorDate: Wed Jun 11 13:44:45 2025 +0200
Use the released version of discovery.commons
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6cc77b6..586dbba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -146,7 +146,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.discovery.commons</artifactId>
- <version>1.0.29-SNAPSHOT</version>
+ <version>1.1.0</version>
</dependency>
<!-- besides including discovery.commons' normal jar above,
for testing a few test helper classes are also reused.
@@ -154,7 +154,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.discovery.commons</artifactId>
- <version>1.0.29-SNAPSHOT</version>
+ <version>1.1.0</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>