diff options
Diffstat (limited to 'org.eclipse.jgit.pgm/pom.xml')
-rw-r--r-- | org.eclipse.jgit.pgm/pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.jgit.pgm/pom.xml b/org.eclipse.jgit.pgm/pom.xml index f52d1a6b35..53dc7744aa 100644 --- a/org.eclipse.jgit.pgm/pom.xml +++ b/org.eclipse.jgit.pgm/pom.xml @@ -50,7 +50,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit-parent</artifactId> - <version>3.6.0-SNAPSHOT</version> + <version>3.7.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.pgm</artifactId> @@ -205,13 +205,13 @@ <id>create_jgit</id> <phase>package</phase> <configuration> - <tasks> + <target> <concat destfile="${basedir}/target/jgit" force="yes" binary="true"> <fileset file="${basedir}/jgit.sh" /> <fileset file="${basedir}/target/jgit-cli.jar" /> </concat> <chmod file="${basedir}/target/jgit" perm="a+x"/> - </tasks> + </target> </configuration> <goals> <goal>run</goal> @@ -221,12 +221,12 @@ <id>translate-source-qualifier</id> <phase>generate-resources</phase> <configuration> - <tasks> + <target> <copy file="META-INF/SOURCE-MANIFEST.MF" tofile="${source-bundle-manifest}" overwrite="true"/> <replace file="${source-bundle-manifest}"> <replacefilter token=".qualifier" value=".${maven.build.timestamp}"/> </replace> - </tasks> + </target> </configuration> <goals> <goal>run</goal> |