This is an automated email from the ASF dual-hosted git repository.

kkolinko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git

commit 0f77a66e2a8635fdbbbd10f7432661edba0e7d61
Author: Konstantin Kolinko <kkoli...@apache.org>
AuthorDate: Thu Jul 21 17:47:49 2022 +0300

    POM File - Followup to "[maven-release-plugin] prepare for next development 
iteration". Update SCM tag.
    
    Updated the value of the scm/tag element.
    
    Looking at how it was before tagging release 1.0.1, it was "HEAD" here.
    Using the branch name ("main") seems to be more correct.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 76c8cce..8da4004 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,7 +102,7 @@
     
<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>
     
<url>https://gitbox.apache.org/repos/asf?p=tomcat-jakartaee-migration.git</url>
-    <tag>1.0.1</tag>
+    <tag>main</tag>
   </scm>
 
   <build>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to