Repository: samza-hello-samza Updated Branches: refs/heads/latest 851dfdec1 -> 2e1bf66f8
SAMZA-536; make hello-samza point to TLP domain Project: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/commit/485aed3f Tree: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/tree/485aed3f Diff: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/diff/485aed3f Branch: refs/heads/latest Commit: 485aed3fc1d1a377b7d129795773a0caab9971a7 Parents: 6757833 Author: Manikumar Reddy <[email protected]> Authored: Wed Feb 4 08:29:45 2015 -0800 Committer: Chris Riccomini <[email protected]> Committed: Wed Feb 4 08:29:45 2015 -0800 ---------------------------------------------------------------------- bin/grid | 8 ++++---- pom.xml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/samza-hello-samza/blob/485aed3f/bin/grid ---------------------------------------------------------------------- diff --git a/bin/grid b/bin/grid index a29e77d..f81e643 100755 --- a/bin/grid +++ b/bin/grid @@ -58,15 +58,15 @@ install_all() { install_samza() { mkdir -p "$DEPLOY_ROOT_DIR" - if [ -d "$DOWNLOAD_CACHE_DIR/incubator-samza/.git" ]; then - pushd "$DOWNLOAD_CACHE_DIR/incubator-samza" + if [ -d "$DOWNLOAD_CACHE_DIR/samza/.git" ]; then + pushd "$DOWNLOAD_CACHE_DIR/samza" git fetch origin git reset --hard origin/master else mkdir -p $DOWNLOAD_CACHE_DIR pushd $DOWNLOAD_CACHE_DIR - git clone git://git.apache.org/incubator-samza.git - cd incubator-samza + git clone git://git.apache.org/samza.git + cd samza fi ./gradlew -PscalaVersion=2.10 clean publishToMavenLocal popd http://git-wip-us.apache.org/repos/asf/samza-hello-samza/blob/485aed3f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ab73a07..2a711c3 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ under the License. <description> Samza is a stream processing system. Think of it as Map-Reduce for streams. </description> - <url>https://samza.incubator.apache.org/</url> + <url>https://samza.apache.org/</url> <dependencies> <dependency>
