Skip to content

Commit

Permalink
[maven-release-plugin] prepare release nflow-1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eputtone committed Sep 13, 2014
1 parent 4410f24 commit 99fcc73
Show file tree
Hide file tree
Showing 6 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 @@ -8,7 +8,7 @@
<parent>
<artifactId>nflow-root</artifactId>
<groupId>com.nitorcreations</groupId>
<version>0.3.2-SNAPSHOT</version>
<version>1.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 @@ -8,7 +8,7 @@
<parent>
<artifactId>nflow-root</artifactId>
<groupId>com.nitorcreations</groupId>
<version>0.3.2-SNAPSHOT</version>
<version>1.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 @@ -3,7 +3,7 @@
<parent>
<groupId>com.nitorcreations</groupId>
<artifactId>nflow-root</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>nflow-metrics</artifactId>
<packaging>jar</packaging>
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.3.2-SNAPSHOT</version>
<version>1.0.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.3.2-SNAPSHOT</version>
<version>1.0.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.3.2-SNAPSHOT</version>
<version>1.0.0</version>
<url>https://github.com/NitorCreations/nflow</url>
<licenses>
<license>
Expand All @@ -31,7 +31,7 @@
<scm>
<developerConnection>scm:git:git@github.com:NitorCreations/nflow.git</developerConnection>
<connection>scm:git:git@github.com:NitorCreations/nflow.git</connection>
<tag>HEAD</tag>
<tag>nflow-1.0.0</tag>
</scm>
<issueManagement>
<system>Github</system>
Expand Down

0 comments on commit 99fcc73

Please sign in to comment.