You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by da...@apache.org on 2018/12/21 09:27:12 UTC

svn commit: r1849453 - /felix/trunk/converter/converter/pom.xml

Author: davidb
Date: Fri Dec 21 09:27:12 2018
New Revision: 1849453

URL: http://svn.apache.org/viewvc?rev=1849453&view=rev
Log:
Move to felix-parent version 6

Modified:
    felix/trunk/converter/converter/pom.xml

Modified: felix/trunk/converter/converter/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/converter/converter/pom.xml?rev=1849453&r1=1849452&r2=1849453&view=diff
==============================================================================
--- felix/trunk/converter/converter/pom.xml (original)
+++ felix/trunk/converter/converter/pom.xml Fri Dec 21 09:27:12 2018
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>felix-parent</artifactId>
-        <version>4</version>
+        <version>6</version>
         <relativePath>../pom/pom.xml</relativePath>
     </parent>
 
@@ -126,6 +126,7 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
+            <version>4.12</version>
             <scope>test</scope>
         </dependency>