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 2015/06/24 16:29:11 UTC

svn commit: r1687296 - /felix/trunk/bundleplugin/pom.xml

Author: cziegeler
Date: Wed Jun 24 14:29:10 2015
New Revision: 1687296

URL: http://svn.apache.org/r1687296
Log:
Use new parent pom and make sure java 6 is set as the base

Modified:
    felix/trunk/bundleplugin/pom.xml

Modified: felix/trunk/bundleplugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/bundleplugin/pom.xml?rev=1687296&r1=1687295&r2=1687296&view=diff
==============================================================================
--- felix/trunk/bundleplugin/pom.xml (original)
+++ felix/trunk/bundleplugin/pom.xml Wed Jun 24 14:29:10 2015
@@ -21,7 +21,7 @@
  <parent>
    <artifactId>felix-parent</artifactId>
    <groupId>org.apache.felix</groupId>
-   <version>2.1</version>
+   <version>3</version>
    <relativePath>../pom/pom.xml</relativePath>
  </parent>
 
@@ -45,6 +45,10 @@
   <url>http://svn.apache.org/repos/asf/felix/trunk/bundleplugin</url>
  </scm>
 
+ <properties>
+    <felix.java.version>6</felix.java.version>
+ </properties>
+
  <build>
   <pluginManagement>
    <plugins>