Repository: chukwa Updated Branches: refs/heads/master b9fa3b25a -> 20a6456dd
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/db2e5f8d Tree: http://git-wip-us.apache.org/repos/asf/chukwa/tree/db2e5f8d Diff: http://git-wip-us.apache.org/repos/asf/chukwa/diff/db2e5f8d Branch: refs/heads/master Commit: db2e5f8ddb7d6acdbed453a987a8a435fbf4d8f9 Parents: b9fa3b2 Author: Eric Yang <[email protected]> Authored: Mon Dec 21 10:01:37 2015 -0800 Committer: Eric Yang <[email protected]> Committed: Mon Dec 21 10:27:27 2015 -0800 ---------------------------------------------------------------------- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/chukwa/blob/db2e5f8d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index caea1db..fddab49 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> @@ -64,7 +64,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> @@ -74,9 +74,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>
