Repository: ant Updated Branches: refs/heads/master 08bed224e -> 64fbdb14d
Update POMs Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/64fbdb14 Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/64fbdb14 Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/64fbdb14 Branch: refs/heads/master Commit: 64fbdb14d5a4a288d8489eb5aac81a58811cdf7b Parents: 08bed22 Author: Gintas Grigelionis <[email protected]> Authored: Fri Jun 1 22:45:22 2018 +0200 Committer: Gintas Grigelionis <[email protected]> Committed: Fri Jun 1 22:45:22 2018 +0200 ---------------------------------------------------------------------- src/etc/poms/ant-apache-xalan2/pom.xml | 1 - src/etc/poms/ant-javamail/pom.xml | 2 +- src/etc/poms/ant-junit/pom.xml | 1 - src/etc/poms/ant-junitlauncher/pom.xml | 6 +++--- src/etc/poms/ant-swing/pom.xml | 1 - src/etc/poms/ant-testutil/pom.xml | 1 - src/etc/poms/ant-xz/pom.xml | 2 +- src/etc/poms/pom.xml | 6 +++--- 8 files changed, 8 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant/blob/64fbdb14/src/etc/poms/ant-apache-xalan2/pom.xml ---------------------------------------------------------------------- diff --git a/src/etc/poms/ant-apache-xalan2/pom.xml b/src/etc/poms/ant-apache-xalan2/pom.xml index 513faf6..13def30 100644 --- a/src/etc/poms/ant-apache-xalan2/pom.xml +++ b/src/etc/poms/ant-apache-xalan2/pom.xml @@ -72,7 +72,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma </tasks> </configuration> </execution> - </executions> </plugin> <plugin> http://git-wip-us.apache.org/repos/asf/ant/blob/64fbdb14/src/etc/poms/ant-javamail/pom.xml ---------------------------------------------------------------------- diff --git a/src/etc/poms/ant-javamail/pom.xml b/src/etc/poms/ant-javamail/pom.xml index 64511d7..a57fa97 100644 --- a/src/etc/poms/ant-javamail/pom.xml +++ b/src/etc/poms/ant-javamail/pom.xml @@ -47,7 +47,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma <dependency> <groupId>javax.mail</groupId> <artifactId>javax.mail-api</artifactId> - <version>1.6.0</version> + <version>1.6.1</version> <scope>compile</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/ant/blob/64fbdb14/src/etc/poms/ant-junit/pom.xml ---------------------------------------------------------------------- diff --git a/src/etc/poms/ant-junit/pom.xml b/src/etc/poms/ant-junit/pom.xml index b4be43a..3bb6624 100644 --- a/src/etc/poms/ant-junit/pom.xml +++ b/src/etc/poms/ant-junit/pom.xml @@ -74,7 +74,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma </tasks> </configuration> </execution> - </executions> </plugin> <plugin> http://git-wip-us.apache.org/repos/asf/ant/blob/64fbdb14/src/etc/poms/ant-junitlauncher/pom.xml ---------------------------------------------------------------------- diff --git a/src/etc/poms/ant-junitlauncher/pom.xml b/src/etc/poms/ant-junitlauncher/pom.xml index aeac919..2a9d47f 100644 --- a/src/etc/poms/ant-junitlauncher/pom.xml +++ b/src/etc/poms/ant-junitlauncher/pom.xml @@ -45,19 +45,19 @@ <dependency> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-launcher</artifactId> - <version>1.1.0</version> + <version>1.2.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-engine</artifactId> - <version>5.1.0</version> + <version>5.2.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.vintage</groupId> <artifactId>junit-vintage-engine</artifactId> - <version>5.1.0</version> + <version>5.2.0</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/ant/blob/64fbdb14/src/etc/poms/ant-swing/pom.xml ---------------------------------------------------------------------- diff --git a/src/etc/poms/ant-swing/pom.xml b/src/etc/poms/ant-swing/pom.xml index 545fada..f65bbbf 100644 --- a/src/etc/poms/ant-swing/pom.xml +++ b/src/etc/poms/ant-swing/pom.xml @@ -62,5 +62,4 @@ <testOutputDirectory>../../../../target/${project.artifactId}/testcases</testOutputDirectory> <directory>../../../../target/${project.artifactId}</directory> </build> - </project> http://git-wip-us.apache.org/repos/asf/ant/blob/64fbdb14/src/etc/poms/ant-testutil/pom.xml ---------------------------------------------------------------------- diff --git a/src/etc/poms/ant-testutil/pom.xml b/src/etc/poms/ant-testutil/pom.xml index b044c2d..f61ea2d 100644 --- a/src/etc/poms/ant-testutil/pom.xml +++ b/src/etc/poms/ant-testutil/pom.xml @@ -70,5 +70,4 @@ <outputDirectory>../../../../target/${project.artifactId}/classes</outputDirectory> <directory>../../../../target/${project.artifactId}</directory> </build> - </project> http://git-wip-us.apache.org/repos/asf/ant/blob/64fbdb14/src/etc/poms/ant-xz/pom.xml ---------------------------------------------------------------------- diff --git a/src/etc/poms/ant-xz/pom.xml b/src/etc/poms/ant-xz/pom.xml index f072795..caa1d4c 100644 --- a/src/etc/poms/ant-xz/pom.xml +++ b/src/etc/poms/ant-xz/pom.xml @@ -45,7 +45,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma <dependency> <groupId>org.tukaani</groupId> <artifactId>xz</artifactId> - <version>1.6</version> + <version>1.8</version> <scope>compile</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/ant/blob/64fbdb14/src/etc/poms/pom.xml ---------------------------------------------------------------------- diff --git a/src/etc/poms/pom.xml b/src/etc/poms/pom.xml index 26f8183..7604140 100644 --- a/src/etc/poms/pom.xml +++ b/src/etc/poms/pom.xml @@ -133,17 +133,17 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> - <version>3.0.2</version> + <version>3.1.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.20.1</version> + <version>2.21.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> - <version>2.20.1</version> + <version>2.21.0</version> </plugin> </plugins> </pluginManagement>
