You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ij...@apache.org on 2016/07/20 13:43:52 UTC

nifi-site git commit: Added myself to comitters, NIFI-2327: JQeury version work-around

Repository: nifi-site
Updated Branches:
  refs/heads/master 476641499 -> f6f0c58ec


Added myself to comitters, NIFI-2327: JQeury version work-around


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

Branch: refs/heads/master
Commit: f6f0c58ecc646d0ecac9e18992afd736cfe0dab0
Parents: 4766414
Author: Koji Kawamura <ij...@apache.org>
Authored: Wed Jul 20 22:42:49 2016 +0900
Committer: Koji Kawamura <ij...@apache.org>
Committed: Wed Jul 20 22:42:49 2016 +0900

----------------------------------------------------------------------
 bower.json                | 1 +
 src/pages/html/people.hbs | 5 +++++
 2 files changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-site/blob/f6f0c58e/bower.json
----------------------------------------------------------------------
diff --git a/bower.json b/bower.json
index b9a0b32..7126395 100644
--- a/bower.json
+++ b/bower.json
@@ -8,6 +8,7 @@
     "url": "http://git-wip-us.apache.org/repos/asf/nifi.git"
   },
   "dependencies": {
+    "jquery": "~2.1.4",
     "foundation": "~5.5.1",
     "font-awesome": "~4.3.0",
     "webfontloader": "~1.5.14"

http://git-wip-us.apache.org/repos/asf/nifi-site/blob/f6f0c58e/src/pages/html/people.hbs
----------------------------------------------------------------------
diff --git a/src/pages/html/people.hbs b/src/pages/html/people.hbs
index ff0d1b5..be39e2d 100644
--- a/src/pages/html/people.hbs
+++ b/src/pages/html/people.hbs
@@ -158,6 +158,11 @@ title: Apache NiFi Team
         <td>Pierre Villard</td>
         <td></td>
     </tr>
+    <tr>
+        <td>ijokarumawak</td>
+        <td>Koji Kawamura</td>
+        <td></td>
+    </tr>
 </table>
 </div>
 </div>