Repository: systemml-website
Updated Branches:
  refs/heads/master 24affb7a7 -> ebc2ac593


Add 1.1.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/ebc2ac59
Tree: http://git-wip-us.apache.org/repos/asf/systemml-website/tree/ebc2ac59
Diff: http://git-wip-us.apache.org/repos/asf/systemml-website/diff/ebc2ac59

Branch: refs/heads/master
Commit: ebc2ac59389d9b2d8c8946254ebfe6c07f6268a2
Parents: 24affb7
Author: Berthold Reinwald <[email protected]>
Authored: Thu Mar 29 13:04:10 2018 -0700
Committer: Berthold Reinwald <[email protected]>
Committed: Thu Mar 29 13:04:10 2018 -0700

----------------------------------------------------------------------
 _src/_data/project.yml  |  2 +-
 _src/documentation.html |  1 +
 gulpfile.js             |  2 +-
 package.json            | 12 +++++-------
 4 files changed, 8 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/systemml-website/blob/ebc2ac59/_src/_data/project.yml
----------------------------------------------------------------------
diff --git a/_src/_data/project.yml b/_src/_data/project.yml
index 391ed1a..c8282bb 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.0.0
+release_version: 1.1.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/ebc2ac59/_src/documentation.html
----------------------------------------------------------------------
diff --git a/_src/documentation.html b/_src/documentation.html
index 5f3963e..ba0664f 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.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>
         <li><a href="docs/0.14.0/index.html">0.14.0</a></li>

http://git-wip-us.apache.org/repos/asf/systemml-website/blob/ebc2ac59/gulpfile.js
----------------------------------------------------------------------
diff --git a/gulpfile.js b/gulpfile.js
index 99aa00a..c9161a9 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -49,7 +49,7 @@ gulp.task('js', () => {
 
 gulp.task('jekyll:build', (done) => {
   browserSync.notify(config.messages.jekyllBuild);
-  const jekyll = child.spawn('jekyll', ['build', '--incremental', '--drafts'], 
{stdio: 'inherit'})
+  const jekyll = child.spawn('jekyll', ['build', '--drafts'], {stdio: 
'inherit'})
     .on('close', done);
 });
 

http://git-wip-us.apache.org/repos/asf/systemml-website/blob/ebc2ac59/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 203fa91..58ae998 100644
--- a/package.json
+++ b/package.json
@@ -3,17 +3,15 @@
   "version": "0.1.0",
   "description": "",
   "main": "index.js",
-  "dependencies": {
-    "gulp": "^3.9.1"
-  },
+  "dependencies": {},
   "devDependencies": {
-    "browser-sync": "^2.17.0",
+    "browser-sync": "^2.23.6",
     "gulp": "^3.9.1",
-    "gulp-concat": "^2.6.0",
+    "gulp-concat": "^2.6.1",
     "gulp-if": "^2.0.1",
     "gulp-sass": "^2.3.2",
-    "gulp-sourcemaps": "^1.9.1",
-    "gulp-uglify": "^2.0.0",
+    "gulp-sourcemaps": "^1.12.1",
+    "gulp-uglify": "^2.1.2",
     "gulp-useref": "^3.1.2",
     "gulp-util": "^3.0.7",
     "susy": "^2.2.12"

Reply via email to