Use latest parent pom and specify java 6 as minimum
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1692815 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/scrplugin/ds-annotations/pom.xml b/scrplugin/ds-annotations/pom.xml
index 8b8063c..441c4e5 100644
--- a/scrplugin/ds-annotations/pom.xml
+++ b/scrplugin/ds-annotations/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>felix-parent</artifactId>
- <version>2.1</version>
+ <version>3</version>
<relativePath>../../pom/pom.xml</relativePath>
</parent>
@@ -44,11 +44,15 @@
<url>http://svn.apache.org/repos/asf/felix/scrplugin/ds-annotations</url>
</scm>
+ <properties>
+ <felix.java.version>6</felix.java.version>
+ </properties>
+
<dependencies>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr.generator</artifactId>
- <version>1.12.1-SNAPSHOT</version>
+ <version>1.13.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -74,19 +78,6 @@
</includes>
</resource>
</resources>
- <plugins>
-
- <!-- JDK 1.5 needed for annotation support -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
-
- </plugins>
- </build>
+ </build>
</project>