You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ex...@apache.org on 2023/06/26 15:53:22 UTC

[nifi] branch support/nifi-1.x updated: NIFI-3065 Corrected version to 1.23.0-SNAPSHOT for Process Group Logging

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

exceptionfactory pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
     new 0ab0ba2b8a NIFI-3065 Corrected version to 1.23.0-SNAPSHOT for Process Group Logging
0ab0ba2b8a is described below

commit 0ab0ba2b8a5431448371b686d6c14c5f975d1751
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Mon Jun 26 10:53:08 2023 -0500

    NIFI-3065 Corrected version to 1.23.0-SNAPSHOT for Process Group Logging
    
    Signed-off-by: David Handermann <ex...@apache.org>
---
 nifi-assembly/pom.xml                               | 2 +-
 nifi-commons/nifi-per-process-group-logging/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/nifi-assembly/pom.xml b/nifi-assembly/pom.xml
index e24fd5a8d0..44a9e5374a 100644
--- a/nifi-assembly/pom.xml
+++ b/nifi-assembly/pom.xml
@@ -141,7 +141,7 @@ language governing permissions and limitations under the License. -->
         <dependency>
             <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-per-process-group-logging</artifactId>
-            <version>2.0.0-SNAPSHOT</version>
+            <version>1.23.0-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
diff --git a/nifi-commons/nifi-per-process-group-logging/pom.xml b/nifi-commons/nifi-per-process-group-logging/pom.xml
index aefe923e9e..8e2d1d005e 100644
--- a/nifi-commons/nifi-per-process-group-logging/pom.xml
+++ b/nifi-commons/nifi-per-process-group-logging/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <groupId>org.apache.nifi</groupId>
         <artifactId>nifi-commons</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>1.23.0-SNAPSHOT</version>
     </parent>
     <artifactId>nifi-per-process-group-logging</artifactId>
     <packaging>jar</packaging>