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/05/03 15:44:04 UTC

svn commit: r1830838 - /felix/trunk/main/pom.xml

Author: pauls
Date: Thu May  3 15:44:04 2018
New Revision: 1830838

URL: http://svn.apache.org/viewvc?rev=1830838&view=rev
Log:
Update to latest parent pom version 5 and current framework snapshot 5.9.0-SNAPSHOT

Modified:
    felix/trunk/main/pom.xml

Modified: felix/trunk/main/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/main/pom.xml?rev=1830838&r1=1830837&r2=1830838&view=diff
==============================================================================
--- felix/trunk/main/pom.xml (original)
+++ felix/trunk/main/pom.xml Thu May  3 15:44:04 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>
@@ -37,7 +37,7 @@
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>org.apache.felix.framework</artifactId>
-      <version>5.7.0-SNAPSHOT</version>
+      <version>5.9.0-SNAPSHOT</version>
     </dependency>
   </dependencies>
   <properties>