Skip to content

Commit

Permalink
[maven-release-plugin] prepare release nflow-0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eputtone committed Jun 14, 2014
1 parent 29ec54c commit 8a24a8e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion nflow-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>nflow-root</artifactId>
<groupId>com.nitorcreations</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.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 @@ -8,7 +8,7 @@
<parent>
<artifactId>nflow-root</artifactId>
<groupId>com.nitorcreations</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
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 @@ -7,7 +7,7 @@
<parent>
<artifactId>nflow-root</artifactId>
<groupId>com.nitorcreations</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion nflow-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.nitorcreations</groupId>
<artifactId>nflow-root</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>nflow-tests</artifactId>
<name>nflow-tests</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<artifactId>nflow-root</artifactId>
<packaging>pom</packaging>
<description>nFlow Root</description>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
<url>https://github.com/NitorCreations/nflow</url>
<licenses>
<license>
Expand All @@ -31,7 +31,7 @@
<scm>
<developerConnection>scm:git:[email protected]:NitorCreations/nflow.git</developerConnection>
<connection>scm:git:[email protected]:NitorCreations/nflow.git</connection>
<tag>HEAD</tag>
<tag>nflow-0.2.0</tag>
</scm>
<issueManagement>
<system>Github</system>
Expand Down

0 comments on commit 8a24a8e

Please sign in to comment.