This is an automated email from the ASF dual-hosted git repository. bbende pushed a commit to branch nifi-maven-1.3.3-rc1 in repository https://gitbox.apache.org/repos/asf/nifi-maven.git
commit 99f1ff7184e00cecc4763b7bcbdf0d12dfeffef2 Author: Bryan Bende <[email protected]> AuthorDate: Tue Nov 30 14:56:29 2021 -0500 NIFI-9424-RC1 prepare release nifi-nar-maven-plugin-1.3.3-RC1 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 6f582e7..57cd283 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ </parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-nar-maven-plugin</artifactId> - <version>1.3.3-SNAPSHOT</version> + <version>1.3.3</version> <packaging>maven-plugin</packaging> <description>Apache NiFi Nar Maven Plugin</description> <url>http://nifi.apache.org</url> @@ -67,7 +67,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>HEAD</tag> + <tag>nifi-nar-maven-plugin-1.3.3-RC1</tag> </scm> <issueManagement> <system>JIRA</system>
