diff --git a/pom.xml b/pom.xml index 97e25e89e466f5e7e20bce4667ad9e4731044cb4..38cb366726613c9d3c1d98a3b0b2c1f1a89b04cd 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.opengroup.osdu</groupId> <artifactId>os-register</artifactId> - <version>0.18.0-SNAPSHOT</version> + <version>0.19.0-SNAPSHOT</version> <description>Root Register Service project</description> <packaging>pom</packaging> diff --git a/provider/register-aws/pom.xml b/provider/register-aws/pom.xml index 9313923be99ab99e8ecfaf9a3bfcae8e92a5c889..7ba0cbb854d78716501813df12108978070f8b9c 100644 --- a/provider/register-aws/pom.xml +++ b/provider/register-aws/pom.xml @@ -19,14 +19,14 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.opengroup.osdu</groupId> <artifactId>register-aws</artifactId> - <version>0.18.0-SNAPSHOT</version> + <version>0.19.0-SNAPSHOT</version> <description>Register service on AWS</description> <packaging>jar</packaging> <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-register</artifactId> - <version>0.18.0-SNAPSHOT</version> + <version>0.19.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <properties> @@ -123,7 +123,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>register-core</artifactId> - <version>0.18.0-SNAPSHOT</version> + <version>0.19.0-SNAPSHOT</version> <exclusions> <exclusion> <groupId>com.fasterxml.jackson.core</groupId> diff --git a/provider/register-azure/pom.xml b/provider/register-azure/pom.xml index 89a833f3a371471f2790f782e1f24117ed6cc232..5a72f4af3e2acc0a699c06865a5023dfbd25c5b3 100644 --- a/provider/register-azure/pom.xml +++ b/provider/register-azure/pom.xml @@ -20,14 +20,14 @@ <parent> <artifactId>os-register</artifactId> <groupId>org.opengroup.osdu</groupId> - <version>0.18.0-SNAPSHOT</version> + <version>0.19.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>register-azure</artifactId> <description>Register service on Azure</description> <packaging>jar</packaging> - <version>0.18.0-SNAPSHOT</version> + <version>0.19.0-SNAPSHOT</version> <properties> <osdu.corelibazure.version>0.18.0-rc3</osdu.corelibazure.version> <osdu.oscorecommon.version>0.15.0</osdu.oscorecommon.version> diff --git a/provider/register-gcp/pom.xml b/provider/register-gcp/pom.xml index 86e8d2e9f38af8e46b2a218ff769ffdb28b831cd..594394237209cc95e2527429b9d6101d806a476b 100644 --- a/provider/register-gcp/pom.xml +++ b/provider/register-gcp/pom.xml @@ -18,7 +18,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>register-gcp</artifactId> - <version>0.18.0-SNAPSHOT</version> + <version>0.19.0-SNAPSHOT</version> <description>Register service</description> <properties> @@ -49,7 +49,7 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-register</artifactId> - <version>0.18.0-SNAPSHOT</version> + <version>0.19.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -69,7 +69,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>register-core</artifactId> - <version>0.18.0-SNAPSHOT</version> + <version>0.19.0-SNAPSHOT</version> </dependency> <dependency> diff --git a/provider/register-ibm/pom.xml b/provider/register-ibm/pom.xml index 979e45dfb8859f96c4f864341cac491eb5c2a2b3..d29182bb20676d474fbc0bdf026122348af37191 100644 --- a/provider/register-ibm/pom.xml +++ b/provider/register-ibm/pom.xml @@ -16,14 +16,14 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.opengroup.osdu</groupId> <artifactId>register-ibm</artifactId> - <version>0.18.0-SNAPSHOT</version> + <version>0.19.0-SNAPSHOT</version> <description>Register service</description> <packaging>jar</packaging> <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-register</artifactId> - <version>0.18.0-SNAPSHOT</version> + <version>0.19.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -126,7 +126,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>register-core</artifactId> - <version>0.18.0-SNAPSHOT</version> + <version>0.19.0-SNAPSHOT</version> <exclusions> <exclusion> <groupId>org.apache.tomcat.embed</groupId> diff --git a/register-core/pom.xml b/register-core/pom.xml index 7d8f0633b8a9e9cea26adc50a8f1427c7822a983..7bdd24c1c7f4258f33d3d3d5545ff933f52369c0 100644 --- a/register-core/pom.xml +++ b/register-core/pom.xml @@ -19,14 +19,14 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.opengroup.osdu</groupId> <artifactId>register-core</artifactId> - <version>0.18.0-SNAPSHOT</version> + <version>0.19.0-SNAPSHOT</version> <description>Core project for the register service.</description> <packaging>jar</packaging> <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-register</artifactId> - <version>0.18.0-SNAPSHOT</version> + <version>0.19.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/testing/pom.xml b/testing/pom.xml index 6a788e724e11bdb4cbfd38afb317a5d583b3837f..2b16114322ed2289b53c40155e7e09ab1d75ae8c 100644 --- a/testing/pom.xml +++ b/testing/pom.xml @@ -18,7 +18,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.opengroup.osdu.register</groupId> <artifactId>os-register-testing</artifactId> - <version>0.18.0-SNAPSHOT</version> + <version>0.19.0-SNAPSHOT</version> <description>Root Register Service project</description> <packaging>pom</packaging> diff --git a/testing/register-test-anthos/pom.xml b/testing/register-test-anthos/pom.xml index aadc2c5179610077a2ec98ca38efac202c369d58..97111886a596c4b43f654f961f68b40f6683744c 100644 --- a/testing/register-test-anthos/pom.xml +++ b/testing/register-test-anthos/pom.xml @@ -21,12 +21,12 @@ <parent> <groupId>org.opengroup.osdu.register</groupId> <artifactId>os-register-testing</artifactId> - <version>0.18.0-SNAPSHOT</version> + <version>0.19.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>register-test-anthos</artifactId> - <version>0.18.0-SNAPSHOT</version> + <version>0.19.0-SNAPSHOT</version> <packaging>jar</packaging> <description>Register service Anthos integration tests</description> @@ -86,7 +86,7 @@ <dependency> <groupId>org.opengroup.osdu.register</groupId> <artifactId>register-test-core</artifactId> - <version>0.18.0-SNAPSHOT</version> + <version>0.19.0-SNAPSHOT</version> </dependency> <dependency> <groupId>junit</groupId> diff --git a/testing/register-test-aws/pom.xml b/testing/register-test-aws/pom.xml index 6a8664740a29f2bd65f8e7db5eb72461e989b514..6673820a2aa82431b8322023de273061c0220705 100644 --- a/testing/register-test-aws/pom.xml +++ b/testing/register-test-aws/pom.xml @@ -21,13 +21,13 @@ <parent> <groupId>org.opengroup.osdu.register</groupId> <artifactId>os-register-testing</artifactId> - <version>0.18.0-SNAPSHOT</version> + <version>0.19.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.opengroup.osdu.register</groupId> <artifactId>register-test-aws</artifactId> - <version>0.18.0-SNAPSHOT</version> + <version>0.19.0-SNAPSHOT</version> <packaging>jar</packaging> <description>Register service AWS integration tests </description> @@ -106,7 +106,7 @@ <dependency> <groupId>org.opengroup.osdu.register</groupId> <artifactId>register-test-core</artifactId> - <version>0.18.0-SNAPSHOT</version> + <version>0.19.0-SNAPSHOT</version> </dependency> <dependency> <groupId>junit</groupId> diff --git a/testing/register-test-azure/pom.xml b/testing/register-test-azure/pom.xml index 4053b20b33567b85470b34ae3dca1911a40a6baf..f45ea14d39fe2f6aa9233df49e62153142f41d6a 100644 --- a/testing/register-test-azure/pom.xml +++ b/testing/register-test-azure/pom.xml @@ -21,13 +21,13 @@ <parent> <groupId>org.opengroup.osdu.register</groupId> <artifactId>os-register-testing</artifactId> - <version>0.18.0-SNAPSHOT</version> + <version>0.19.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.opengroup.osdu.register</groupId> <artifactId>register-test-azure</artifactId> - <version>0.18.0-SNAPSHOT</version> + <version>0.19.0-SNAPSHOT</version> <packaging>jar</packaging> <description>Register service Azure integration tests </description> @@ -116,7 +116,7 @@ <dependency> <groupId>org.opengroup.osdu.register</groupId> <artifactId>register-test-core</artifactId> - <version>0.18.0-SNAPSHOT</version> + <version>0.19.0-SNAPSHOT</version> <exclusions> <exclusion> <groupId>org.opengroup.osdu</groupId> diff --git a/testing/register-test-core/pom.xml b/testing/register-test-core/pom.xml index af6059ff1ca12f13e1b77aab8cc2914d22d453b1..c2bac1880b0895e3431f0809c40a277e77317fdf 100644 --- a/testing/register-test-core/pom.xml +++ b/testing/register-test-core/pom.xml @@ -21,13 +21,13 @@ <parent> <groupId>org.opengroup.osdu.register</groupId> <artifactId>os-register-testing</artifactId> - <version>0.18.0-SNAPSHOT</version> + <version>0.19.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.opengroup.osdu.register</groupId> <artifactId>register-test-core</artifactId> - <version>0.18.0-SNAPSHOT</version> + <version>0.19.0-SNAPSHOT</version> <packaging>jar</packaging> <description>Register service integration tests core lib</description> diff --git a/testing/register-test-gcp/pom.xml b/testing/register-test-gcp/pom.xml index 27d81a4f3ee7e0f1552c49c9bdb8b2fb6e3df009..04797aecb785c456783a915c5ae510421b53f2f7 100644 --- a/testing/register-test-gcp/pom.xml +++ b/testing/register-test-gcp/pom.xml @@ -21,12 +21,12 @@ <parent> <groupId>org.opengroup.osdu.register</groupId> <artifactId>os-register-testing</artifactId> - <version>0.18.0-SNAPSHOT</version> + <version>0.19.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>register-test-gcp</artifactId> - <version>0.18.0-SNAPSHOT</version> + <version>0.19.0-SNAPSHOT</version> <packaging>jar</packaging> <description>Register service GCP integration tests</description> @@ -113,7 +113,7 @@ <dependency> <groupId>org.opengroup.osdu.register</groupId> <artifactId>register-test-core</artifactId> - <version>0.18.0-SNAPSHOT</version> + <version>0.19.0-SNAPSHOT</version> </dependency> <dependency> <groupId>junit</groupId> diff --git a/testing/register-test-ibm/pom.xml b/testing/register-test-ibm/pom.xml index 9aeac8eb8d610c44aa1a4785d99ea888c4808463..f8451c93750a4037de37efe8ff929c3b727cae67 100644 --- a/testing/register-test-ibm/pom.xml +++ b/testing/register-test-ibm/pom.xml @@ -18,13 +18,13 @@ Copyright 2020 IBM Corp. All Rights Reserved. <parent> <groupId>org.opengroup.osdu.register</groupId> <artifactId>os-register-testing</artifactId> - <version>0.18.0-SNAPSHOT</version> + <version>0.19.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.opengroup.osdu.register</groupId> <artifactId>register-test-ibm</artifactId> - <version>0.18.0-SNAPSHOT</version> + <version>0.19.0-SNAPSHOT</version> <packaging>jar</packaging> <description>Register service GCP integration tests </description> @@ -113,7 +113,7 @@ Copyright 2020 IBM Corp. All Rights Reserved. <dependency> <groupId>org.opengroup.osdu.register</groupId> <artifactId>register-test-core</artifactId> - <version>0.18.0-SNAPSHOT</version> + <version>0.19.0-SNAPSHOT</version> </dependency> <dependency> <groupId>junit</groupId>