Repository: yetus Updated Branches: refs/heads/YETUS-565 7e7dcbe65 -> e5114ff24 refs/heads/master 7e7dcbe65 -> 959d46c60
YETUS-565. Stage version 0.6.0. 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/e5114ff2 Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/e5114ff2 Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/e5114ff2 Branch: refs/heads/YETUS-565 Commit: e5114ff24225c829b54bfb0eac70e2de41d33053 Parents: 7e7dcbe Author: Sean Busbey <[email protected]> Authored: Thu Oct 26 10:25:03 2017 -0500 Committer: Sean Busbey <[email protected]> Committed: Thu Oct 26 11:06:03 2017 -0500 ---------------------------------------------------------------------- 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/e5114ff2/VERSION ---------------------------------------------------------------------- diff --git a/VERSION b/VERSION index b336edf..a918a2a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.0-SNAPSHOT +0.6.0 http://git-wip-us.apache.org/repos/asf/yetus/blob/e5114ff2/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 af87b54..6357366 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.6.0-SNAPSHOT</version> + <version>0.6.0</version> <relativePath>../../yetus-project</relativePath> </parent> <artifactId>audience-annotations-jdiff</artifactId> http://git-wip-us.apache.org/repos/asf/yetus/blob/e5114ff2/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 5b6302b..7c2b066 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.6.0-SNAPSHOT</version> + <version>0.6.0</version> <relativePath>../../yetus-project</relativePath> </parent> <artifactId>audience-annotations</artifactId> http://git-wip-us.apache.org/repos/asf/yetus/blob/e5114ff2/audience-annotations-component/pom.xml ---------------------------------------------------------------------- diff --git a/audience-annotations-component/pom.xml b/audience-annotations-component/pom.xml index 66316bb..4ac6dd3 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.6.0-SNAPSHOT</version> + <version>0.6.0</version> <relativePath>../yetus-project</relativePath> </parent> <artifactId>audience-annotations-component</artifactId> http://git-wip-us.apache.org/repos/asf/yetus/blob/e5114ff2/yetus-project/pom.xml ---------------------------------------------------------------------- diff --git a/yetus-project/pom.xml b/yetus-project/pom.xml index b573bfc..8061b44 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.6.0-SNAPSHOT</version> + <version>0.6.0</version> <description>Project-wide definitions for Apache Yetus</description> <name>Apache Yetus Project</name> <packaging>pom</packaging>
