This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat-tck.git
commit 95202a193c8f99ca70c1ced76d0a5d4265daf995 Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Mar 27 15:29:13 2025 +0000 Update download plugin --- download/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/download/pom.xml b/download/pom.xml index af7f501..2d615cb 100644 --- a/download/pom.xml +++ b/download/pom.xml @@ -31,7 +31,7 @@ <build> <plugins> <plugin> - <groupId>com.googlecode.maven-download-plugin</groupId> + <groupId>io.github.download-maven-plugin</groupId> <artifactId>download-maven-plugin</artifactId> <version>${download.maven.plugin.version}</version> <executions> diff --git a/pom.xml b/pom.xml index df0ac04..4b34755 100644 --- a/pom.xml +++ b/pom.xml @@ -52,7 +52,7 @@ <failsafe.plugin.version>3.2.5</failsafe.plugin.version> <!-- Tomcat TCK project dependencies--> - <download.maven.plugin.version>1.9.0</download.maven.plugin.version> + <download.maven.plugin.version>2.0.0</download.maven.plugin.version> <maven.install.plugin.version>3.1.2</maven.install.plugin.version> <jacoco.version>0.8.12</jacoco.version> <jacoco.skip>true</jacoco.skip> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org