diff --git a/pom.xml b/pom.xml index 3255e993ff8e118d9fde267def165a46eb9b52a1..e8bdd99b9e3b1cdc5f3341d773944cf378045f3a 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ <groupId>org.opengroup.osdu.unit-service</groupId> <artifactId>unit-service</artifactId> - <version>0.19.0-SNAPSHOT</version> + <version>0.20.0-SNAPSHOT</version> <packaging>pom</packaging> <name>unit-service</name> <description>Unit service</description> diff --git a/provider/unit-aws/pom.xml b/provider/unit-aws/pom.xml index f2bac30c50b8592b209a3437081b9695e2a27296..f233c54e529f53516431ec442135f0b19d4cf928 100644 --- a/provider/unit-aws/pom.xml +++ b/provider/unit-aws/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>unit-service</artifactId> <groupId>org.opengroup.osdu.unit-service</groupId> - <version>0.19.0-SNAPSHOT</version> + <version>0.20.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/provider/unit-azure/unit-aks/pom.xml b/provider/unit-azure/unit-aks/pom.xml index 5e96e7b636f8640ff8058049364a460754d85b8d..84f308353cbc1ac6862411a72386d1f123916854 100644 --- a/provider/unit-azure/unit-aks/pom.xml +++ b/provider/unit-azure/unit-aks/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.opengroup.osdu.unit-service</groupId> <artifactId>unit-service</artifactId> - <version>0.19.0-SNAPSHOT</version> + <version>0.20.0-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/provider/unit-gc/unit-gke/pom.xml b/provider/unit-gc/unit-gke/pom.xml index 0838dd36a3f5f03d28fc3769ddb293710cac557f..8a7252b2ff9326d34fc3cc04fb1520e040126113 100644 --- a/provider/unit-gc/unit-gke/pom.xml +++ b/provider/unit-gc/unit-gke/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.opengroup.osdu.unit-service</groupId> <artifactId>unit-service</artifactId> - <version>0.19.0-SNAPSHOT</version> + <version>0.20.0-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/provider/unit-ibm/unit-ocp/pom.xml b/provider/unit-ibm/unit-ocp/pom.xml index 7976a1ef5cca9fa44798adca824b8e53c453baab..b637aeb7248819028dae8623bc33df28af7015e7 100644 --- a/provider/unit-ibm/unit-ocp/pom.xml +++ b/provider/unit-ibm/unit-ocp/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.opengroup.osdu.unit-service</groupId> <artifactId>unit-service</artifactId> - <version>0.19.0-SNAPSHOT</version> + <version>0.20.0-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/unit-core/pom.xml b/unit-core/pom.xml index 2c7a1c65bb70a8c9d5a24cf21d4c9776b8620cb7..0d0a6a2424ad5b526e7646a6c66275e9e8409019 100644 --- a/unit-core/pom.xml +++ b/unit-core/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.opengroup.osdu.unit-service</groupId> <artifactId>unit-service</artifactId> - <version>0.19.0-SNAPSHOT</version> + <version>0.20.0-SNAPSHOT</version> </parent> <artifactId>unit-core</artifactId>