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 2016/07/15 05:42:29 UTC

svn commit: r1752777 - /felix/trunk/tools/maven-bundle-plugin/pom.xml

Author: cziegeler
Date: Fri Jul 15 05:42:29 2016
New Revision: 1752777

URL: http://svn.apache.org/viewvc?rev=1752777&view=rev
Log:
Use java 7 as bnd requires java 7 as well

Modified:
    felix/trunk/tools/maven-bundle-plugin/pom.xml

Modified: felix/trunk/tools/maven-bundle-plugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/tools/maven-bundle-plugin/pom.xml?rev=1752777&r1=1752776&r2=1752777&view=diff
==============================================================================
--- felix/trunk/tools/maven-bundle-plugin/pom.xml (original)
+++ felix/trunk/tools/maven-bundle-plugin/pom.xml Fri Jul 15 05:42:29 2016
@@ -54,7 +54,7 @@
   </distributionManagement>
 
  <properties>
-   <felix.java.version>6</felix.java.version>
+   <felix.java.version>7</felix.java.version>
    <maven.site.path>bundle-plugin-archives/bundle-plugin-LATEST</maven.site.path>
  </properties>