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 9d92a3b update dependencies to next snapshot version until releases
are available on maven central
9d92a3b is described below
commit 9d92a3b061c0a7d110c9730d845746b40adc7a33
Author: sseifert <[email protected]>
AuthorDate: Sat Aug 18 15:07:44 2018 +0200
update dependencies to next snapshot version until releases are available
on maven central
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index fce7156..a8dec42 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.0</version>
+ <version>2.3.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.testing.sling-mock.junit4</artifactId>
- <version>2.3.0</version>
+ <version>2.3.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<!-- Nullability annotations -->