Skip to content

Commit

Permalink
Update maven deps example to nflow 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jsyrjala committed Aug 19, 2014
1 parent aa24f99 commit 769f14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Create a Maven project. Add the following to your `pom.xml`. nFlow is available
<dependency>
<groupId>com.nitorcreations</groupId>
<artifactId>nflow-jetty</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</dependency>
```
Create a class for starting nFlow in embedded Jetty using H2 memory database.
Expand Down

0 comments on commit 769f14e

Please sign in to comment.