Repository: james-project Updated Branches: refs/heads/master a1340b7c0 -> e0ad36d00
JAMES-2264 Update plugins where applicable This makes my build time while skipping test pass from 6 min 6 to 4 min 33 Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/e0ad36d0 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/e0ad36d0 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/e0ad36d0 Branch: refs/heads/master Commit: e0ad36d00827a0a6200d4666caf1b95dc7da2531 Parents: 46b4959 Author: benwa <[email protected]> Authored: Tue Nov 14 15:04:35 2017 +0700 Committer: Antoine Duprat <[email protected]> Committed: Fri Dec 22 09:44:59 2017 +0100 ---------------------------------------------------------------------- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/e0ad36d0/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c273fa9..8956ad0 100644 --- a/pom.xml +++ b/pom.xml @@ -2314,7 +2314,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> - <version>1.2</version> + <version>1.8</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -2340,7 +2340,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.6.2</version> + <version>3.7.0</version> <configuration> <optimize>true</optimize> <source>${target.jdk}</source> @@ -2350,7 +2350,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> - <version>3.0.1</version> + <version>3.0.2</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -2531,7 +2531,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.20</version> + <version>2.20.1</version> <configuration> <argLine>-Xms512m -Xmx1024m</argLine> <reuseForks>false</reuseForks> @@ -2542,7 +2542,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> - <version>2.20</version> + <version>2.20.1</version> <configuration> <aggregate>true</aggregate> </configuration> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
