From 73a7c859523a6005fd497465a5c57b32143cebbd Mon Sep 17 00:00:00 2001 From: Csaba Galyo Date: Mon, 25 May 2020 14:54:08 +0200 Subject: [PATCH] CDPD-12784 Upgrade version of Schema Registry to 0.9.0 Change-Id: Ia025ec5922de6ec81581c0eb46913bcf34697145 --- cache/pom.xml | 4 ++-- common-auth/pom.xml | 4 ++-- common-client/pom.xml | 2 +- common/pom.xml | 2 +- docker/pom.xml | 4 ++-- examples/pom.xml | 4 ++-- examples/schema-registry/avro/pom.xml | 2 +- examples/schema-registry/pom.xml | 4 ++-- examples/schema-registry/schema-lifecycle/pom.xml | 4 ++-- examples/schema-registry/serdes/pom.xml | 4 ++-- model-registry/pom.xml | 2 +- pom.xml | 2 +- registry-dist/pom.xml | 2 +- schema-registry/authorizer/authorization-agent/pom.xml | 4 ++-- schema-registry/authorizer/authorizer-core/pom.xml | 2 +- schema-registry/authorizer/pom.xml | 2 +- schema-registry/authorizer/ranger-plugin/pom.xml | 2 +- .../authorizer/ranger-plugin/ranger-authorizer-shim/pom.xml | 2 +- .../authorizer/ranger-plugin/ranger-authorizer/pom.xml | 2 +- schema-registry/client/pom.xml | 2 +- schema-registry/common/pom.xml | 2 +- schema-registry/core/pom.xml | 2 +- schema-registry/pom.xml | 4 ++-- schema-registry/rest-service/pom.xml | 2 +- schema-registry/serdes/pom.xml | 2 +- storage/common/pom.xml | 4 ++-- storage/core/pom.xml | 2 +- storage/pom.xml | 2 +- storage/tool/pom.xml | 2 +- tag-registry/pom.xml | 2 +- webservice/pom.xml | 2 +- 31 files changed, 41 insertions(+), 41 deletions(-) diff --git a/cache/pom.xml b/cache/pom.xml index e69fb3c9b..d5097ed03 100644 --- a/cache/pom.xml +++ b/cache/pom.xml @@ -5,7 +5,7 @@ registries com.hortonworks.registries - 0.8.1-SNAPSHOT + 0.9.0-SNAPSHOT 4.0.0 @@ -123,4 +123,4 @@ - \ No newline at end of file + diff --git a/common-auth/pom.xml b/common-auth/pom.xml index 4adc2a4e3..bfa8c1ec5 100644 --- a/common-auth/pom.xml +++ b/common-auth/pom.xml @@ -5,12 +5,12 @@ registries com.hortonworks.registries - 0.8.1-SNAPSHOT + 0.9.0-SNAPSHOT 4.0.0 common-auth - 0.8.1-SNAPSHOT + 0.9.0-SNAPSHOT diff --git a/common-client/pom.xml b/common-client/pom.xml index 7c0d24cdb..2ad1ce05d 100644 --- a/common-client/pom.xml +++ b/common-client/pom.xml @@ -5,7 +5,7 @@ registries com.hortonworks.registries - 0.8.1-SNAPSHOT + 0.9.0-SNAPSHOT 4.0.0 diff --git a/common/pom.xml b/common/pom.xml index 6a911b339..a38bbc279 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -5,7 +5,7 @@ com.hortonworks.registries registries - 0.8.1-SNAPSHOT + 0.9.0-SNAPSHOT 4.0.0 diff --git a/docker/pom.xml b/docker/pom.xml index 039baf83e..0ce72397b 100644 --- a/docker/pom.xml +++ b/docker/pom.xml @@ -20,7 +20,7 @@ limitations under the License. registries com.hortonworks.registries - 0.8.1-SNAPSHOT + 0.9.0-SNAPSHOT ../pom.xml @@ -68,4 +68,4 @@ limitations under the License. - \ No newline at end of file + diff --git a/examples/pom.xml b/examples/pom.xml index 628c7903d..dffd45bfe 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -5,7 +5,7 @@ registries com.hortonworks.registries - 0.8.1-SNAPSHOT + 0.9.0-SNAPSHOT 4.0.0 @@ -16,4 +16,4 @@ schema-registry - \ No newline at end of file + diff --git a/examples/schema-registry/avro/pom.xml b/examples/schema-registry/avro/pom.xml index a8b22db78..52678645d 100644 --- a/examples/schema-registry/avro/pom.xml +++ b/examples/schema-registry/avro/pom.xml @@ -5,7 +5,7 @@ schema-registry-examples com.hortonworks.registries - 0.8.1-SNAPSHOT + 0.9.0-SNAPSHOT 4.0.0 diff --git a/examples/schema-registry/pom.xml b/examples/schema-registry/pom.xml index b09c058b6..75285ef8e 100644 --- a/examples/schema-registry/pom.xml +++ b/examples/schema-registry/pom.xml @@ -5,7 +5,7 @@ registry-examples com.hortonworks.registries - 0.8.1-SNAPSHOT + 0.9.0-SNAPSHOT 4.0.0 @@ -18,4 +18,4 @@ schema-lifecycle - \ No newline at end of file + diff --git a/examples/schema-registry/schema-lifecycle/pom.xml b/examples/schema-registry/schema-lifecycle/pom.xml index 3f8b659f2..67103da3e 100644 --- a/examples/schema-registry/schema-lifecycle/pom.xml +++ b/examples/schema-registry/schema-lifecycle/pom.xml @@ -5,7 +5,7 @@ schema-registry-examples com.hortonworks.registries - 0.8.1-SNAPSHOT + 0.9.0-SNAPSHOT 4.0.0 @@ -139,4 +139,4 @@ - \ No newline at end of file + diff --git a/examples/schema-registry/serdes/pom.xml b/examples/schema-registry/serdes/pom.xml index e6c78a063..ef2dfb8b4 100644 --- a/examples/schema-registry/serdes/pom.xml +++ b/examples/schema-registry/serdes/pom.xml @@ -5,7 +5,7 @@ schema-registry-examples com.hortonworks.registries - 0.8.1-SNAPSHOT + 0.9.0-SNAPSHOT 4.0.0 @@ -66,4 +66,4 @@ - \ No newline at end of file + diff --git a/model-registry/pom.xml b/model-registry/pom.xml index 5abacb9d7..6b570625d 100644 --- a/model-registry/pom.xml +++ b/model-registry/pom.xml @@ -5,7 +5,7 @@ registries com.hortonworks.registries - 0.8.1-SNAPSHOT + 0.9.0-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index 874f736b6..7809e505d 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.hortonworks.registries registries - 0.9.0 + 0.9.0-SNAPSHOT pom Registry diff --git a/registry-dist/pom.xml b/registry-dist/pom.xml index fb9616490..10fb28a79 100644 --- a/registry-dist/pom.xml +++ b/registry-dist/pom.xml @@ -20,7 +20,7 @@ registries com.hortonworks.registries - 0.8.1-SNAPSHOT + 0.9.0-SNAPSHOT ../pom.xml hortonworks-registries-bin diff --git a/schema-registry/authorizer/authorization-agent/pom.xml b/schema-registry/authorizer/authorization-agent/pom.xml index 069f97556..31329a915 100644 --- a/schema-registry/authorizer/authorization-agent/pom.xml +++ b/schema-registry/authorizer/authorization-agent/pom.xml @@ -5,12 +5,12 @@ schema-registry-authorizer com.hortonworks.registries - 0.8.1-SNAPSHOT + 0.9.0-SNAPSHOT 4.0.0 schema-registry-authorization-agent - 0.8.1-SNAPSHOT + 0.9.0-SNAPSHOT diff --git a/schema-registry/authorizer/authorizer-core/pom.xml b/schema-registry/authorizer/authorizer-core/pom.xml index 8da33f916..a72e1159b 100644 --- a/schema-registry/authorizer/authorizer-core/pom.xml +++ b/schema-registry/authorizer/authorizer-core/pom.xml @@ -5,7 +5,7 @@ schema-registry-authorizer com.hortonworks.registries - 0.8.1-SNAPSHOT + 0.9.0-SNAPSHOT 4.0.0 diff --git a/schema-registry/authorizer/pom.xml b/schema-registry/authorizer/pom.xml index 7384bd3e0..3e6538dd6 100644 --- a/schema-registry/authorizer/pom.xml +++ b/schema-registry/authorizer/pom.xml @@ -5,7 +5,7 @@ schema-registry com.hortonworks.registries - 0.8.1-SNAPSHOT + 0.9.0-SNAPSHOT 4.0.0 diff --git a/schema-registry/authorizer/ranger-plugin/pom.xml b/schema-registry/authorizer/ranger-plugin/pom.xml index 69b8a6c81..d25fe0a90 100644 --- a/schema-registry/authorizer/ranger-plugin/pom.xml +++ b/schema-registry/authorizer/ranger-plugin/pom.xml @@ -6,7 +6,7 @@ schema-registry-authorizer com.hortonworks.registries - 0.8.1-SNAPSHOT + 0.9.0-SNAPSHOT 4.0.0 schema-registry-ranger-plugin diff --git a/schema-registry/authorizer/ranger-plugin/ranger-authorizer-shim/pom.xml b/schema-registry/authorizer/ranger-plugin/ranger-authorizer-shim/pom.xml index 530b57f31..20d62ccd0 100644 --- a/schema-registry/authorizer/ranger-plugin/ranger-authorizer-shim/pom.xml +++ b/schema-registry/authorizer/ranger-plugin/ranger-authorizer-shim/pom.xml @@ -5,7 +5,7 @@ schema-registry-ranger-plugin com.hortonworks.registries - 0.8.1-SNAPSHOT + 0.9.0-SNAPSHOT 4.0.0 diff --git a/schema-registry/authorizer/ranger-plugin/ranger-authorizer/pom.xml b/schema-registry/authorizer/ranger-plugin/ranger-authorizer/pom.xml index 244a12825..c5bec537e 100644 --- a/schema-registry/authorizer/ranger-plugin/ranger-authorizer/pom.xml +++ b/schema-registry/authorizer/ranger-plugin/ranger-authorizer/pom.xml @@ -5,7 +5,7 @@ com.hortonworks.registries schema-registry-ranger-plugin - 0.8.1-SNAPSHOT + 0.9.0-SNAPSHOT 4.0.0 diff --git a/schema-registry/client/pom.xml b/schema-registry/client/pom.xml index c049a166d..fe3b6b936 100644 --- a/schema-registry/client/pom.xml +++ b/schema-registry/client/pom.xml @@ -5,7 +5,7 @@ schema-registry com.hortonworks.registries - 0.8.1-SNAPSHOT + 0.9.0-SNAPSHOT 4.0.0 diff --git a/schema-registry/common/pom.xml b/schema-registry/common/pom.xml index 0e97204c8..a4d52a713 100644 --- a/schema-registry/common/pom.xml +++ b/schema-registry/common/pom.xml @@ -5,7 +5,7 @@ schema-registry com.hortonworks.registries - 0.8.1-SNAPSHOT + 0.9.0-SNAPSHOT 4.0.0 diff --git a/schema-registry/core/pom.xml b/schema-registry/core/pom.xml index b6249da3e..d010a635c 100644 --- a/schema-registry/core/pom.xml +++ b/schema-registry/core/pom.xml @@ -5,7 +5,7 @@ schema-registry com.hortonworks.registries - 0.8.1-SNAPSHOT + 0.9.0-SNAPSHOT 4.0.0 diff --git a/schema-registry/pom.xml b/schema-registry/pom.xml index f744b2afe..0b62e8d60 100644 --- a/schema-registry/pom.xml +++ b/schema-registry/pom.xml @@ -5,7 +5,7 @@ registries com.hortonworks.registries - 0.8.1-SNAPSHOT + 0.9.0-SNAPSHOT 4.0.0 @@ -20,4 +20,4 @@ authorizer - \ No newline at end of file + diff --git a/schema-registry/rest-service/pom.xml b/schema-registry/rest-service/pom.xml index b626a1376..c221d7ef4 100644 --- a/schema-registry/rest-service/pom.xml +++ b/schema-registry/rest-service/pom.xml @@ -5,7 +5,7 @@ schema-registry com.hortonworks.registries - 0.8.1-SNAPSHOT + 0.9.0-SNAPSHOT 4.0.0 diff --git a/schema-registry/serdes/pom.xml b/schema-registry/serdes/pom.xml index 9fb1d4c8c..50a107b41 100644 --- a/schema-registry/serdes/pom.xml +++ b/schema-registry/serdes/pom.xml @@ -5,7 +5,7 @@ schema-registry com.hortonworks.registries - 0.8.1-SNAPSHOT + 0.9.0-SNAPSHOT 4.0.0 diff --git a/storage/common/pom.xml b/storage/common/pom.xml index 69ca4a34e..05a6b0853 100644 --- a/storage/common/pom.xml +++ b/storage/common/pom.xml @@ -5,10 +5,10 @@ storage com.hortonworks.registries - 0.8.1-SNAPSHOT + 0.9.0-SNAPSHOT 4.0.0 storage-common - \ No newline at end of file + diff --git a/storage/core/pom.xml b/storage/core/pom.xml index 0af432a86..b0a647ad2 100644 --- a/storage/core/pom.xml +++ b/storage/core/pom.xml @@ -5,7 +5,7 @@ storage com.hortonworks.registries - 0.8.1-SNAPSHOT + 0.9.0-SNAPSHOT 4.0.0 diff --git a/storage/pom.xml b/storage/pom.xml index d00cfe173..a8dc3341b 100644 --- a/storage/pom.xml +++ b/storage/pom.xml @@ -5,7 +5,7 @@ registries com.hortonworks.registries - 0.8.1-SNAPSHOT + 0.9.0-SNAPSHOT 4.0.0 diff --git a/storage/tool/pom.xml b/storage/tool/pom.xml index 744786d7f..d40a3624c 100644 --- a/storage/tool/pom.xml +++ b/storage/tool/pom.xml @@ -5,7 +5,7 @@ storage com.hortonworks.registries - 0.8.1-SNAPSHOT + 0.9.0-SNAPSHOT 4.0.0 diff --git a/tag-registry/pom.xml b/tag-registry/pom.xml index cd5fffd86..98e33ff83 100644 --- a/tag-registry/pom.xml +++ b/tag-registry/pom.xml @@ -5,7 +5,7 @@ registries com.hortonworks.registries - 0.8.1-SNAPSHOT + 0.9.0-SNAPSHOT 4.0.0 diff --git a/webservice/pom.xml b/webservice/pom.xml index 828680c30..3717ef49d 100644 --- a/webservice/pom.xml +++ b/webservice/pom.xml @@ -5,7 +5,7 @@ com.hortonworks.registries registries - 0.8.1-SNAPSHOT + 0.9.0-SNAPSHOT 4.0.0