Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8B084200BF2 for ; Mon, 2 Jan 2017 23:35:33 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 89A6C160B48; Mon, 2 Jan 2017 22:35:33 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 5DE78160B16 for ; Mon, 2 Jan 2017 23:35:31 +0100 (CET) Received: (qmail 94475 invoked by uid 500); 2 Jan 2017 22:35:30 -0000 Mailing-List: contact commits-help@zest.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zest.apache.org Delivered-To: mailing list commits@zest.apache.org Received: (qmail 94461 invoked by uid 99); 2 Jan 2017 22:35:30 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jan 2017 22:35:30 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 628ACDFC15; Mon, 2 Jan 2017 22:35:30 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: paulmerlin@apache.org To: commits@zest.apache.org Date: Mon, 02 Jan 2017 22:35:30 -0000 Message-Id: <4794947b2c144729ba08980f3443f8c1@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/5] polygene-website git commit: fix ga tag for new domain archived-at: Mon, 02 Jan 2017 22:35:33 -0000 Repository: polygene-website Updated Branches: refs/heads/asf-site cc86bdd91 -> 29455596c http://git-wip-us.apache.org/repos/asf/polygene-website/blob/29455596/content/java/develop/sample-car-rental.html ---------------------------------------------------------------------- diff --git a/content/java/develop/sample-car-rental.html b/content/java/develop/sample-car-rental.html index 6fcbdd3..fd7be7d 100644 --- a/content/java/develop/sample-car-rental.html +++ b/content/java/develop/sample-car-rental.html @@ -56,7 +56,7 @@ http://git-wip-us.apache.org/repos/asf/polygene-website/blob/29455596/content/java/latest/build-system.html ---------------------------------------------------------------------- diff --git a/content/java/latest/build-system.html b/content/java/latest/build-system.html index ba0c7dd..b83a4c5 100644 --- a/content/java/latest/build-system.html +++ b/content/java/latest/build-system.html @@ -56,7 +56,7 @@ http://git-wip-us.apache.org/repos/asf/polygene-website/blob/29455596/src/_layouts/default.html ---------------------------------------------------------------------- diff --git a/src/_layouts/default.html b/src/_layouts/default.html index b2c93e9..b81a506 100644 --- a/src/_layouts/default.html +++ b/src/_layouts/default.html @@ -37,8 +37,8 @@ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) - })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); - ga('create', 'UA-62007352-1', 'auto'); + })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); + ga('create', 'UA-89723617-1', 'auto'); ga('send', 'pageview'); http://git-wip-us.apache.org/repos/asf/polygene-website/blob/29455596/src/_layouts/posts.html ---------------------------------------------------------------------- diff --git a/src/_layouts/posts.html b/src/_layouts/posts.html index e682c0d..b6ab766 100644 --- a/src/_layouts/posts.html +++ b/src/_layouts/posts.html @@ -32,8 +32,8 @@ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) - })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); - ga('create', 'UA-62007352-1', 'auto'); + })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); + ga('create', 'UA-89723617-1', 'auto'); ga('send', 'pageview');