[maven-release-plugin] prepare release flux-0.2.2
Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/54f5fb7c Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/54f5fb7c Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/54f5fb7c Branch: refs/heads/master Commit: 54f5fb7ccf200ba9901dac9753ff292b27037fad Parents: 14970de Author: P. Taylor Goetz <[email protected]> Authored: Wed Apr 1 13:27:33 2015 -0400 Committer: P. Taylor Goetz <[email protected]> Committed: Wed Apr 1 13:27:33 2015 -0400 ---------------------------------------------------------------------- flux-core/pom.xml | 2 +- flux-examples/pom.xml | 2 +- flux-wrappers/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/54f5fb7c/flux-core/pom.xml ---------------------------------------------------------------------- diff --git a/flux-core/pom.xml b/flux-core/pom.xml index c22be1a..1ea353a 100644 --- a/flux-core/pom.xml +++ b/flux-core/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>com.github.ptgoetz</groupId> <artifactId>flux</artifactId> - <version>0.2.2-SNAPSHOT</version> + <version>0.2.2</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/storm/blob/54f5fb7c/flux-examples/pom.xml ---------------------------------------------------------------------- diff --git a/flux-examples/pom.xml b/flux-examples/pom.xml index d7b0edd..ac19e41 100644 --- a/flux-examples/pom.xml +++ b/flux-examples/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>com.github.ptgoetz</groupId> <artifactId>flux</artifactId> - <version>0.2.2-SNAPSHOT</version> + <version>0.2.2</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/storm/blob/54f5fb7c/flux-wrappers/pom.xml ---------------------------------------------------------------------- diff --git a/flux-wrappers/pom.xml b/flux-wrappers/pom.xml index d6bfcca..7884af2 100644 --- a/flux-wrappers/pom.xml +++ b/flux-wrappers/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>com.github.ptgoetz</groupId> <artifactId>flux</artifactId> - <version>0.2.2-SNAPSHOT</version> + <version>0.2.2</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/storm/blob/54f5fb7c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index cf7e4a6..b06103b 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ <groupId>com.github.ptgoetz</groupId> <artifactId>flux</artifactId> - <version>0.2.2-SNAPSHOT</version> + <version>0.2.2</version> <packaging>pom</packaging> <name>flux</name> <url>https://github.com/ptgoetz/flux</url>
