Repository: ant Updated Branches: refs/heads/master ee42f01a4 -> f3c4d4826
Updated Maven plugins in master POM Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/f3c4d482 Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/f3c4d482 Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/f3c4d482 Branch: refs/heads/master Commit: f3c4d48265bb972dbbb3a10857f7f9c20e99c4b3 Parents: ee42f01 Author: Gintas Grigelionis <[email protected]> Authored: Sat Jan 20 20:46:29 2018 +0100 Committer: Gintas Grigelionis <[email protected]> Committed: Sat Jan 20 20:46:29 2018 +0100 ---------------------------------------------------------------------- src/etc/poms/pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant/blob/f3c4d482/src/etc/poms/pom.xml ---------------------------------------------------------------------- diff --git a/src/etc/poms/pom.xml b/src/etc/poms/pom.xml index f87a7c6..e3f4d84 100644 --- a/src/etc/poms/pom.xml +++ b/src/etc/poms/pom.xml @@ -109,7 +109,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>3.8.2</version> + <version>4.12</version> <scope>test</scope> </dependency> </dependencies> @@ -123,7 +123,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>2.3.2</version> + <version>3.7.0</version> <configuration> <source>1.8</source> <target>1.8</target> @@ -132,17 +132,17 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> - <version>2.4</version> + <version>3.0.2</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.12</version> + <version>2.20.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> - <version>2.12</version> + <version>2.20.1</version> </plugin> </plugins> </pluginManagement>
