You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pa...@apache.org on 2018/08/16 09:56:22 UTC

svn commit: r1838166 - /felix/trunk/framework.security/pom.xml

Author: pauls
Date: Thu Aug 16 09:56:22 2018
New Revision: 1838166

URL: http://svn.apache.org/viewvc?rev=1838166&view=rev
Log:
Update to latest parent pom

Modified:
    felix/trunk/framework.security/pom.xml

Modified: felix/trunk/framework.security/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/framework.security/pom.xml?rev=1838166&r1=1838165&r2=1838166&view=diff
==============================================================================
--- felix/trunk/framework.security/pom.xml (original)
+++ felix/trunk/framework.security/pom.xml Thu Aug 16 09:56:22 2018
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.felix</groupId>
     <artifactId>felix-parent</artifactId>
-    <version>3</version>
+    <version>5</version>
     <relativePath>../pom/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
@@ -45,7 +45,7 @@
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>org.apache.felix.framework</artifactId>
-      <version>5.7.0-SNAPSHOT</version>
+      <version>6.1.0-SNAPSHOT</version>
     </dependency>
   </dependencies>
   <build>