Repository: yetus Updated Branches: refs/heads/YETUS-344 [created] df5627009
YETUS-318. Stage version 0.2.0 Signed-off-by: Sean Busbey <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/d2e4ec6b Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/d2e4ec6b Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/d2e4ec6b Branch: refs/heads/YETUS-344 Commit: d2e4ec6b38ca43b851ea396d73d99b62cea9c722 Parents: d3d0ea6 Author: Allen Wittenauer <[email protected]> Authored: Mon Feb 29 12:32:27 2016 -0800 Committer: Allen Wittenauer <[email protected]> Committed: Mon Feb 29 13:37:33 2016 -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/d2e4ec6b/VERSION ---------------------------------------------------------------------- diff --git a/VERSION b/VERSION index d144648..0ea3a94 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.0-SNAPSHOT +0.2.0 http://git-wip-us.apache.org/repos/asf/yetus/blob/d2e4ec6b/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 467a9b9..4156096 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.2.0-SNAPSHOT</version> + <version>0.2.0</version> <relativePath>../../yetus-project</relativePath> </parent> <artifactId>audience-annotations-jdiff</artifactId> http://git-wip-us.apache.org/repos/asf/yetus/blob/d2e4ec6b/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 5f7a10b..83be551 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.2.0-SNAPSHOT</version> + <version>0.2.0</version> <relativePath>../../yetus-project</relativePath> </parent> <artifactId>audience-annotations</artifactId> http://git-wip-us.apache.org/repos/asf/yetus/blob/d2e4ec6b/audience-annotations-component/pom.xml ---------------------------------------------------------------------- diff --git a/audience-annotations-component/pom.xml b/audience-annotations-component/pom.xml index 396d975..8a0ad91 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.2.0-SNAPSHOT</version> + <version>0.2.0</version> <relativePath>../yetus-project</relativePath> </parent> <artifactId>audience-annotations-component</artifactId> http://git-wip-us.apache.org/repos/asf/yetus/blob/d2e4ec6b/yetus-project/pom.xml ---------------------------------------------------------------------- diff --git a/yetus-project/pom.xml b/yetus-project/pom.xml index 5433972..d7966cb 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.2.0-SNAPSHOT</version> + <version>0.2.0</version> <description>Project-wide definitions for Apache Yetus</description> <name>Apache Yetus Project</name> <packaging>pom</packaging>
