Skip to content

Commit 8335671

Browse files
committed
chore: set version to 2.4.0
1 parent 318c5d5 commit 8335671

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

nifi-ngsild-postgresql-nar/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
<parent>
2020
<groupId>egm.io</groupId>
2121
<artifactId>nifi-ngsild-postgresql</artifactId>
22-
<version>latest-dev</version>
22+
<version>2.4.0</version>
2323
</parent>
2424

2525
<artifactId>nifi-ngsild-postgresql-nar</artifactId>
26-
<version>latest-dev</version>
26+
<version>2.4.0</version>
2727
<packaging>nar</packaging>
2828
<properties>
2929
<maven.javadoc.skip>true</maven.javadoc.skip>
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>egm.io</groupId>
4343
<artifactId>nifi-ngsild-postgresql-processors</artifactId>
44-
<version>latest-dev</version>
44+
<version>2.4.0</version>
4545
</dependency>
4646
</dependencies>
4747

nifi-ngsild-postgresql-processors/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>egm.io</groupId>
2222
<artifactId>nifi-ngsild-postgresql</artifactId>
23-
<version>latest-dev</version>
23+
<version>2.4.0</version>
2424
</parent>
2525

2626
<artifactId>nifi-ngsild-postgresql-processors</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<groupId>egm.io</groupId>
2626
<artifactId>nifi-ngsild-postgresql</artifactId>
27-
<version>latest-dev</version>
27+
<version>2.4.0</version>
2828
<packaging>pom</packaging>
2929

3030
<properties>

0 commit comments

Comments
 (0)