You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by al...@apache.org on 2016/12/03 03:22:36 UTC

nifi-minifi-cpp git commit: MINIFI-146 Advancing project version.

Repository: nifi-minifi-cpp
Updated Branches:
  refs/heads/master bd9635035 -> e678ef30f


MINIFI-146 Advancing project version.


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

Branch: refs/heads/master
Commit: e678ef30fdad9fe987cfffc44195197032b30098
Parents: bd96350
Author: Aldrin Piri <al...@apache.org>
Authored: Fri Dec 2 22:22:15 2016 -0500
Committer: Aldrin Piri <al...@apache.org>
Committed: Fri Dec 2 22:22:23 2016 -0500

----------------------------------------------------------------------
 CMakeLists.txt           | 2 +-
 conf/minifi.properties   | 2 +-
 libminifi/CMakeLists.txt | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/e678ef30/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 162250e..4fd83f3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -22,7 +22,7 @@ cmake_minimum_required(VERSION 2.6)
 project(nifi-minifi-cpp)
 set(PROJECT_NAME "nifi-minifi-cpp")
 set(PROJECT_VERSION_MAJOR 0)
-set(PROJECT_VERSION_MINOR 1)
+set(PROJECT_VERSION_MINOR 2)
 set(PROJECT_VERSION_PATCH 0)
 
 #### Establish Project Configuration ####

http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/e678ef30/conf/minifi.properties
----------------------------------------------------------------------
diff --git a/conf/minifi.properties b/conf/minifi.properties
index da46653..245c21b 100644
--- a/conf/minifi.properties
+++ b/conf/minifi.properties
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 # Core Properties #
-nifi.version=0.1.0
+nifi.version=0.2.0
 nifi.flow.configuration.file=./conf/config.yml
 nifi.administrative.yield.duration=30 sec
 # If a component has no work to do (is "bored"), how long should we wait before checking again for work?

http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/e678ef30/libminifi/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/libminifi/CMakeLists.txt b/libminifi/CMakeLists.txt
index 2d6b84b..3e5eb87 100644
--- a/libminifi/CMakeLists.txt
+++ b/libminifi/CMakeLists.txt
@@ -22,7 +22,7 @@ cmake_minimum_required (VERSION 2.6)
 project(nifi-libminifi)
 set(PROJECT_NAME "nifi-libminifi")
 set(PROJECT_VERSION_MAJOR 0)
-set(PROJECT_VERSION_MINOR 1)
+set(PROJECT_VERSION_MINOR 2)
 set(PROJECT_VERSION_PATCH 0)