From 362e3985f8a4c29e0d15a5eee30d0787f82b2d00 Mon Sep 17 00:00:00 2001 From: Sriharsha Chintalapani Date: Sat, 18 Sep 2021 21:02:19 -0700 Subject: [PATCH] set version to 0.4.0-SNAPSHOT --- 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 d973f3ff515..8db2855b1d5 100644 --- a/catalog-rest-service/pom.xml +++ b/catalog-rest-service/pom.xml @@ -5,7 +5,7 @@ catalog org.openmetadata - 0.5.0-SNAPSHOT + 0.4.0-SNAPSHOT 4.0.0 diff --git a/common/pom.xml b/common/pom.xml index afb0a88d788..19e942a7a76 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -22,7 +22,7 @@ catalog org.openmetadata - 0.5.0-SNAPSHOT + 0.4.0-SNAPSHOT 4.0.0 diff --git a/dist/pom.xml b/dist/pom.xml index 881d6dd339d..d2bb17af559 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -24,7 +24,7 @@ catalog org.openmetadata - 0.5.0-SNAPSHOT + 0.4.0-SNAPSHOT catalog-bin diff --git a/pom.xml b/pom.xml index 0338472daba..6a2ee9c243d 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ org.openmetadata catalog - 0.5.0-SNAPSHOT + 0.4.0-SNAPSHOT common catalog-rest-service