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/07/20 19:29:41 UTC

svn commit: r1691988 - /felix/trunk/eventadmin/impl/pom.xml

Author: cziegeler
Date: Mon Jul 20 17:29:40 2015
New Revision: 1691988

URL: http://svn.apache.org/r1691988
Log:
Move to latest parent pom and base on Java 6

Modified:
    felix/trunk/eventadmin/impl/pom.xml

Modified: felix/trunk/eventadmin/impl/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/eventadmin/impl/pom.xml?rev=1691988&r1=1691987&r2=1691988&view=diff
==============================================================================
--- felix/trunk/eventadmin/impl/pom.xml (original)
+++ felix/trunk/eventadmin/impl/pom.xml Mon Jul 20 17:29:40 2015
@@ -44,6 +44,7 @@
         <bundle.file.name>
             ${bundle.build.name}/${project.build.finalName}.jar
         </bundle.file.name>
+        <felix.java.version>6</felix.java.version>
         <!-- This is a placeholder to enable perf tests with the perftest profile -->
         <additional.ittests>NONE</additional.ittests>
     </properties>
@@ -132,14 +133,6 @@
         </resources>
         <plugins>
             <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <source>1.6</source>
-                    <target>1.6</target>
-                </configuration>
-            </plugin>
-            <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
                 <version>2.5.0</version>