Update the homepage for 2.3.0

Change-Id: Ie8710740b27b14ab5711f8c3324ded1668a443b1
diff --git a/_projectCommon.php b/_projectCommon.php
index 465912f..b26d2f9 100644
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -8,22 +8,22 @@
  * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
- *    
+ *
  *******************************************************************************/
 
 	# Set the theme for your project's web pages.
 	# See http://eclipse.org/phoenix/
 	$theme = "solstice";
-	
+
 
 	# Define your project-wide Navigation here
 	# This appears on the left of the page if you define a left nav
 	# Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3)
 	# these are optional
-	
+
 	# If you want to override the eclipse.org navigation, uncomment below.
 	# $Nav->setLinkList(array());
-	
+
 	# Break the navigation into sections
 	$Nav->addNavSeparator("Project Home", 	"/lyo");
 	$Nav->addCustomNav("Downloads", "/project/download.php", "_self", 2);
@@ -43,13 +43,13 @@
 	# $Menu->addMenuItem("Documentation", "/project/documentation.php", "_self");
 	# $Menu->addMenuItem("Support", "/project/support.php", "_self");
 	# $Menu->addMenuItem("Developers", "/project/developers", "_self");
-	
+
 	# To define additional CSS or other pre-body headers
 	$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/lyo/lyo-solstice.css"/>');
-	
+
 	# To enable occasional Eclipse Foundation Promotion banners on your pages (EclipseCon, etc)
-	$App->Promotion = TRUE;
-	
+	$App->Promotion = false;
+
 	# If you have Google Analytics code, use it here
-	$App->SetGoogleAnalyticsTrackingCode("UA-24416914-2");
+	// $App->SetGoogleAnalyticsTrackingCode("UA-24416914-2");
 ?>
diff --git a/dependencies.php b/dependencies.php
index 652565f..9742eee 100644
--- a/dependencies.php
+++ b/dependencies.php
@@ -1,5 +1,3 @@
-
-
 <?php
 /*******************************************************************************
  * Copyright (c) 2009 Eclipse Foundation and others.
@@ -9,19 +7,19 @@
  * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
- *    
+ *
  *******************************************************************************/
 
 	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); 	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); 	$App 	= new App();	$Nav	= new Nav();	$Menu 	= new Menu();		include($App->getProjectCommon());
-	
+
 	$localVersion = false;
-	
+
 	# Define these here, or in _projectCommon.php for site-wide values
 	$pageKeywords	= "eclipse, project, lyo, oslc, open services for lifecycle collaboration";
 	$pageAuthor		= "Mike Fiedler";
 	$pageTitle 		= "Eclipse Lyo Downloads";
-	
-	
+
+
 	// 	# Paste your HTML content between the EOHTML markers!
 	$html = $html = file_get_contents('pages/_dependencies.html');
 
diff --git a/download.html b/download.html
index 36db9f9..74e7d00 100644
--- a/download.html
+++ b/download.html
@@ -3,6 +3,15 @@
 <head>
   <meta charset="utf-8">
   <title>Eclipse Lyo Downloads</title>
+
+  <!-- Google Tag Manager -->
+  <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
+    new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
+    j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
+    'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
+    })(window,document,'script','dataLayer','GTM-ND2BG3K');</script>
+  <!-- End Google Tag Manager -->
+
   <link href="style.css" rel="stylesheet">
   <link href="style-new.css" rel="stylesheet">
   <meta name='viewport' content='width=device-width'>
@@ -39,7 +48,7 @@
     </a>
 
       <p>
-      Note: Eclipse/Lyo no longer builds aggregated JAR files for each release. Rather Eclipse/Lyo has more fully embraced Maven in two new ways. First, all Eclipse/Lyo projects are now Maven (not eclipse) projects. In practice that means that the eclipse .classpath, .settings and .project files are no longer stored in the git repositories. Instead eclipse IDE users should load Eclipse/Lyo projects as Maven projects. This will automatically construct the eclipse .classpath, .settings and .projects files from the information in the pom.xml file. This ensures the eclipse build and the maven builds will be in sync, using the same environment and dependencies. It will also display the projects using their artifact ids in the eclipse project explorer. This will hopefully reduce confusion between different names for the same thing. 
+      Note: Eclipse/Lyo no longer builds aggregated JAR files for each release. Rather Eclipse/Lyo has more fully embraced Maven in two new ways. First, all Eclipse/Lyo projects are now Maven (not eclipse) projects. In practice that means that the eclipse .classpath, .settings and .project files are no longer stored in the git repositories. Instead eclipse IDE users should load Eclipse/Lyo projects as Maven projects. This will automatically construct the eclipse .classpath, .settings and .projects files from the information in the pom.xml file. This ensures the eclipse build and the maven builds will be in sync, using the same environment and dependencies. It will also display the projects using their artifact ids in the eclipse project explorer. This will hopefully reduce confusion between different names for the same thing.
       </p>
       <p>Second, users of the OSLC4J SDK should use Maven to handle project dependencies. This makes it easier to manage the dependencies, and to build different projects with different versions of OSLC4J SDK in the same SDK. Users who do not wish to use Maven projects can download the JAR files from the <a href="https://mvnrepository.com/artifact/org.eclipse.lyo.oslc4j">MVN Repository</a>.
       </p>
@@ -103,5 +112,10 @@
   <a class="footerLink" href="http://wiki.eclipse.org/Lyo/ContributorsGettingStarted">Contribute to Lyo</a>
 </div>
 
+<!-- Google Tag Manager (noscript) -->
+<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-ND2BG3K"
+  height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
+<!-- End Google Tag Manager (noscript) -->
+
 </body>
 </html>
diff --git a/download.php b/download.php
index b0b5846..3485fa5 100644
--- a/download.php
+++ b/download.php
@@ -1,5 +1,3 @@
-
-
 <?php
 /*******************************************************************************
  * Copyright (c) 2009 Eclipse Foundation and others.
@@ -9,19 +7,19 @@
  * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
- *    
+ *
  *******************************************************************************/
 
 	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); 	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); 	$App 	= new App();	$Nav	= new Nav();	$Menu 	= new Menu();		include($App->getProjectCommon());
-	
+
 	$localVersion = false;
-	
+
 	# Define these here, or in _projectCommon.php for site-wide values
 	$pageKeywords	= "eclipse, project, lyo, oslc, open services for lifecycle collaboration";
 	$pageAuthor		= "Mike Fiedler";
 	$pageTitle 		= "Eclipse Lyo Downloads";
-	
-	
+
+
 	// 	# Paste your HTML content between the EOHTML markers!
 	$html = $html = file_get_contents('pages/_download.html');
 
diff --git a/index.html b/index.html
index d0481e5..0810b81 100644
--- a/index.html
+++ b/index.html
@@ -3,6 +3,13 @@
 <head>
   <meta charset="utf-8"/>
   <title>Eclipse Lyo - Enabling Tool Integration with OSLC</title>
+  <!-- Google Tag Manager -->
+  <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
+    new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
+    j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
+    'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
+    })(window,document,'script','dataLayer','GTM-ND2BG3K');</script>
+  <!-- End Google Tag Manager -->
   <link rel="stylesheet" type="text/css" href="style.css">
   <link rel="stylesheet" type="text/css" href="static/css/prism.css">
   <link href="style-new.css" rel="stylesheet">
@@ -28,7 +35,7 @@
   </div>
 
   <div class="content">
-    <p class="oslc-introtext">Eclipse Lyo is an <abbr title="Software Development Kit">SDK</abbr> to help the Eclipse
+    <p class="oslc-introtext">Eclipse Lyo is an SDK to help the Eclipse
       community adopt <a href="http://oslc.co"><abbr title="Open Services for Lifecycle Collaboration">OSLC</abbr></a>
       (Open Services for Lifecycle Collaboration) specifications and build OSLC-compliant tools.</p>
 
@@ -71,12 +78,12 @@
       <pre><code class="language-xml">&lt;dependency&gt;
     &lt;groupId&gt;org.eclipse.lyo.oslc4j.core&lt;/groupId&gt;
     &lt;artifactId&gt;oslc4j-core&lt;/artifactId&gt;
-    &lt;version&gt;2.2.0&lt;/version&gt;
+    &lt;version&gt;2.3.0&lt;/version&gt;
 &lt;/dependency&gt;</code></pre>
 
 
       <p>Learn more about OSLC4J on <a href="https://wiki.eclipse.org/Lyo/LyoOSLC4J">Eclipse Lyo Wiki</a> and in the <a
-          href="https://download.eclipse.org/lyo/docs/core/2.2.0/overview-summary.html">Javadocs</a>. You might enjoy the
+          href="http://download.eclipse.org/lyo/docs/core/2.3.0/overview-summary.html">Javadocs</a>. You might enjoy the
         <a href="https://open-services.net/resources/tutorials/integrating-products-with-oslc/">OSLC tutorial based on
           Lyo</a>.</p>
     </div>
@@ -91,16 +98,16 @@
       <pre><code class="language-xml">&lt;dependency&gt;
     &lt;groupId&gt;org.eclipse.lyo.clients&lt;/groupId&gt;
     &lt;artifactId&gt;oslc-java-client&lt;/artifactId&gt;
-    &lt;version&gt;2.2.0&lt;/version&gt;
+    &lt;version&gt;2.3.0&lt;/version&gt;
 &lt;/dependency&gt;</code></pre>
 
 
       <p>Learn more about Lyo Client on <a href="https://wiki.eclipse.org/Lyo/BuildClient">Eclipse Lyo Wiki</a> and in
         the <a
-            href="https://download.eclipse.org/lyo/docs/client/2.2.0/overview-summary.html">Javadocs</a>.</p>
+            href="http://download.eclipse.org/lyo/docs/client/2.3.0/overview-summary.html">Javadocs</a>.</p>
     </div>
 
-    
+
     <div class="gutter">
       <h3 class="h3">Using Toolchain Designer</h3>
       <p>
@@ -151,21 +158,10 @@
 
 <script src="static/js/prism.js"></script>
 
-<script>
-  (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-24416914-2', 'eclipse.org');
-  ga('send', 'pageview');
-</script>
-</body>
+<!-- Google Tag Manager (noscript) -->
+<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-ND2BG3K"
+  height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
+<!-- End Google Tag Manager (noscript) -->
 
+</body>
 </html>
diff --git a/pages/_dependencies.html b/pages/_dependencies.html
index 31d8478..05a585c 100644
--- a/pages/_dependencies.html
+++ b/pages/_dependencies.html
@@ -1,4 +1,4 @@
-<!-- 
+<!--
 <!DOCTYPE html>
 <html lang="en">
 <head>
@@ -11,7 +11,7 @@
 <div id="novawrapper">
  -->
 
-<!-- 
+<!--
 	<div id="bigbuttons">
 	<h3>Primary Links</h3>
 	<ul>
@@ -145,8 +145,15 @@
 
 </div> <!-- /.oslc-main-content -->
 
+  <!-- Google Tag Manager -->
+  <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
+    new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
+    j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
+    'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
+    })(window,document,'script','dataLayer','GTM-ND2BG3K');</script>
+  <!-- End Google Tag Manager -->
 
-<!-- 
+<!--
 </div>
 
 </body>
diff --git a/pages/_download.html b/pages/_download.html
index 754c795..c4ccaec 100644
--- a/pages/_download.html
+++ b/pages/_download.html
@@ -1,4 +1,4 @@
-<!-- 
+<!--
 <!DOCTYPE html>
 <html lang="en">
 <head>
@@ -11,7 +11,7 @@
 <div id="novawrapper">
  -->
 
-<!-- 
+<!--
 	<div id="bigbuttons">
 	<h3>Primary Links</h3>
 	<ul>
@@ -69,7 +69,7 @@
       </a>
 
       <p>
-      Note: Eclipse/Lyo no longer builds aggregated JAR files for each release. Rather Eclipse/Lyo has more fully embraced Maven in two new ways. First, all Eclipse/Lyo projects are now Maven (not eclipse) projects. In practice that means that the eclipse .classpath, .settings and .project files are no longer stored in the git repositories. Instead eclipse IDE users should load Eclipse/Lyo projects as Maven projects. This will automatically construct the eclipse .classpath, .settings and .projects files from the information in the pom.xml file. This ensures the eclipse build and the maven builds will be in sync, using the same environment and dependencies. It will also display the projects using their artifact ids in the eclipse project explorer. This will hopefully reduce confusion between different names for the same thing. 
+      Note: Eclipse/Lyo no longer builds aggregated JAR files for each release. Rather Eclipse/Lyo has more fully embraced Maven in two new ways. First, all Eclipse/Lyo projects are now Maven (not eclipse) projects. In practice that means that the eclipse .classpath, .settings and .project files are no longer stored in the git repositories. Instead eclipse IDE users should load Eclipse/Lyo projects as Maven projects. This will automatically construct the eclipse .classpath, .settings and .projects files from the information in the pom.xml file. This ensures the eclipse build and the maven builds will be in sync, using the same environment and dependencies. It will also display the projects using their artifact ids in the eclipse project explorer. This will hopefully reduce confusion between different names for the same thing.
       </p>
       <p>Second, users of the OSLC4J SDK should use Maven to handle project dependencies. This makes it easier to manage the dependencies, and to build different projects with different versions of OSLC4J SDK in the same SDK. Users who do not wish to use Maven projects can download the JAR files from the <a href="https://mvnrepository.com/artifact/org.eclipse.lyo.oslc4j">MVN Repository</a>.
       </p>
@@ -125,6 +125,13 @@
 
   </div> <!-- /.oslc-main-content -->
 
+  <!-- Google Tag Manager -->
+  <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
+    new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
+    j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
+    'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
+    })(window,document,'script','dataLayer','GTM-ND2BG3K');</script>
+  <!-- End Google Tag Manager -->
 
   <!--
   </div>
diff --git a/pages/_index.html b/pages/_index.html
index deceded..d291bc0 100644
--- a/pages/_index.html
+++ b/pages/_index.html
@@ -1,21 +1,3 @@
-<!--
-        <div class="lyo-header">
-
-            <a href="/lyo">
-            <div class="lyo-logo">
-                <div class="bannerContent">
-                    <div class="logo-image dib"></div>
-                    <span class="logo-text dib">
-                        <span class="logo-top db">Eclipse Lyo</span>
-                        <span class="logo-bottom db">Enabling tool integration with <abbr title="Open Services for Lifecycle Collaboration">OSLC</abbr></span>
-                    </span>
-                </div>
-            </div>
-            </a>
-
-        </div>
--->
-
 <div class="content">
   <p class="oslc-introtext">Eclipse Lyo is an <abbr title="Software Development Kit">SDK</abbr> to help the Eclipse
     community adopt <a href="http://oslc.co"><abbr title="Open Services for Lifecycle Collaboration">OSLC</abbr></a>
@@ -56,19 +38,10 @@
   <a class="footerLink" href="http://wiki.eclipse.org/Lyo/ContributorsGettingStarted">Contribute to Lyo</a>
 </div>
 
-<script>
-  (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-24416914-2', 'eclipse.org');
-  ga('send', 'pageview');
-</script>
-
+  <!-- Google Tag Manager -->
+  <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
+    new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
+    j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
+    'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
+    })(window,document,'script','dataLayer','GTM-ND2BG3K');</script>
+  <!-- End Google Tag Manager -->
diff --git a/pages/_previous-releases.html b/pages/_previous-releases.html
index d37abeb..b8204b9 100644
--- a/pages/_previous-releases.html
+++ b/pages/_previous-releases.html
@@ -1,4 +1,4 @@
-<!-- 
+<!--
 <!DOCTYPE html>
 <html lang="en">
 <head>
@@ -11,7 +11,7 @@
 <div id="novawrapper">
  -->
 
-<!-- 
+<!--
 	<div id="bigbuttons">
 	<h3>Primary Links</h3>
 	<ul>
@@ -205,8 +205,14 @@
 
 </div> <!-- /.oslc-main-content -->
 
-
-<!-- 
+<!-- Google Tag Manager -->
+<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
+new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
+j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
+'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
+})(window,document,'script','dataLayer','GTM-ND2BG3K');</script>
+<!-- End Google Tag Manager -->
+<!--
 </div>
 
 </body>
diff --git a/previous-releases.php b/previous-releases.php
index 14c1f76..ce09352 100644
--- a/previous-releases.php
+++ b/previous-releases.php
@@ -1,5 +1,3 @@
-
-
 <?php
 /*******************************************************************************
  * Copyright (c) 2009 Eclipse Foundation and others.
@@ -9,19 +7,19 @@
  * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
- *    
+ *
  *******************************************************************************/
 
 	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); 	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); 	$App 	= new App();	$Nav	= new Nav();	$Menu 	= new Menu();		include($App->getProjectCommon());
-	
+
 	$localVersion = false;
-	
+
 	# Define these here, or in _projectCommon.php for site-wide values
 	$pageKeywords	= "eclipse, project, lyo, oslc, open services for lifecycle collaboration";
 	$pageAuthor		= "Mike Fiedler";
 	$pageTitle 		= "Eclipse Lyo Downloads";
-	
-	
+
+
 	// 	# Paste your HTML content between the EOHTML markers!
 	$html = $html = file_get_contents('pages/_previous-releases.html');
 
diff --git a/project-info/executive-summary.html b/project-info/executive-summary.html
index 5acc4c3..7c89e41 100755
--- a/project-info/executive-summary.html
+++ b/project-info/executive-summary.html
@@ -12,5 +12,12 @@
   Lyo is designed to be a companion to the continuing specification efforts of the OSLC community.
   Its main purpose is to expand adoption of OSLC specifications and to enable the Eclipse community to easily build OSLC
   compliant tools.</p>
+  <!-- Google Tag Manager -->
+  <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
+    new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
+    j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
+    'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
+    })(window,document,'script','dataLayer','GTM-ND2BG3K');</script>
+  <!-- End Google Tag Manager -->
 </body>
 </html>
\ No newline at end of file