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-maven.git


The following commit(s) were added to refs/heads/main by this push:
     new 0b6788c  NIFI-10906 Set version to 1.4.0-SNAPSHOT
0b6788c is described below

commit 0b6788c0b3859ca2ec121e5634fd581d43cf31e4
Author: Kevin Doran <[email protected]>
AuthorDate: Tue Nov 29 16:10:50 2022 -0500

    NIFI-10906 Set version to 1.4.0-SNAPSHOT
    
    This closes #25
    
    Signed-off-by: David Handermann <[email protected]>
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 90b1d6c..b2ca352 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.6-SNAPSHOT</version>
+    <version>1.4.0-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>2022-07-20T19:43:00Z</project.build.outputTimestamp>
+        
<project.build.outputTimestamp>2022-11-29T21:10:17Z</project.build.outputTimestamp>
         <inceptionYear>2014</inceptionYear>
     </properties>
     <build>

Reply via email to