NIFI-10906-RC1 prepare release nifi-nar-maven-plugin-1.4.0-RC1
diff --git a/pom.xml b/pom.xml
index b2ca352..c9094a5 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.4.0-SNAPSHOT</version>
+    <version>1.4.0</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.4.0-RC1</tag>
     </scm>
     <issueManagement>
         <system>JIRA</system>
@@ -79,7 +79,7 @@
         <maven.min-version>3.1.0</maven.min-version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-        <project.build.outputTimestamp>2022-11-29T21:10:17Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2023-01-30T22:55:12Z</project.build.outputTimestamp>
         <inceptionYear>2014</inceptionYear>
     </properties>
     <build>