You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2015/07/18 02:47:51 UTC

nifi git commit: NIFI-768 updated site for TLP push

Repository: nifi
Updated Branches:
  refs/heads/develop 16cc08748 -> d68c7ec24


NIFI-768 updated site for TLP push


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

Branch: refs/heads/develop
Commit: d68c7ec24a4736854bd9319640af8c5113641fae
Parents: 16cc087
Author: joewitt <jo...@apache.org>
Authored: Fri Jul 17 20:47:42 2015 -0400
Committer: joewitt <jo...@apache.org>
Committed: Fri Jul 17 20:47:42 2015 -0400

----------------------------------------------------------------------
 nifi-site/Gruntfile.js | 2 +-
 nifi-site/README.md    | 6 +++---
 nifi-site/bower.json   | 4 ++--
 nifi-site/package.json | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/d68c7ec2/nifi-site/Gruntfile.js
----------------------------------------------------------------------
diff --git a/nifi-site/Gruntfile.js b/nifi-site/Gruntfile.js
index 42ecd8f..161b47f 100644
--- a/nifi-site/Gruntfile.js
+++ b/nifi-site/Gruntfile.js
@@ -5,7 +5,7 @@ module.exports = function (grunt) {
     grunt.initConfig({
         config: {
             svn: {
-                url: 'https://svn.apache.org/repos/asf/incubator/nifi/site/trunk'
+                url: 'https://svn.apache.org/repos/asf/nifi/site/trunk'
             }
         },
         pkg: grunt.file.readJSON('package.json'),

http://git-wip-us.apache.org/repos/asf/nifi/blob/d68c7ec2/nifi-site/README.md
----------------------------------------------------------------------
diff --git a/nifi-site/README.md b/nifi-site/README.md
index 4b7906b..24dbf22 100644
--- a/nifi-site/README.md
+++ b/nifi-site/README.md
@@ -13,7 +13,7 @@
   limitations under the License.
 -->
 # About
-[Apache NiFi project] (http://nifi.incubator.apache.org).
+[Apache NiFi project] (http://nifi.apache.org).
 
 ## Getting Started
 
@@ -69,7 +69,7 @@ Because of this, Maven must be installed and available on the PATH. Additionally
 must be installed in order for the Maven build to succeed. Refer to the [NiFi][] 
 documentation for minimum requirements for Maven and Java. 
 
-[NiFi]: https://nifi.incubator.apache.org/quickstart.html
+[NiFi]: https://nifi.apache.org/quickstart.html
 
 ```bash
 grunt
@@ -150,4 +150,4 @@ Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
-limitations under the License.
\ No newline at end of file
+limitations under the License.

http://git-wip-us.apache.org/repos/asf/nifi/blob/d68c7ec2/nifi-site/bower.json
----------------------------------------------------------------------
diff --git a/nifi-site/bower.json b/nifi-site/bower.json
index 6ced6f7..b9a0b32 100644
--- a/nifi-site/bower.json
+++ b/nifi-site/bower.json
@@ -1,11 +1,11 @@
 {
   "name": "apache-nifi-site",
-  "version": "0.0.2-incubating",
+  "version": "0.2.0",
   "description": "The artifacts for the Apache NiFi site.",
   "private": "true",
   "repository": {
     "type": "git",
-    "url": "http://git-wip-us.apache.org/repos/asf/incubator-nifi.git"
+    "url": "http://git-wip-us.apache.org/repos/asf/nifi.git"
   },
   "dependencies": {
     "foundation": "~5.5.1",

http://git-wip-us.apache.org/repos/asf/nifi/blob/d68c7ec2/nifi-site/package.json
----------------------------------------------------------------------
diff --git a/nifi-site/package.json b/nifi-site/package.json
index dbd8ab5..f299d4d 100644
--- a/nifi-site/package.json
+++ b/nifi-site/package.json
@@ -1,11 +1,11 @@
 {
   "name": "apache-nifi-site",
-  "version": "0.1.0-incubating",
+  "version": "0.2.0",
   "description": "The artifacts for the Apache NiFi site.",
   "private": "true",
   "repository": {
     "type": "git",
-    "url": "http://git-wip-us.apache.org/repos/asf/incubator-nifi.git"
+    "url": "http://git-wip-us.apache.org/repos/asf/nifi.git"
   },
   "devDependencies": {
     "assemble": "^0.4.42",