Repository: chukwa Updated Branches: refs/heads/master bc8436849 -> 3a356ddbb
CHUKWA-809. Prepare for 0.8.0 release. Project: http://git-wip-us.apache.org/repos/asf/chukwa/repo Commit: http://git-wip-us.apache.org/repos/asf/chukwa/commit/3a356ddb Tree: http://git-wip-us.apache.org/repos/asf/chukwa/tree/3a356ddb Diff: http://git-wip-us.apache.org/repos/asf/chukwa/diff/3a356ddb Branch: refs/heads/master Commit: 3a356ddbbc4790684530ecde4d59ef3ee26d14b1 Parents: bc84368 Author: Eric Yang <[email protected]> Authored: Mon Jun 20 23:24:14 2016 -0700 Committer: Eric Yang <[email protected]> Committed: Mon Jun 20 23:24:14 2016 -0700 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/chukwa/blob/3a356ddb/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9a66922..57dc3f4 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ <properties> <buildtype>test</buildtype> <BUILD_NUMBER>${env.BUILD_NUMBER}</BUILD_NUMBER> - <VERSION>0.8.0-SNAPSHOT</VERSION> + <VERSION>0.8.0</VERSION> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <package.prefix>/usr</package.prefix> <package.conf.dir>/etc/chukwa</package.conf.dir> @@ -65,7 +65,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.chukwa</groupId> - <version>0.8.0-SNAPSHOT</version> + <version>0.8.0</version> <artifactId>chukwa</artifactId> <packaging>jar</packaging>
