NIFI-11693 Fix scm tag in pom.xml

This closes #7381

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
Nandor Soma Abonyi 2023-06-14 22:05:43 +02:00 committed by exceptionfactory
parent 991e5e24de
commit c037c693bd
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@
<connection>scm:git:git://git.apache.org/nifi.git</connection> <connection>scm:git:git://git.apache.org/nifi.git</connection>
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/nifi.git</developerConnection> <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> <url>https://git-wip-us.apache.org/repos/asf?p=nifi.git</url>
<tag>nifi-1.15.0-RC3</tag> <tag>HEAD</tag>
</scm> </scm>
<issueManagement> <issueManagement>
<system>JIRA</system> <system>JIRA</system>