You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by kd...@apache.org on 2023/01/30 23:08:26 UTC

[nifi-maven] 02/02: NIFI-10906-RC1 prepare for next development iteration

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

kdoran pushed a commit to branch NIFI-10906-RC1
in repository https://gitbox.apache.org/repos/asf/nifi-maven.git

commit 08be9cd031155fc78ffa1dcfcd05553631a8bc31
Author: Kevin Doran <kd...@apache.org>
AuthorDate: Mon Jan 30 17:57:33 2023 -0500

    NIFI-10906-RC1 prepare for next development iteration
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c9094a5..a578b83 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</version>
+    <version>1.4.1-SNAPSHOT</version>
     <packaging>maven-plugin</packaging>
     <description>Apache NiFi Nar Maven Plugin</description>
     <url>http://nifi.apache.org</url>
@@ -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>2023-01-30T22:55:12Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2023-01-30T22:57:33Z</project.build.outputTimestamp>
         <inceptionYear>2014</inceptionYear>
     </properties>
     <build>