Repository: phoenix Updated Branches: refs/heads/3.2 e7e00f991 -> 8b460b5c0
PHOENIX-1375 Remove references to incubation Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/f1cbcc45 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/f1cbcc45 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/f1cbcc45 Branch: refs/heads/3.2 Commit: f1cbcc4586ee93f683a126fabbf0b03c222666b2 Parents: e7e00f9 Author: Gabriel Reid <[email protected]> Authored: Thu Oct 23 21:53:47 2014 +0200 Committer: Gabriel Reid <[email protected]> Committed: Thu Oct 23 21:53:47 2014 +0200 ---------------------------------------------------------------------- NOTICE | 2 +- dev/release_files/NOTICE | 2 +- pom.xml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/f1cbcc45/NOTICE ---------------------------------------------------------------------- diff --git a/NOTICE b/NOTICE index ac3ec17..093ae02 100644 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,4 @@ -Apache Phoenix (Incubating) +Apache Phoenix Copyright 2014 The Apache Software Foundation This product includes software developed at http://git-wip-us.apache.org/repos/asf/phoenix/blob/f1cbcc45/dev/release_files/NOTICE ---------------------------------------------------------------------- diff --git a/dev/release_files/NOTICE b/dev/release_files/NOTICE index 84869a6..a96a97c 100644 --- a/dev/release_files/NOTICE +++ b/dev/release_files/NOTICE @@ -1,4 +1,4 @@ -Apache Phoenix (Incubating) +Apache Phoenix Copyright 2014 The Apache Software Foundation This product includes software developed at http://git-wip-us.apache.org/repos/asf/phoenix/blob/f1cbcc45/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 145d528..214814a 100644 --- a/pom.xml +++ b/pom.xml @@ -59,9 +59,9 @@ </parent> <scm> - <connection>scm:git:http://git-wip-us.apache.org/repos/asf/incubator-phoenix.git</connection> - <url>https://git-wip-us.apache.org/repos/asf/incubator-phoenix.git</url> - <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-phoenix.git</developerConnection> + <connection>scm:git:http://git-wip-us.apache.org/repos/asf/phoenix.git</connection> + <url>https://git-wip-us.apache.org/repos/asf/phoenix.git</url> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/phoenix.git</developerConnection> </scm> <properties>
