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 2018/11/01 14:59:18 UTC

nifi-minifi git commit: MINIFI-477 Upgrade dependencies to 1.8.0

Repository: nifi-minifi
Updated Branches:
  refs/heads/master 1fee6f0f0 -> aab244d1a


MINIFI-477 Upgrade dependencies to 1.8.0

This closes #139.

Signed-off-by: Aldrin Piri <al...@apache.org>


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

Branch: refs/heads/master
Commit: aab244d1a488b8a5df157d440d75f3738acc3d81
Parents: 1fee6f0
Author: Aldrin Piri <al...@apache.org>
Authored: Wed Oct 24 09:34:31 2018 -0400
Committer: Aldrin Piri <al...@apache.org>
Committed: Thu Nov 1 10:58:14 2018 -0400

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-minifi/blob/aab244d1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8dba35e..c48e6da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,7 +98,7 @@ limitations under the License.
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <inceptionYear>2016</inceptionYear>
         <org.slf4j.version>1.7.25</org.slf4j.version>
-        <org.apache.nifi.version>1.7.1</org.apache.nifi.version>
+        <org.apache.nifi.version>1.8.0</org.apache.nifi.version>
         <logback.version>1.2.3</logback.version>
         <jetty.version>9.4.11.v20180605</jetty.version>
         <jersey.version>2.26</jersey.version>