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

michaelo pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 9ba89c9  Fix SCM tag
9ba89c9 is described below

commit 9ba89c9f3b6e4a60d02c439840da80ff11e836dd
Author: Michael Osipov <[email protected]>
AuthorDate: Sat Jun 22 12:26:52 2024 +0200

    Fix SCM tag
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8a246cf..8e58571 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,7 +95,7 @@ under the License.
   <scm>
     
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git</connection>
     
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git</developerConnection>
-    <tag>maven-project-info-reports-plugin-3.4.4</tag>
+    <tag>HEAD</tag>
     
<url>https://github.com/apache/maven-project-info-reports-plugin/tree/${project.scm.tag}</url>
   </scm>
   <issueManagement>

Reply via email to