Skip to content

Commit

Permalink
feat: upgrade all NiFi dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bobeal committed Jul 23, 2024
1 parent c359140 commit 3c4fc4f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions nifi-file-identity-provider-nar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.egm</groupId>
<artifactId>nifi-file-identity-provider-bundle</artifactId>
<version>1.23.2</version>
<version>1.27.0</version>
</parent>

<artifactId>nifi-file-identity-provider-nar</artifactId>
Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>io.egm</groupId>
<artifactId>nifi-file-identity-provider</artifactId>
<version>1.23.2</version>
<version>1.27.0</version>
</dependency>
</dependencies>

Expand Down
8 changes: 4 additions & 4 deletions nifi-file-identity-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.egm</groupId>
<artifactId>nifi-file-identity-provider-bundle</artifactId>
<version>1.23.2</version>
<version>1.27.0</version>
</parent>

<artifactId>nifi-file-identity-provider</artifactId>
Expand Down Expand Up @@ -127,7 +127,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
<version>1.23.2</version>
<version>1.27.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
Expand All @@ -137,12 +137,12 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-utils</artifactId>
<version>1.23.2</version>
<version>1.27.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-properties</artifactId>
<version>1.23.2</version>
<version>1.27.0</version>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>io.egm</groupId>
<artifactId>nifi-file-identity-provider-bundle</artifactId>
<version>1.23.2</version>
<version>1.27.0</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 3c4fc4f

Please sign in to comment.