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-jakartaee-migration.git
The following commit(s) were added to refs/heads/main by this push: new bcde2d4 Correct tag attribute. bcde2d4 is described below commit bcde2d4f0284c95f6b9a3b53593210ac0b8f2215 Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Sep 15 09:28:01 2022 +0100 Correct tag attribute. This should point to main on the main branch and only reference a tag in a tag. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8a92cf2..25cae31 100644 --- a/pom.xml +++ b/pom.xml @@ -62,7 +62,7 @@ <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git</developerConnection> - <tag>1.0.2</tag> + <tag>main</tag> <url>https://gitbox.apache.org/repos/asf?p=tomcat-jakartaee-migration.git</url> </scm> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org