bump version of new module to match project version
Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/060bfcd3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/060bfcd3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/060bfcd3
Branch: refs/heads/asf-master
Commit: 060bfcd3346c1ce885bfbfa29c1d4b6de6270bd2
Parents: 9a0da4c
Author: sblackmon <sblackmon@apache.org>
Authored: Thu Feb 12 10:17:18 2015 -0600
Committer: sblackmon <sblackmon@w2odigital.com>
Committed: Thu Feb 12 10:17:18 2015 -0600
----------------------------------------------------------------------
streams-runtimes/streams-runtime-dropwizard/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/060bfcd3/streams-runtimes/streams-runtime-dropwizard/pom.xml
----------------------------------------------------------------------
diff --git a/streams-runtimes/streams-runtime-dropwizard/pom.xml b/streams-runtimes/streams-runtime-dropwizard/pom.xml
index c18ba9d..2ffb922 100644
--- a/streams-runtimes/streams-runtime-dropwizard/pom.xml
+++ b/streams-runtimes/streams-runtime-dropwizard/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.streams</groupId>
<artifactId>streams-runtimes</artifactId>
- <version>0.1-SNAPSHOT</version>
+ <version>0.2-incubating-SNAPSHOT</version>
</parent>
<artifactId>streams-runtime-dropwizard</artifactId>
|