Move to latest parent pom and base on Java 6
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1691988 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/eventadmin/impl/pom.xml b/eventadmin/impl/pom.xml
index 34c19fd..e1b5e50 100644
--- a/eventadmin/impl/pom.xml
+++ b/eventadmin/impl/pom.xml
@@ -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>