Skip to content

Commit

Permalink
release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eputtone committed Feb 26, 2016
1 parent 83a097b commit 5774145
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
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>com.nitorcreations</groupId>
<version>2.0.1-SNAPSHOT</version>
<version>3.0.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>com.nitorcreations</groupId>
<version>2.0.1-SNAPSHOT</version>
<version>3.0.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>com.nitorcreations</groupId>
<artifactId>nflow-root</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>3.0.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>com.nitorcreations</groupId>
<artifactId>nflow-root</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>3.0.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>com.nitorcreations</groupId>
<version>2.0.1-SNAPSHOT</version>
<version>3.0.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>com.nitorcreations</groupId>
<artifactId>nflow-root</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>3.0.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>2.0.1-SNAPSHOT</version>
<version>3.0.0</version>
<url>http://nflow.io</url>
<licenses>
<license>
Expand Down

0 comments on commit 5774145

Please sign in to comment.