You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by pa...@apache.org on 2017/09/26 07:56:14 UTC

svn commit: r1809710 - /sling/whiteboard/cziegeler/feature-analyser/pom.xml

Author: pauls
Date: Tue Sep 26 07:56:14 2017
New Revision: 1809710

URL: http://svn.apache.org/viewvc?rev=1809710&view=rev
Log:
Fix converter version

Modified:
    sling/whiteboard/cziegeler/feature-analyser/pom.xml

Modified: sling/whiteboard/cziegeler/feature-analyser/pom.xml
URL: http://svn.apache.org/viewvc/sling/whiteboard/cziegeler/feature-analyser/pom.xml?rev=1809710&r1=1809709&r2=1809710&view=diff
==============================================================================
--- sling/whiteboard/cziegeler/feature-analyser/pom.xml (original)
+++ sling/whiteboard/cziegeler/feature-analyser/pom.xml Tue Sep 26 07:56:14 2017
@@ -126,7 +126,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
 		    <artifactId>org.apache.felix.converter</artifactId>
-		    <version>0.1-SNAPSHOT</version>
+		    <version>0.1.0-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
       <!-- Testing -->