Skip to content

Commit dd8e990

Browse files
author
Edvard Fonsell
committed
release 4.0.0
1 parent ab956c4 commit dd8e990

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

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>4.0.0-SNAPSHOT</version>
16+
<version>4.0.0</version>
1717
</parent>
1818
<dependencies>
1919
<dependency>

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>4.0.0-SNAPSHOT</version>
16+
<version>4.0.0</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>4.0.0-SNAPSHOT</version>
15+
<version>4.0.0</version>
1616
</parent>
1717
<dependencies>
1818
<dependency>

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>4.0.0-SNAPSHOT</version>
16+
<version>4.0.0</version>
1717
</parent>
1818
<build>
1919
<plugins>

nflow-rest-api/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>4.0.0-SNAPSHOT</version>
15+
<version>4.0.0</version>
1616
</parent>
1717
<properties>
1818
<EMPTY></EMPTY>

nflow-tests/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>4.0.0-SNAPSHOT</version>
15+
<version>4.0.0</version>
1616
</parent>
1717
<dependencies>
1818
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>nflow-root</artifactId>
77
<packaging>pom</packaging>
88
<description>nFlow Root</description>
9-
<version>4.0.0-SNAPSHOT</version>
9+
<version>4.0.0</version>
1010
<url>http://nflow.io</url>
1111
<licenses>
1212
<license>

0 commit comments

Comments
 (0)