This is an automated email from the ASF dual-hosted git repository.
sseifert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-caconfig-mock-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 3b6df5f update dependencies
3b6df5f is described below
commit 3b6df5fc1d109dc1639ac4a577a8c874a5c8020c
Author: sseifert <[email protected]>
AuthorDate: Sat Aug 18 14:57:31 2018 +0200
update dependencies
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index cc18444..e7795b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,13 +92,13 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.testing.sling-mock.core</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.testing.sling-mock.junit4</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0</version>
<scope>test</scope>
</dependency>
<!-- Nullability annotations -->