Skip to content

Commit c422d31

Browse files
committed
release 7.2.4 [ci skip]
1 parent f32be93 commit c422d31

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Create a Maven project. Add the following to your `pom.xml`. nFlow is available
2828
<dependency>
2929
<groupId>io.nflow</groupId>
3030
<artifactId>nflow-jetty</artifactId>
31-
<version>7.2.3</version>
31+
<version>7.2.4</version>
3232
</dependency>
3333
```
3434
Create a class for starting nFlow in embedded Jetty using H2 memory database.

nflow-engine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<artifactId>nflow-root</artifactId>
1515
<groupId>io.nflow</groupId>
16-
<version>7.2.4-SNAPSHOT</version>
16+
<version>7.2.4</version>
1717
</parent>
1818
<dependencies>
1919
<dependency>

nflow-explorer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<artifactId>nflow-root</artifactId>
1515
<groupId>io.nflow</groupId>
16-
<version>7.2.4-SNAPSHOT</version>
16+
<version>7.2.4</version>
1717
<relativePath>..</relativePath>
1818
</parent>
1919
<properties>

nflow-jetty/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<artifactId>nflow-root</artifactId>
1515
<groupId>io.nflow</groupId>
16-
<version>7.2.4-SNAPSHOT</version>
16+
<version>7.2.4</version>
1717
</parent>
1818
<properties>
1919
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

nflow-metrics/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>io.nflow</groupId>
1414
<artifactId>nflow-root</artifactId>
15-
<version>7.2.4-SNAPSHOT</version>
15+
<version>7.2.4</version>
1616
</parent>
1717
<dependencies>
1818
<dependency>

nflow-netty/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<artifactId>nflow-root</artifactId>
1515
<groupId>io.nflow</groupId>
16-
<version>7.2.4-SNAPSHOT</version>
16+
<version>7.2.4</version>
1717
</parent>
1818
<properties>
1919
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

nflow-perf-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>io.nflow</groupId>
1515
<artifactId>nflow-root</artifactId>
16-
<version>7.2.4-SNAPSHOT</version>
16+
<version>7.2.4</version>
1717
</parent>
1818
<build>
1919
<plugins>

nflow-rest-api-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<artifactId>nflow-root</artifactId>
1414
<groupId>io.nflow</groupId>
15-
<version>7.2.4-SNAPSHOT</version>
15+
<version>7.2.4</version>
1616
</parent>
1717
<properties>
1818
<EMPTY></EMPTY>

nflow-rest-api-jax-rs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<artifactId>nflow-root</artifactId>
1414
<groupId>io.nflow</groupId>
15-
<version>7.2.4-SNAPSHOT</version>
15+
<version>7.2.4</version>
1616
</parent>
1717
<properties>
1818
<EMPTY></EMPTY>

nflow-rest-api-spring-web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<artifactId>nflow-root</artifactId>
1414
<groupId>io.nflow</groupId>
15-
<version>7.2.4-SNAPSHOT</version>
15+
<version>7.2.4</version>
1616
</parent>
1717
<properties>
1818
<EMPTY></EMPTY>

0 commit comments

Comments
 (0)