CHUKWA-795. Release Chukwa 0.7.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/ba16764a Tree: http://git-wip-us.apache.org/repos/asf/chukwa/tree/ba16764a Diff: http://git-wip-us.apache.org/repos/asf/chukwa/diff/ba16764a Branch: refs/heads/chukwa-0.7 Commit: ba16764a6431df447c240e33c25d4be9a45a1ee9 Parents: 71cf069 Author: Eric Yang <[email protected]> Authored: Mon Dec 21 10:01:37 2015 -0800 Committer: Eric Yang <[email protected]> Committed: Mon Dec 21 10:03:47 2015 -0800 ---------------------------------------------------------------------- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/chukwa/blob/ba16764a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 690ad82..2ca49ff 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ <properties> <buildtype>test</buildtype> <BUILD_NUMBER>${env.BUILD_NUMBER}</BUILD_NUMBER> - <VERSION>0.7.0-SNAPSHOT</VERSION> + <VERSION>0.7.0</VERSION> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <package.prefix>/usr</package.prefix> <package.conf.dir>/etc/chukwa</package.conf.dir> @@ -63,7 +63,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.chukwa</groupId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.0</version> <artifactId>chukwa</artifactId> <packaging>jar</packaging> @@ -73,9 +73,9 @@ </issueManagement> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/chukwa</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/chukwa</developerConnection> - <tag></tag> + <connection>scm:git:git://git.apache.org/chukwa.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/chukwa.git</developerConnection> + <url>https://git-wip-us.apache.org/repos/asf?p=chukwa.git</url> </scm> <mailingLists>
