Repository: yetus Updated Branches: refs/heads/master 1a8d4a1dd -> 81ce9a7d4
YETUS-585. bump master version to 0.8.0-SNAPSHOT. Signed-off-by: Allen Wittenauer <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/81ce9a7d Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/81ce9a7d Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/81ce9a7d Branch: refs/heads/master Commit: 81ce9a7d438af8429327fb6c8c6b6f01074630ba Parents: 1a8d4a1 Author: Sean Busbey <[email protected]> Authored: Mon Dec 4 12:36:54 2017 -0600 Committer: Allen Wittenauer <[email protected]> Committed: Wed Jan 17 08:21:49 2018 -0800 ---------------------------------------------------------------------- VERSION | 2 +- audience-annotations-component/audience-annotations-jdiff/pom.xml | 2 +- audience-annotations-component/audience-annotations/pom.xml | 2 +- audience-annotations-component/pom.xml | 2 +- yetus-project/pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/81ce9a7d/VERSION ---------------------------------------------------------------------- diff --git a/VERSION b/VERSION index 978ba2b..35dae96 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.0-SNAPSHOT +0.8.0-SNAPSHOT http://git-wip-us.apache.org/repos/asf/yetus/blob/81ce9a7d/audience-annotations-component/audience-annotations-jdiff/pom.xml ---------------------------------------------------------------------- diff --git a/audience-annotations-component/audience-annotations-jdiff/pom.xml b/audience-annotations-component/audience-annotations-jdiff/pom.xml index 63b5b48..baa9ef1 100644 --- a/audience-annotations-component/audience-annotations-jdiff/pom.xml +++ b/audience-annotations-component/audience-annotations-jdiff/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.yetus</groupId> <artifactId>yetus-project</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../../yetus-project</relativePath> </parent> <artifactId>audience-annotations-jdiff</artifactId> http://git-wip-us.apache.org/repos/asf/yetus/blob/81ce9a7d/audience-annotations-component/audience-annotations/pom.xml ---------------------------------------------------------------------- diff --git a/audience-annotations-component/audience-annotations/pom.xml b/audience-annotations-component/audience-annotations/pom.xml index afa2afd..8c9eb2f 100644 --- a/audience-annotations-component/audience-annotations/pom.xml +++ b/audience-annotations-component/audience-annotations/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.yetus</groupId> <artifactId>yetus-project</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../../yetus-project</relativePath> </parent> <artifactId>audience-annotations</artifactId> http://git-wip-us.apache.org/repos/asf/yetus/blob/81ce9a7d/audience-annotations-component/pom.xml ---------------------------------------------------------------------- diff --git a/audience-annotations-component/pom.xml b/audience-annotations-component/pom.xml index 07054a2..d850046 100644 --- a/audience-annotations-component/pom.xml +++ b/audience-annotations-component/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.yetus</groupId> <artifactId>yetus-project</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../yetus-project</relativePath> </parent> <artifactId>audience-annotations-component</artifactId> http://git-wip-us.apache.org/repos/asf/yetus/blob/81ce9a7d/yetus-project/pom.xml ---------------------------------------------------------------------- diff --git a/yetus-project/pom.xml b/yetus-project/pom.xml index 06644e5..be818b3 100644 --- a/yetus-project/pom.xml +++ b/yetus-project/pom.xml @@ -30,7 +30,7 @@ </parent> <groupId>org.apache.yetus</groupId> <artifactId>yetus-project</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <description>Project-wide definitions for Apache Yetus</description> <name>Apache Yetus Project</name> <packaging>pom</packaging>
