This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi.git
commit c037c693bd53ac22304d28b4b3dd767888ea0c18 Author: Nandor Soma Abonyi <[email protected]> AuthorDate: Wed Jun 14 22:05:43 2023 +0200 NIFI-11693 Fix scm tag in pom.xml This closes #7381 Signed-off-by: David Handermann <[email protected]> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3b4b726a95..224167d2cd 100644 --- a/pom.xml +++ b/pom.xml @@ -81,7 +81,7 @@ <connection>scm:git:git://git.apache.org/nifi.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/nifi.git</developerConnection> <url>https://git-wip-us.apache.org/repos/asf?p=nifi.git</url> - <tag>nifi-1.15.0-RC3</tag> + <tag>HEAD</tag> </scm> <issueManagement> <system>JIRA</system>
