Skip to content

Commit

Permalink
release 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Edvard Fonsell committed May 16, 2017
1 parent 7a52d84 commit 6c2f047
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Create a Maven project. Add the following to your `pom.xml`. nFlow is available
<dependency>
<groupId>io.nflow</groupId>
<artifactId>nflow-jetty</artifactId>
<version>4.1.0</version>
<version>4.2.0</version>
</dependency>
```
Create a class for starting nFlow in embedded Jetty using H2 memory database.
Expand All @@ -37,7 +37,7 @@ Point your browser to [http://localhost:7500/doc/](http://localhost:7500/doc/) a

See the next sections for creating your own workflow definitions.

Note! Starting from 4.1.0 release, nFlow requires Java 8 or newer. Older releases require Java 7 or newer.
Note! Starting from 4.2.0 release, nFlow requires Java 8 or newer. Older releases require Java 7 or newer.

## <a name="components"></a>Ok, I'm interested!

Expand Down
2 changes: 1 addition & 1 deletion nflow-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>nflow-root</artifactId>
<groupId>io.nflow</groupId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion nflow-jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>nflow-root</artifactId>
<groupId>io.nflow</groupId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion nflow-metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>io.nflow</groupId>
<artifactId>nflow-root</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion nflow-perf-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>io.nflow</groupId>
<artifactId>nflow-root</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>
<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion nflow-rest-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>nflow-root</artifactId>
<groupId>io.nflow</groupId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>
<properties>
<EMPTY></EMPTY>
Expand Down
2 changes: 1 addition & 1 deletion nflow-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>io.nflow</groupId>
<artifactId>nflow-root</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>nflow-root</artifactId>
<packaging>pom</packaging>
<description>nFlow Root</description>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
<url>http://nflow.io</url>
<licenses>
<license>
Expand Down

0 comments on commit 6c2f047

Please sign in to comment.