FELIX-3158 Use latest parent POM 2.1 and managed Ant plugin version
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1181996 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/scr/pom.xml b/scr/pom.xml
index 31d3bf5..4480a11 100644
--- a/scr/pom.xml
+++ b/scr/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>felix-parent</artifactId>
- <version>2</version>
+ <version>2.1</version>
<relativePath>../pom/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -346,7 +346,6 @@
<plugins>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
- <version>1.3</version>
<executions>
<execution>
<id>scr-file-create</id>
@@ -355,9 +354,9 @@
<goal>run</goal>
</goals>
<configuration>
- <tasks>
+ <target>
<copy file="${project.build.directory}/${project.build.finalName}.jar" tofile="${project.build.directory}/scr.jar" />
- </tasks>
+ </target>
</configuration>
</execution>
</executions>