From 8bf602ff786bc2975fc287c4f6d7d10cdd4e218f Mon Sep 17 00:00:00 2001 From: David Diederich <d.diederich@opengroup.org> Date: Mon, 5 Dec 2022 05:40:14 +0000 Subject: [PATCH] Update version of default branch to 0.19.0-SNAPSHOT [ci skip] --- pom.xml | 2 +- provider/register-aws/pom.xml | 6 +++--- provider/register-azure/pom.xml | 4 ++-- provider/register-gcp/pom.xml | 6 +++--- provider/register-ibm/pom.xml | 6 +++--- register-core/pom.xml | 4 ++-- testing/pom.xml | 2 +- testing/register-test-anthos/pom.xml | 6 +++--- testing/register-test-aws/pom.xml | 6 +++--- testing/register-test-azure/pom.xml | 6 +++--- testing/register-test-core/pom.xml | 4 ++-- testing/register-test-gcp/pom.xml | 6 +++--- testing/register-test-ibm/pom.xml | 6 +++--- 13 files changed, 32 insertions(+), 32 deletions(-) diff --git a/pom.xml b/pom.xml index 97e25e89e..38cb36672 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 9313923be..7ba0cbb85 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 89a833f3a..5a72f4af3 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 86e8d2e9f..594394237 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 979e45dfb..d29182bb2 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 7d8f0633b..7bdd24c1c 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 6a788e724..2b1611432 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 aadc2c517..97111886a 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 6a8664740..6673820a2 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 4053b20b3..f45ea14d3 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 af6059ff1..c2bac1880 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 27d81a4f3..04797aecb 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 9aeac8eb8..f8451c937 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> -- GitLab