You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2018/04/26 18:36:52 UTC

svn commit: r1830256 - /felix/trunk/configurator/pom.xml

Author: cziegeler
Date: Thu Apr 26 18:36:52 2018
New Revision: 1830256

URL: http://svn.apache.org/viewvc?rev=1830256&view=rev
Log:
Use released converter

Modified:
    felix/trunk/configurator/pom.xml

Modified: felix/trunk/configurator/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/configurator/pom.xml?rev=1830256&r1=1830255&r2=1830256&view=diff
==============================================================================
--- felix/trunk/configurator/pom.xml (original)
+++ felix/trunk/configurator/pom.xml Thu Apr 26 18:36:52 2018
@@ -102,7 +102,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
 		    <artifactId>org.apache.felix.converter</artifactId>
-		    <version>1.0.1-SNAPSHOT</version>
+		    <version>1.0.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>