This is an automated email from the ASF dual-hosted git repository.
davidb pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-io.git
The following commit(s) were added to refs/heads/master by this push:
new 854b2ff Use Converter and Configurator 1.0.0
854b2ff is described below
commit 854b2fff045a59251d2c220d617f17cf1f38deb7
Author: David Bosschaert <[email protected]>
AuthorDate: Mon Apr 30 14:26:12 2018 +0100
Use Converter and Configurator 1.0.0
---
pom.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 8053a89..7611897 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,13 +55,13 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.converter</artifactId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>1.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.configurator</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -103,6 +103,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
--
To stop receiving notification emails like this one, please contact
[email protected].