Bump version to 0.6.0-incubating-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/incubator-twill/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-twill/commit/3ab373d8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-twill/tree/3ab373d8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-twill/diff/3ab373d8
Branch: refs/heads/site Commit: 3ab373d801881b92cb56d4ea22b8940931e4367f Parents: 01cbe90 Author: Terence Yim <[email protected]> Authored: Wed Feb 18 19:14:34 2015 -0800 Committer: Terence Yim <[email protected]> Committed: Wed Feb 18 19:14:34 2015 -0800 ---------------------------------------------------------------------- pom.xml | 2 +- twill-api/pom.xml | 2 +- twill-common/pom.xml | 2 +- twill-core/pom.xml | 2 +- twill-discovery-api/pom.xml | 2 +- twill-discovery-core/pom.xml | 2 +- twill-examples/echo/pom.xml | 2 +- twill-examples/pom.xml | 2 +- twill-examples/yarn/pom.xml | 2 +- twill-ext/pom.xml | 2 +- twill-yarn/pom.xml | 2 +- twill-zookeeper/pom.xml | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/3ab373d8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9cecc1e..0c4a19e 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <groupId>org.apache.twill</groupId> <artifactId>twill-parent</artifactId> - <version>0.5.0-incubating</version> + <version>0.6.0-incubating-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Twill</name> <url>http://twill.incubator.apache.org</url> http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/3ab373d8/twill-api/pom.xml ---------------------------------------------------------------------- diff --git a/twill-api/pom.xml b/twill-api/pom.xml index b4f7db3..1354d7a 100644 --- a/twill-api/pom.xml +++ b/twill-api/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.twill</groupId> <artifactId>twill-parent</artifactId> - <version>0.5.0-incubating</version> + <version>0.6.0-incubating-SNAPSHOT</version> </parent> <artifactId>twill-api</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/3ab373d8/twill-common/pom.xml ---------------------------------------------------------------------- diff --git a/twill-common/pom.xml b/twill-common/pom.xml index b56f81f..bfc6e0c 100644 --- a/twill-common/pom.xml +++ b/twill-common/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>twill-parent</artifactId> <groupId>org.apache.twill</groupId> - <version>0.5.0-incubating</version> + <version>0.6.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/3ab373d8/twill-core/pom.xml ---------------------------------------------------------------------- diff --git a/twill-core/pom.xml b/twill-core/pom.xml index ff3297c..075630b 100644 --- a/twill-core/pom.xml +++ b/twill-core/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>twill-parent</artifactId> <groupId>org.apache.twill</groupId> - <version>0.5.0-incubating</version> + <version>0.6.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/3ab373d8/twill-discovery-api/pom.xml ---------------------------------------------------------------------- diff --git a/twill-discovery-api/pom.xml b/twill-discovery-api/pom.xml index b1d32b4..b07d960 100644 --- a/twill-discovery-api/pom.xml +++ b/twill-discovery-api/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>twill-parent</artifactId> <groupId>org.apache.twill</groupId> - <version>0.5.0-incubating</version> + <version>0.6.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/3ab373d8/twill-discovery-core/pom.xml ---------------------------------------------------------------------- diff --git a/twill-discovery-core/pom.xml b/twill-discovery-core/pom.xml index ffa6b1c..b29af09 100644 --- a/twill-discovery-core/pom.xml +++ b/twill-discovery-core/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>twill-parent</artifactId> <groupId>org.apache.twill</groupId> - <version>0.5.0-incubating</version> + <version>0.6.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/3ab373d8/twill-examples/echo/pom.xml ---------------------------------------------------------------------- diff --git a/twill-examples/echo/pom.xml b/twill-examples/echo/pom.xml index 7b37a0a..51db27b 100644 --- a/twill-examples/echo/pom.xml +++ b/twill-examples/echo/pom.xml @@ -25,7 +25,7 @@ limitations under the License. <parent> <artifactId>twill-examples</artifactId> <groupId>org.apache.twill</groupId> - <version>0.5.0-incubating</version> + <version>0.6.0-incubating-SNAPSHOT</version> </parent> <name>Apache Twill examples: Echo</name> http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/3ab373d8/twill-examples/pom.xml ---------------------------------------------------------------------- diff --git a/twill-examples/pom.xml b/twill-examples/pom.xml index 73c6b2c..30a8bd9 100644 --- a/twill-examples/pom.xml +++ b/twill-examples/pom.xml @@ -25,7 +25,7 @@ limitations under the License. <parent> <groupId>org.apache.twill</groupId> <artifactId>twill-parent</artifactId> - <version>0.5.0-incubating</version> + <version>0.6.0-incubating-SNAPSHOT</version> </parent> <artifactId>twill-examples</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/3ab373d8/twill-examples/yarn/pom.xml ---------------------------------------------------------------------- diff --git a/twill-examples/yarn/pom.xml b/twill-examples/yarn/pom.xml index 0da36f5..6f3c805 100644 --- a/twill-examples/yarn/pom.xml +++ b/twill-examples/yarn/pom.xml @@ -24,7 +24,7 @@ limitations under the License. <parent> <artifactId>twill-examples</artifactId> <groupId>org.apache.twill</groupId> - <version>0.5.0-incubating</version> + <version>0.6.0-incubating-SNAPSHOT</version> </parent> <name>Apache Twill examples: YARN</name> http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/3ab373d8/twill-ext/pom.xml ---------------------------------------------------------------------- diff --git a/twill-ext/pom.xml b/twill-ext/pom.xml index da85ffb..976828f 100644 --- a/twill-ext/pom.xml +++ b/twill-ext/pom.xml @@ -22,7 +22,7 @@ limitations under the License. <parent> <artifactId>twill-parent</artifactId> <groupId>org.apache.twill</groupId> - <version>0.5.0-incubating</version> + <version>0.6.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/3ab373d8/twill-yarn/pom.xml ---------------------------------------------------------------------- diff --git a/twill-yarn/pom.xml b/twill-yarn/pom.xml index bf26ee5..f1f7c97 100644 --- a/twill-yarn/pom.xml +++ b/twill-yarn/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>twill-parent</artifactId> <groupId>org.apache.twill</groupId> - <version>0.5.0-incubating</version> + <version>0.6.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/3ab373d8/twill-zookeeper/pom.xml ---------------------------------------------------------------------- diff --git a/twill-zookeeper/pom.xml b/twill-zookeeper/pom.xml index 1c08719..0d2edda 100644 --- a/twill-zookeeper/pom.xml +++ b/twill-zookeeper/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>twill-parent</artifactId> <groupId>org.apache.twill</groupId> - <version>0.5.0-incubating</version> + <version>0.6.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion>
