Repository: apex-site
Updated Branches:
  refs/heads/master 82d6a98a7 -> 439b0d983


Update download page for Malhar 3.6 release.


Project: http://git-wip-us.apache.org/repos/asf/apex-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/apex-site/commit/439b0d98
Tree: http://git-wip-us.apache.org/repos/asf/apex-site/tree/439b0d98
Diff: http://git-wip-us.apache.org/repos/asf/apex-site/diff/439b0d98

Branch: refs/heads/master
Commit: 439b0d9838083802b49bdf07e334726cd0102f9c
Parents: 82d6a98
Author: Thomas Weise <[email protected]>
Authored: Thu Dec 8 08:53:04 2016 -0800
Committer: Thomas Weise <[email protected]>
Committed: Thu Dec 8 08:53:04 2016 -0800

----------------------------------------------------------------------
 build.sh                 |  2 +-
 releases.json            | 12 ++++++------
 src/pages/downloads.html |  3 ++-
 3 files changed, 9 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/apex-site/blob/439b0d98/build.sh
----------------------------------------------------------------------
diff --git a/build.sh b/build.sh
index 267c806..c59c39d 100755
--- a/build.sh
+++ b/build.sh
@@ -17,7 +17,7 @@ rm -rf content/docs
 cp -R docs content/docs
 git add content
 echo "Commiting changes to asf-site branch from master branch."
-git commit -m "from $COMMIT_HASH"
+git commit --author "Apex Dev <[email protected]>" -m "from $COMMIT_HASH"
 echo "-----------------------------------------------------"
 echo "BUILD SUCCESSFUL. You are now on the asf-site branch."
 echo "Run git push origin asf-site to update the live site."

http://git-wip-us.apache.org/repos/asf/apex-site/blob/439b0d98/releases.json
----------------------------------------------------------------------
diff --git a/releases.json b/releases.json
index b28219d..906f15c 100644
--- a/releases.json
+++ b/releases.json
@@ -18,16 +18,16 @@
   "malhar": {
     "src": [
       {
-        "version": "3.5.0",
-        "docs": "3.5",
+        "version": "3.6.0",
+        "docs": "3.6",
         "repo": "apex-malhar",
-        "date": 1472622216000
+        "date": 1480203354000
       },
       {
-        "version": "3.4.0",
-        "docs": "3.3",
+        "version": "3.5.0",
+        "docs": "3.5",
         "repo": "apex-malhar",
-        "date": 1464108400000
+        "date": 1472622216000
       }
     ]
   }

http://git-wip-us.apache.org/repos/asf/apex-site/blob/439b0d98/src/pages/downloads.html
----------------------------------------------------------------------
diff --git a/src/pages/downloads.html b/src/pages/downloads.html
index 3b89e62..a0ae899 100644
--- a/src/pages/downloads.html
+++ b/src/pages/downloads.html
@@ -100,7 +100,8 @@
           </small>
         </td>
         <td>
-          <a href="/docs/malhar-{{ version.docs }}">malhar-{{ version.docs 
}}</a><br>
+          <a href="/docs/malhar-{{ version.docs }}">user documentation</a><br>
+          <a 
href="https://ci.apache.org/projects/apex-malhar/apex-malhar-javadoc-release-{{ 
version.docs }}/index.html">javadoc</a><br>
         </td>
       </tr>
       {{/each}}

Reply via email to