Repository: systemml-website
Updated Branches:
  refs/heads/master 239a86e50 -> 5f0f7508a


Add 1.2.0 link to documentation page


Project: http://git-wip-us.apache.org/repos/asf/systemml-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/systemml-website/commit/5f0f7508
Tree: http://git-wip-us.apache.org/repos/asf/systemml-website/tree/5f0f7508
Diff: http://git-wip-us.apache.org/repos/asf/systemml-website/diff/5f0f7508

Branch: refs/heads/master
Commit: 5f0f7508a6aa63b10985548fc5e713bc05f7d56d
Parents: 239a86e
Author: Berthold Reinwald <reinw...@us.ibm.com>
Authored: Fri Aug 24 17:07:13 2018 -0700
Committer: Berthold Reinwald <reinw...@us.ibm.com>
Committed: Fri Aug 24 17:07:13 2018 -0700

----------------------------------------------------------------------
 _src/_data/project.yml  | 2 +-
 _src/documentation.html | 1 +
 package.json            | 4 ++--
 3 files changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/systemml-website/blob/5f0f7508/_src/_data/project.yml
----------------------------------------------------------------------
diff --git a/_src/_data/project.yml b/_src/_data/project.yml
index c8282bb..e141033 100644
--- a/_src/_data/project.yml
+++ b/_src/_data/project.yml
@@ -50,7 +50,7 @@ issues_list_archive_markmail:
 jira: SYSTEMML
 
 release_name: systemml
-release_version: 1.1.0
+release_version: 1.2.0
 
 source_repository: https://git-wip-us.apache.org/repos/asf/systemml.git
 source_repository_mirror: https://github.com/apache/systemml

http://git-wip-us.apache.org/repos/asf/systemml-website/blob/5f0f7508/_src/documentation.html
----------------------------------------------------------------------
diff --git a/_src/documentation.html b/_src/documentation.html
index ba0664f..6c19173 100644
--- a/_src/documentation.html
+++ b/_src/documentation.html
@@ -39,6 +39,7 @@ limitations under the License.
       <p>Documentation such as programming guides, reference guides, and API 
docs is available online for each version of SystemML below:</p>
       <ul>
         <li><a href="http://apache.github.io/systemml/";>Latest</a></li>
+        <li><a href="docs/1.2.0/index.html">1.2.0</a></li>
         <li><a href="docs/1.1.0/index.html">1.1.0</a></li>
         <li><a href="docs/1.0.0/index.html">1.0.0</a></li>
         <li><a href="docs/0.15.0/index.html">0.15.0</a></li>

http://git-wip-us.apache.org/repos/asf/systemml-website/blob/5f0f7508/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 58ae998..a1a0495 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
   "main": "index.js",
   "dependencies": {},
   "devDependencies": {
-    "browser-sync": "^2.23.6",
+    "browser-sync": "^2.24.6",
     "gulp": "^3.9.1",
     "gulp-concat": "^2.6.1",
     "gulp-if": "^2.0.1",
@@ -14,7 +14,7 @@
     "gulp-uglify": "^2.1.2",
     "gulp-useref": "^3.1.2",
     "gulp-util": "^3.0.7",
-    "susy": "^2.2.12"
+    "susy": "^2.2.14"
   },
   "scripts": {
     "test": "echo \"Error: no test specified\" && exit 1"

Reply via email to