You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by bb...@apache.org on 2017/05/26 22:00:23 UTC

nifi git commit: NIFI-3984 - upgraded version of schema-registry client to 0.2.1

Repository: nifi
Updated Branches:
  refs/heads/master 80dfe0257 -> dd50745a9


NIFI-3984 - upgraded version of schema-registry client to 0.2.1

This closes #1866.

Signed-off-by: Bryan Bende <bb...@apache.org>


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

Branch: refs/heads/master
Commit: dd50745a9f53982a3e53f9adbc0e1c45fb9e75bc
Parents: 80dfe02
Author: Yolanda M. Davis <yo...@gmail.com>
Authored: Fri May 26 13:49:24 2017 -0400
Committer: Bryan Bende <bb...@apache.org>
Committed: Fri May 26 17:59:53 2017 -0400

----------------------------------------------------------------------
 .../nifi-hwx-schema-registry-service/pom.xml                       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/dd50745a/nifi-nar-bundles/nifi-standard-services/nifi-hwx-schema-registry-bundle/nifi-hwx-schema-registry-service/pom.xml
----------------------------------------------------------------------
diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-hwx-schema-registry-bundle/nifi-hwx-schema-registry-service/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-hwx-schema-registry-bundle/nifi-hwx-schema-registry-service/pom.xml
index fefcc72..574831b 100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-hwx-schema-registry-bundle/nifi-hwx-schema-registry-service/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-hwx-schema-registry-bundle/nifi-hwx-schema-registry-service/pom.xml
@@ -54,7 +54,7 @@ limitations under the License.
         <dependency>
             <groupId>com.hortonworks.registries</groupId>
             <artifactId>schema-registry-client</artifactId>
-			<version>0.2.0</version>
+			<version>0.2.1</version>
 			<exclusions>
                 <exclusion>
                     <groupId>org.apache.avro</groupId>