diff --git a/catalog-rest-service/pom.xml b/catalog-rest-service/pom.xml index 8db2855b1d5..a40eccf2caf 100644 --- a/catalog-rest-service/pom.xml +++ b/catalog-rest-service/pom.xml @@ -5,7 +5,7 @@ catalog org.openmetadata - 0.4.0-SNAPSHOT + 0.4.0 4.0.0 diff --git a/common/pom.xml b/common/pom.xml index 19e942a7a76..23836508e46 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -22,7 +22,7 @@ catalog org.openmetadata - 0.4.0-SNAPSHOT + 0.4.0 4.0.0 diff --git a/dist/pom.xml b/dist/pom.xml index d2bb17af559..d05cd9f5eb5 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -24,7 +24,7 @@ catalog org.openmetadata - 0.4.0-SNAPSHOT + 0.4.0 catalog-bin diff --git a/dist/src/main/assembly/binary.xml b/dist/src/main/assembly/binary.xml index 6a5bbb21998..19669e7f38e 100644 --- a/dist/src/main/assembly/binary.xml +++ b/dist/src/main/assembly/binary.xml @@ -59,7 +59,15 @@ bootstrap + + ${project.basedir}./ingestion/pipelines + ingestion/pipelines + + + ${project.basedir}./ingestion/examples + ingestion/examples + diff --git a/pom.xml b/pom.xml index 6a2ee9c243d..c68705c3b43 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ org.openmetadata catalog - 0.4.0-SNAPSHOT + 0.4.0 common catalog-rest-service