This is an automated email from the ASF dual-hosted git repository. chtyim pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/twill.git
commit 71f57be7682087dc0e6b3ad77c9d0159a3ea8782 Author: Terence Yim <[email protected]> AuthorDate: Tue Jan 21 13:54:27 2020 -0800 Bump version to 0.15.0-SNAPSHOT --- 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-java8-test/pom.xml | 2 +- twill-yarn/pom.xml | 2 +- twill-zookeeper/pom.xml | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index f5b6dad..ccafc6b 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <groupId>org.apache.twill</groupId> <artifactId>twill-parent</artifactId> - <version>0.14.0</version> + <version>0.15.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Twill</name> <url>http://twill.apache.org</url> diff --git a/twill-api/pom.xml b/twill-api/pom.xml index 5e854d7..13e4ff1 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.14.0</version> + <version>0.15.0-SNAPSHOT</version> </parent> <artifactId>twill-api</artifactId> diff --git a/twill-common/pom.xml b/twill-common/pom.xml index b54ab02..f540835 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.14.0</version> + <version>0.15.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/twill-core/pom.xml b/twill-core/pom.xml index 5208281..bf4cfb4 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.14.0</version> + <version>0.15.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/twill-discovery-api/pom.xml b/twill-discovery-api/pom.xml index d4bbd80..1c0d4dd 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.14.0</version> + <version>0.15.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/twill-discovery-core/pom.xml b/twill-discovery-core/pom.xml index fff6ca6..de87217 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.14.0</version> + <version>0.15.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/twill-examples/echo/pom.xml b/twill-examples/echo/pom.xml index 35a6ab9..64cec4e 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.14.0</version> + <version>0.15.0-SNAPSHOT</version> </parent> <name>Apache Twill examples: Echo</name> diff --git a/twill-examples/pom.xml b/twill-examples/pom.xml index 0585917..e6e456b 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.14.0</version> + <version>0.15.0-SNAPSHOT</version> </parent> <artifactId>twill-examples</artifactId> diff --git a/twill-examples/yarn/pom.xml b/twill-examples/yarn/pom.xml index b0c23c1..c821a01 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.14.0</version> + <version>0.15.0-SNAPSHOT</version> </parent> <name>Apache Twill examples: YARN</name> diff --git a/twill-ext/pom.xml b/twill-ext/pom.xml index d3b2b04..17c8e1e 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.14.0</version> + <version>0.15.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/twill-java8-test/pom.xml b/twill-java8-test/pom.xml index b3763e3..c113664 100644 --- a/twill-java8-test/pom.xml +++ b/twill-java8-test/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.twill</groupId> <artifactId>twill-parent</artifactId> - <version>0.14.0</version> + <version>0.15.0-SNAPSHOT</version> </parent> <artifactId>twill-java8-test</artifactId> diff --git a/twill-yarn/pom.xml b/twill-yarn/pom.xml index a01478d..d01bcf3 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.14.0</version> + <version>0.15.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/twill-zookeeper/pom.xml b/twill-zookeeper/pom.xml index 17df7f5..a46edb8 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.14.0</version> + <version>0.15.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion>
