Skip to content

Commit

Permalink
Use new parent pom and make sure java 6 is set as the base
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1687296 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
cziegeler committed Jun 24, 2015
1 parent e0cea89 commit 7b14c2d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bundleplugin/pom.xml
Expand Up @@ -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>

Expand All @@ -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>
Expand Down

0 comments on commit 7b14c2d

Please sign in to comment.