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

bbende pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-maven.git


The following commit(s) were added to refs/heads/main by this push:
     new 33cd6fb  NIFI-11692 Fix scm tag in NiFi NAR Maven Plugin pom.xml (#34)
33cd6fb is described below

commit 33cd6fb60c0b88527b481a4146d1296efdf901e9
Author: Nandor Soma Abonyi <[email protected]>
AuthorDate: Wed Jun 14 22:10:17 2023 +0200

    NIFI-11692 Fix scm tag in NiFi NAR Maven Plugin pom.xml (#34)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0d75d65..6219a9b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@
         <connection>scm:git:git://git.apache.org/nifi-maven.git</connection>
         
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/nifi-maven.git</developerConnection>
         <url>https://git-wip-us.apache.org/repos/asf?p=nifi-maven.git</url>
-        <tag>nifi-nar-maven-plugin-1.4.0-RC1</tag>
+        <tag>HEAD</tag>
     </scm>
     <issueManagement>
         <system>JIRA</system>

Reply via email to