This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-tck.git
The following commit(s) were added to refs/heads/main by this push: new c5d3c58 Add the location of the ASF snapshot repository c5d3c58 is described below commit c5d3c5819ab4e09d5e1392a644557191de536605 Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Jul 22 11:59:44 2024 +0100 Add the location of the ASF snapshot repository --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index ef282f7..17d2194 100644 --- a/pom.xml +++ b/pom.xml @@ -56,6 +56,10 @@ </properties> <repositories> + <repository> + <id>asf-snapshots</id> + <url>https://repository.apache.org/content/groups/snapshots/</url> + </repository> <repository> <id>jakarta-staging</id> <url>https://jakarta.oss.sonatype.org/content/repositories/staging/</url> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org