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 8edb5c5 switch back to release versions
8edb5c5 is described below
commit 8edb5c52f096ea68284ec867b5139dad4f50de04
Author: sseifert <[email protected]>
AuthorDate: Tue Aug 21 16:40:23 2018 +0200
switch back to release versions
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index a8dec42..fce7156 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,13 +93,13 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.testing.sling-mock.core</artifactId>
- <version>2.3.1-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.1-SNAPSHOT</version>
+ <version>2.3.0</version>
<scope>test</scope>
</dependency>
<!-- Nullability annotations -->