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 2017/05/10 19:37:11 UTC

nifi-minifi-cpp git commit: MINIFI-267 Updating code for next development version, 0.3.0

Repository: nifi-minifi-cpp
Updated Branches:
  refs/heads/master fa913b417 -> 7647b7c20


MINIFI-267 Updating code for next development version, 0.3.0


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/7647b7c2
Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/tree/7647b7c2
Diff: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/diff/7647b7c2

Branch: refs/heads/master
Commit: 7647b7c2026c85ab83218b8cb306317e540657f3
Parents: fa913b4
Author: Aldrin Piri <al...@apache.org>
Authored: Wed May 10 15:36:49 2017 -0400
Committer: Aldrin Piri <al...@apache.org>
Committed: Wed May 10 15:36:49 2017 -0400

----------------------------------------------------------------------
 CMakeLists.txt           | 2 +-
 README.md                | 6 +++---
 libminifi/CMakeLists.txt | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/7647b7c2/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ce12c0e..066169d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -21,7 +21,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 2)
+set(PROJECT_VERSION_MINOR 3)
 set(PROJECT_VERSION_PATCH 0)
 option(test "Build all tests." ON)
 

http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/7647b7c2/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index ce7e6fa..a8b95b7 100644
--- a/README.md
+++ b/README.md
@@ -201,11 +201,11 @@ $ brew install cmake \
 ```
 ~/Development/code/apache/nifi-minifi-cpp/build
 $ make docker
-NiFi-MiNiFi-CPP Version: 0.2.0
+NiFi-MiNiFi-CPP Version: 0.3.0
 Current Working Directory: /Users/jdyer/Development/github/nifi-minifi-cpp/docker
 CMake Source Directory: /Users/jdyer/Development/github/nifi-minifi-cpp
-MiNiFi Package: nifi-minifi-cpp-0.2.0-bin.tar.gz
-Docker Command: 'docker build --build-arg UID=1000 --build-arg GID=1000 --build-arg MINIFI_VERSION=0.2.0 --build-arg MINIFI_PACKAGE=nifi-minifi-cpp-0.2.0-bin.tar.gz -t apacheminificpp:0.2.0 .'
+MiNiFi Package: nifi-minifi-cpp-0.3.0-bin.tar.gz
+Docker Command: 'docker build --build-arg UID=1000 --build-arg GID=1000 --build-arg MINIFI_VERSION=0.3.0 --build-arg MINIFI_PACKAGE=nifi-minifi-cpp-0.3.0-bin.tar.gz -t apacheminificpp:0.3.0 .'
 Sending build context to Docker daemon 777.2 kB
 Step 1 : FROM alpine:3.5
  ---> 88e169ea8f46

http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/7647b7c2/libminifi/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/libminifi/CMakeLists.txt b/libminifi/CMakeLists.txt
index 08f7e3c..a8da0e0 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 2)
+set(PROJECT_VERSION_MINOR 3)
 set(PROJECT_VERSION_PATCH 0)