From f96399110206c564c45bcbbd05771ce43bca32b4 Mon Sep 17 00:00:00 2001 From: Sriharsha Chintalapani Date: Wed, 13 Oct 2021 22:18:21 -0700 Subject: [PATCH] Set version to 0.5.0 release --- catalog-rest-service/pom.xml | 2 +- common/pom.xml | 2 +- dist/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/catalog-rest-service/pom.xml b/catalog-rest-service/pom.xml index 7d0b50e7736..13fe418be35 100644 --- a/catalog-rest-service/pom.xml +++ b/catalog-rest-service/pom.xml @@ -5,7 +5,7 @@ catalog org.openmetadata - 0.6.0-SNAPSHOT + 0.5.0 4.0.0 diff --git a/common/pom.xml b/common/pom.xml index c6715797791..820f81058da 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -22,7 +22,7 @@ catalog org.openmetadata - 0.6.0-SNAPSHOT + 0.5.0 4.0.0 diff --git a/dist/pom.xml b/dist/pom.xml index 341fca8e785..49d50c75b5a 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -24,7 +24,7 @@ catalog org.openmetadata - 0.6.0-SNAPSHOT + 0.5.0 catalog-bin diff --git a/pom.xml b/pom.xml index 242d30e410c..adfe4374aaf 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ org.openmetadata catalog - 0.6.0-SNAPSHOT + 0.5.0 common catalog-rest-service