This is an automated email from the ASF dual-hosted git repository. olamy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-toolchains-plugin.git
The following commit(s) were added to refs/heads/master by this push: new f054d2d use github because it is more convenient f054d2d is described below commit f054d2d1c86308408658b83aad652221dd80e223 Author: Olivier Lamy <ol...@apache.org> AuthorDate: Thu Apr 18 10:22:13 2024 +1000 use github because it is more convenient Signed-off-by: Olivier Lamy <ol...@apache.org> --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 16aa446..b9f2b5b 100644 --- a/pom.xml +++ b/pom.xml @@ -46,8 +46,8 @@ under the License. </prerequisites> <scm> - <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-toolchains-plugin.git</connection> - <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-toolchains-plugin.git</developerConnection> + <connection>scm:git:https://github.com/apache/maven-toolchains-plugin.git</connection> + <developerConnection>scm:git:https://github.com/apache/maven-toolchains-plugin.git</developerConnection> <tag>HEAD</tag> <url>https://github.com/apache/maven-toolchains-plugin/tree/${project.scm.tag}</url> </scm>