Merge branch 'site'
Project: http://git-wip-us.apache.org/repos/asf/vxquery/repo Commit: http://git-wip-us.apache.org/repos/asf/vxquery/commit/e6703b24 Tree: http://git-wip-us.apache.org/repos/asf/vxquery/tree/e6703b24 Diff: http://git-wip-us.apache.org/repos/asf/vxquery/diff/e6703b24 Branch: refs/heads/master Commit: e6703b242c412f8119f1cf9968d28e73cf6925b8 Parents: e619c66 dabe1a5 Author: Till Westmann <[email protected]> Authored: Thu Jul 17 23:57:07 2014 -0700 Committer: Till Westmann <[email protected]> Committed: Thu Jul 17 23:57:07 2014 -0700 ---------------------------------------------------------------------- DISCLAIMER | 9 -- build-site.xml | 29 ------ pom.xml | 95 ++++--------------- src/site/apt/development_eclipse_setup.apt | 2 +- src/site/apt/development_tips.apt | 40 ++++---- src/site/apt/development_xml_node_details.apt | 14 +-- src/site/apt/index.apt | 1 - src/site/apt/release.apt | 12 +-- .../resources/images/apache-incubator-logo.png | Bin 4234 -> 0 bytes src/site/resources/images/asf_logo_wide.png | Bin 0 -> 14470 bytes src/site/site.xml | 8 +- vxquery-benchmark/src/site/site.xml | 6 +- vxquery-cli/src/site/site.xml | 6 +- vxquery-core/src/site/site.xml | 6 +- vxquery-server/src/site/site.xml | 6 +- vxquery-xtest/src/site/site.xml | 6 +- 16 files changed, 69 insertions(+), 171 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/vxquery/blob/e6703b24/pom.xml ---------------------------------------------------------------------- diff --cc pom.xml index 752a633,4ddfbe8..d3f6864 --- a/pom.xml +++ b/pom.xml @@@ -47,10 -47,10 +47,10 @@@ </licenses> <scm> - <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-vxquery.git</connection> - <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-vxquery.git</developerConnection> - <url>https://git-wip-us.apache.org/repos/asf/incubator-vxquery.git</url> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/vxquery.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/vxquery.git</developerConnection> + <url>https://git-wip-us.apache.org/repos/asf/vxquery.git</url> - <tag>apache-vxquery-0.3-incubating</tag> + <tag>HEAD</tag> </scm> <issueManagement>
