You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by mt...@apache.org on 2018/07/07 01:02:13 UTC

nifi git commit: NIFI-4811 Updated spring-data-redis to the latest version

Repository: nifi
Updated Branches:
  refs/heads/master 3764b77b7 -> d31a91955


NIFI-4811 Updated spring-data-redis to the latest version

This closes #2845

Signed-off-by: Mike Thomsen <mi...@gmail.com>


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

Branch: refs/heads/master
Commit: d31a919553c533a7385a5274d15c72a2a82a9c21
Parents: 3764b77
Author: Jan Hentschel <ja...@ultratendency.com>
Authored: Thu Jul 5 20:28:37 2018 +0200
Committer: Mike Thomsen <mi...@gmail.com>
Committed: Fri Jul 6 21:01:54 2018 -0400

----------------------------------------------------------------------
 nifi-nar-bundles/nifi-redis-bundle/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/d31a9195/nifi-nar-bundles/nifi-redis-bundle/pom.xml
----------------------------------------------------------------------
diff --git a/nifi-nar-bundles/nifi-redis-bundle/pom.xml b/nifi-nar-bundles/nifi-redis-bundle/pom.xml
index 0919ad1..0ae50bc 100644
--- a/nifi-nar-bundles/nifi-redis-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-redis-bundle/pom.xml
@@ -28,7 +28,7 @@
     <packaging>pom</packaging>
 
     <properties>
-        <spring.data.redis.version>1.8.11.RELEASE</spring.data.redis.version>
+        <spring.data.redis.version>2.0.8.RELEASE</spring.data.redis.version>
     </properties>
 
     <modules>