CHUKWA-795. Release Chukwa 0.7.0 and update master to 0.8.0. (Eric Yang)
Project: http://git-wip-us.apache.org/repos/asf/chukwa/repo Commit: http://git-wip-us.apache.org/repos/asf/chukwa/commit/20a6456d Tree: http://git-wip-us.apache.org/repos/asf/chukwa/tree/20a6456d Diff: http://git-wip-us.apache.org/repos/asf/chukwa/diff/20a6456d Branch: refs/heads/master Commit: 20a6456dd66d3bc782147328ad237c0aecf386fe Parents: 15a2900 Author: Eric Yang <[email protected]> Authored: Mon Dec 21 10:28:18 2015 -0800 Committer: Eric Yang <[email protected]> Committed: Mon Dec 21 10:28:18 2015 -0800 ---------------------------------------------------------------------- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/chukwa/blob/20a6456d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index fddab49..4f81ddd 100644 --- a/pom.xml +++ b/pom.xml @@ -20,14 +20,14 @@ <properties> <buildtype>test</buildtype> <BUILD_NUMBER>${env.BUILD_NUMBER}</BUILD_NUMBER> - <VERSION>0.7.0</VERSION> + <VERSION>0.8.0-SNAPSHOT</VERSION> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <package.prefix>/usr</package.prefix> <package.conf.dir>/etc/chukwa</package.conf.dir> <package.log.dir>/var/log/chukwa</package.log.dir> <package.pid.dir>/var/run/chukwa</package.pid.dir> <package.release>1</package.release> - <package.version>0.7.0</package.version> + <package.version>0.8.0</package.version> <final.name>${project.artifactId}-${package.version}</final.name> <TODO_ALERT_EMAIL>[email protected]</TODO_ALERT_EMAIL> <TODO_CLUSTER_NAME>chukwa</TODO_CLUSTER_NAME> @@ -64,7 +64,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.chukwa</groupId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> <artifactId>chukwa</artifactId> <packaging>jar</packaging>
