Skip to content

Commit 60669a3

Browse files
author
Edvard Fonsell
committed
release 3.3.0
1 parent a37f6a2 commit 60669a3

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Create a Maven project. Add the following to your `pom.xml`. nFlow is available
1818
<dependency>
1919
<groupId>com.nitorcreations</groupId>
2020
<artifactId>nflow-jetty</artifactId>
21-
<version>3.2.0</version>
21+
<version>3.3.0</version>
2222
</dependency>
2323
```
2424
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>com.nitorcreations</groupId>
16-
<version>3.3.0-SNAPSHOT</version>
16+
<version>3.3.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>com.nitorcreations</groupId>
16-
<version>3.3.0-SNAPSHOT</version>
16+
<version>3.3.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>com.nitorcreations</groupId>
1414
<artifactId>nflow-root</artifactId>
15-
<version>3.3.0-SNAPSHOT</version>
15+
<version>3.3.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>com.nitorcreations</groupId>
1515
<artifactId>nflow-root</artifactId>
16-
<version>3.3.0-SNAPSHOT</version>
16+
<version>3.3.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>com.nitorcreations</groupId>
15-
<version>3.3.0-SNAPSHOT</version>
15+
<version>3.3.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>com.nitorcreations</groupId>
1414
<artifactId>nflow-root</artifactId>
15-
<version>3.3.0-SNAPSHOT</version>
15+
<version>3.3.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>3.3.0-SNAPSHOT</version>
9+
<version>3.3.0</version>
1010
<url>http://nflow.io</url>
1111
<licenses>
1212
<license>

0 commit comments

Comments
 (0)