This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.testing.sling-mock-oak-1.0.2 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock-oak.git
commit 7ca86973db33284fbaa97d253c95d9ca24eb0a25 Author: Stefan Seifert <[email protected]> AuthorDate: Mon Dec 19 11:52:49 2016 +0000 update unit tests to test BigDecimal conversion (related to SLING-6416) git-svn-id: https://svn.apache.org/repos/asf/sling/branches/testing/mocks/sling-mock-oak-1.x@1775067 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d0e13f5..20c8e9c 100644 --- a/pom.xml +++ b/pom.xml @@ -37,6 +37,7 @@ <properties> <oak.version>1.2.2</oak.version> <jackrabbit.version>2.10.1</jackrabbit.version> + <sling-mock.version>1.9.5-SNAPSHOT</sling-mock.version> </properties> <scm> @@ -50,14 +51,14 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.testing.sling-mock</artifactId> - <version>1.8.0</version> + <version>${sling-mock.version}</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.testing.sling-mock</artifactId> - <version>1.8.0</version> + <version>${sling-mock.version}</version> <classifier>tests</classifier> <scope>test</scope> </dependency> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
