Skip to content

Commit

Permalink
chore: upgrade to NiFi 1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bobeal committed Jul 25, 2023
1 parent 191739d commit c8322d5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions nifi-ngsild-postgresql-nar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
<parent>
<groupId>egm.io</groupId>
<artifactId>nifi-ngsild-postgresql</artifactId>
<version>1.21.0</version>
<version>1.22.0</version>
</parent>

<artifactId>nifi-ngsild-postgresql-nar</artifactId>
<version>1.21.0</version>
<version>1.22.0</version>
<packaging>nar</packaging>
<properties>
<maven.javadoc.skip>true</maven.javadoc.skip>
Expand All @@ -34,13 +34,13 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services-api-nar</artifactId>
<version>1.21.0</version>
<version>1.22.0</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>egm.io</groupId>
<artifactId>nifi-ngsild-postgresql-processors</artifactId>
<version>1.21.0</version>
<version>1.22.0</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions nifi-ngsild-postgresql-processors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
<parent>
<groupId>egm.io</groupId>
<artifactId>nifi-ngsild-postgresql</artifactId>
<version>1.21.0</version>
<version>1.22.0</version>
</parent>

<artifactId>nifi-ngsild-postgresql-processors</artifactId>
<packaging>jar</packaging>
<properties>
<nifi.version>1.21.0</nifi.version>
<nifi.version>1.22.0</nifi.version>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-bundles</artifactId>
<version>1.21.0</version>
<version>1.22.0</version>
</parent>

<groupId>egm.io</groupId>
<artifactId>nifi-ngsild-postgresql</artifactId>
<version>1.21.0</version>
<version>1.22.0</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit c8322d5

Please sign in to comment.