diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2016-12-24 15:50:39 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2016-12-26 23:20:17 +0100 |
commit | dbd859a48d178a6a333321c9ca37d4a4b91f0302 (patch) | |
tree | cb793fef9e5b387e027b3ccc15742518c7d8e09d /org.eclipse.jgit.packaging/pom.xml | |
parent | 828612355f46a967534042415f26006135a7f5aa (diff) | |
download | jgit-dbd859a48d178a6a333321c9ca37d4a4b91f0302.tar.gz jgit-dbd859a48d178a6a333321c9ca37d4a4b91f0302.zip |
Update maven plugins
Change-Id: I2d18f69d25362f565df071c320970cbc973199cd
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/pom.xml')
-rw-r--r-- | org.eclipse.jgit.packaging/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/pom.xml b/org.eclipse.jgit.packaging/pom.xml index 333955c474..6180cc37ef 100644 --- a/org.eclipse.jgit.packaging/pom.xml +++ b/org.eclipse.jgit.packaging/pom.xml @@ -149,7 +149,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> - <version>2.7</version> + <version>3.0.2</version> <configuration> <encoding>ISO-8859-1</encoding> </configuration> @@ -221,7 +221,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> - <version>1.10</version> + <version>1.12</version> </plugin> </plugins> </pluginManagement> |