diff --git a/pom.xml b/pom.xml index f490021c9ca7f5da3c6e88478986b99fb6da86e4..01d2ff1520af91da3a945d5e1048f9ad02748fa3 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.opengroup.osdu</groupId> <artifactId>os-search</artifactId> - <version>0.22.0-SNAPSHOT</version> + <version>0.23.0-SNAPSHOT</version> <description>Root Search Service Project</description> <packaging>pom</packaging> diff --git a/provider/search-aws/pom.xml b/provider/search-aws/pom.xml index 3005226ab91fa03db1737707e37030676f24cace..6ec6f5c9d155a2331ef1db95df192f902a89e5de 100644 --- a/provider/search-aws/pom.xml +++ b/provider/search-aws/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-search</artifactId> - <version>0.22.0-SNAPSHOT</version> + <version>0.23.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -27,7 +27,7 @@ <artifactId>search-aws</artifactId> <description>Search Service on AWS</description> <packaging>jar</packaging> - <version>0.22.0-SNAPSHOT</version> + <version>0.23.0-SNAPSHOT</version> <properties> <maven.compiler.target>1.8</maven.compiler.target> <maven.compiler.source>1.8</maven.compiler.source> @@ -38,7 +38,7 @@ <project.main.basedir>${project.parent.basedir}</project.main.basedir> <aws.version>1.11.1018</aws.version> <deployment.environment>dev</deployment.environment> - <version.number>0.22.0-SNAPSHOT</version.number> + <version.number>0.23.0-SNAPSHOT</version.number> <nimbus-jose-jwt.version>9.18</nimbus-jose-jwt.version> <jackson-databind.version>2.13.2.2</jackson-databind.version> <jackson.version>2.13.2</jackson.version> @@ -78,7 +78,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>search-core</artifactId> - <version>0.22.0-SNAPSHOT</version> + <version>0.23.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.opengroup.osdu.core.aws</groupId> diff --git a/provider/search-azure/pom.xml b/provider/search-azure/pom.xml index 8523c037f681e3113441c87e91287816b9857430..510e7d9218e10d564c7bf98c2525f5097bd8f8a4 100644 --- a/provider/search-azure/pom.xml +++ b/provider/search-azure/pom.xml @@ -20,13 +20,13 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-search</artifactId> - <version>0.22.0-SNAPSHOT</version> + <version>0.23.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <packaging>jar</packaging> <artifactId>search-azure</artifactId> - <version>0.22.0-SNAPSHOT</version> + <version>0.23.0-SNAPSHOT</version> <properties> <maven.compiler.target>1.8</maven.compiler.target> @@ -37,7 +37,7 @@ <project.main.basedir>${project.parent.basedir}</project.main.basedir> <springboot.version>2.1.7.RELEASE</springboot.version> <osdu.corelibazure.version>0.20.0-rc5</osdu.corelibazure.version> - <osdu.search-core.version>0.22.0-SNAPSHOT</osdu.search-core.version> + <osdu.search-core.version>0.23.0-SNAPSHOT</osdu.search-core.version> <spatial4j.version>0.7</spatial4j.version> <jts-io-common.version>1.15.0</jts-io-common.version> <reactor-netty.version>1.0.7</reactor-netty.version> diff --git a/provider/search-byoc/pom.xml b/provider/search-byoc/pom.xml index 61776745c973061fd9112ec89cb5b0b960aa4ce8..d3f1632d82881dd1d11f282428fde9e458c9dce0 100644 --- a/provider/search-byoc/pom.xml +++ b/provider/search-byoc/pom.xml @@ -18,14 +18,14 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.opengroup.osdu</groupId> <artifactId>search-byoc</artifactId> - <version>0.22.0-SNAPSHOT</version> + <version>0.23.0-SNAPSHOT</version> <description>In memory implementation of Search service APIs</description> <packaging>jar</packaging> <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-search</artifactId> - <version>0.22.0-SNAPSHOT</version> + <version>0.23.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -76,7 +76,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>search-core</artifactId> - <version>0.22.0-SNAPSHOT</version> + <version>0.23.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.opengroup.osdu</groupId> diff --git a/provider/search-gc/pom.xml b/provider/search-gc/pom.xml index 6ac7a47099af667dfde89fe0fb205d97a5b61167..46b2a8eaa74aa221b46ab7db33e072f039c34c30 100644 --- a/provider/search-gc/pom.xml +++ b/provider/search-gc/pom.xml @@ -19,14 +19,14 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.opengroup.osdu</groupId> <artifactId>search-gc</artifactId> - <version>0.22.0-SNAPSHOT</version> + <version>0.23.0-SNAPSHOT</version> <description>Google cloud implementation of Search service APIs</description> <packaging>jar</packaging> <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-search</artifactId> - <version>0.22.0-SNAPSHOT</version> + <version>0.23.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -76,7 +76,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>search-core</artifactId> - <version>0.22.0-SNAPSHOT</version> + <version>0.23.0-SNAPSHOT</version> <exclusions> <exclusion> <groupId>com.google.api-client</groupId> diff --git a/provider/search-ibm/pom.xml b/provider/search-ibm/pom.xml index 8f212807a18aa64fe98d8a958fb0a3f274333c2f..f8f53c6c3372e590a6803b56899471f1b1203ee6 100644 --- a/provider/search-ibm/pom.xml +++ b/provider/search-ibm/pom.xml @@ -13,7 +13,7 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-search</artifactId> - <version>0.22.0-SNAPSHOT</version> + <version>0.23.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -41,7 +41,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>search-core</artifactId> - <version>0.22.0-SNAPSHOT</version> + <version>0.23.0-SNAPSHOT</version> <exclusions> <exclusion> <groupId>com.nimbusds</groupId> diff --git a/search-core/pom.xml b/search-core/pom.xml index c8ec2751eb2d1877ab78eb02bd6f4658eab200c4..5d2e9f81f9337c0847a3c0bf9bbb397a3a74e42d 100644 --- a/search-core/pom.xml +++ b/search-core/pom.xml @@ -18,14 +18,14 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.opengroup.osdu</groupId> <artifactId>search-core</artifactId> - <version>0.22.0-SNAPSHOT</version> + <version>0.23.0-SNAPSHOT</version> <description>Core project for the Search service</description> <packaging>jar</packaging> <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-search</artifactId> - <version>0.22.0-SNAPSHOT</version> + <version>0.23.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/testing/integration-tests/pom.xml b/testing/integration-tests/pom.xml index 55718565c325a41bf6c121f6eaa7f78d33c64045..06f16d2541aaa299ff4668b0e797050aa9deda32 100644 --- a/testing/integration-tests/pom.xml +++ b/testing/integration-tests/pom.xml @@ -18,7 +18,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.opengroup.osdu</groupId> <artifactId>os-search-testing</artifactId> - <version>0.22.0-SNAPSHOT</version> + <version>0.23.0-SNAPSHOT</version> <description>Search Service Integration Test Root Project</description> <packaging>pom</packaging> diff --git a/testing/integration-tests/search-test-aws/pom.xml b/testing/integration-tests/search-test-aws/pom.xml index 0c9aef5766680e0434190974bb73fe84401fd637..bcca91ca7af48c78b0f7ff6e943a78695d9461d1 100644 --- a/testing/integration-tests/search-test-aws/pom.xml +++ b/testing/integration-tests/search-test-aws/pom.xml @@ -20,13 +20,13 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-search-testing</artifactId> - <version>0.22.0-SNAPSHOT</version> + <version>0.23.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.opengroup.osdu.search</groupId> <artifactId>search-test-aws</artifactId> - <version>0.22.0-SNAPSHOT</version> + <version>0.23.0-SNAPSHOT</version> <properties> <maven.compiler.target>1.8</maven.compiler.target> @@ -42,7 +42,7 @@ <dependency> <groupId>org.opengroup.osdu.search</groupId> <artifactId>search-test-core</artifactId> - <version>0.22.0-SNAPSHOT</version> + <version>0.23.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.opengroup.osdu.core.aws</groupId> diff --git a/testing/integration-tests/search-test-azure/pom.xml b/testing/integration-tests/search-test-azure/pom.xml index e51ee097ee5577a30a7cd778c924d32aaa26f8a2..d324563b44a1721e3a434c03c3c1164d2012b275 100644 --- a/testing/integration-tests/search-test-azure/pom.xml +++ b/testing/integration-tests/search-test-azure/pom.xml @@ -21,13 +21,13 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-search-testing</artifactId> - <version>0.22.0-SNAPSHOT</version> + <version>0.23.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.opengroup.osdu.search</groupId> <artifactId>search-test-azure</artifactId> - <version>0.22.0-SNAPSHOT</version> + <version>0.23.0-SNAPSHOT</version> <properties> <maven.compiler.target>1.8</maven.compiler.target> @@ -40,7 +40,7 @@ <dependency> <groupId>org.opengroup.osdu.search</groupId> <artifactId>search-test-core</artifactId> - <version>0.22.0-SNAPSHOT</version> + <version>0.23.0-SNAPSHOT</version> </dependency> <!-- Cucumber --> diff --git a/testing/integration-tests/search-test-baremetal/pom.xml b/testing/integration-tests/search-test-baremetal/pom.xml index a2e416dec2818f3664ef78ab75ab9e97dd01b775..46315fa48eba1ce53bc7d5c44fd6b3f86555d0af 100644 --- a/testing/integration-tests/search-test-baremetal/pom.xml +++ b/testing/integration-tests/search-test-baremetal/pom.xml @@ -21,13 +21,13 @@ <parent> <artifactId>os-search-testing</artifactId> <groupId>org.opengroup.osdu</groupId> - <version>0.22.0-SNAPSHOT</version> + <version>0.23.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.opengroup.osdu.search</groupId> <artifactId>search-test-baremetal</artifactId> - <version>0.22.0-SNAPSHOT</version> + <version>0.23.0-SNAPSHOT</version> <properties> <maven.compiler.target>1.8</maven.compiler.target> @@ -40,7 +40,7 @@ <dependency> <groupId>org.opengroup.osdu.search</groupId> <artifactId>search-test-core</artifactId> - <version>0.22.0-SNAPSHOT</version> + <version>0.23.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.projectlombok</groupId> diff --git a/testing/integration-tests/search-test-core/pom.xml b/testing/integration-tests/search-test-core/pom.xml index bdcc9ee218efc1ebc32ec7fd6922bb0c3d755fb1..0399f23d7b7fe484a48dc92bc5ec258c558839d7 100644 --- a/testing/integration-tests/search-test-core/pom.xml +++ b/testing/integration-tests/search-test-core/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-search-testing</artifactId> - <version>0.22.0-SNAPSHOT</version> + <version>0.23.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.opengroup.osdu.search</groupId> <artifactId>search-test-core</artifactId> - <version>0.22.0-SNAPSHOT</version> + <version>0.23.0-SNAPSHOT</version> <packaging>jar</packaging> <properties> diff --git a/testing/integration-tests/search-test-gc/pom.xml b/testing/integration-tests/search-test-gc/pom.xml index fe34596371182ac6c24ec219b6df62b055c9a856..774eacc87698b20078596d4a93c63b71b4d4db26 100644 --- a/testing/integration-tests/search-test-gc/pom.xml +++ b/testing/integration-tests/search-test-gc/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-search-testing</artifactId> - <version>0.22.0-SNAPSHOT</version> + <version>0.23.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.opengroup.osdu.search</groupId> <artifactId>search-test-gc</artifactId> - <version>0.22.0-SNAPSHOT</version> + <version>0.23.0-SNAPSHOT</version> <properties> <maven.compiler.target>1.8</maven.compiler.target> @@ -36,7 +36,7 @@ <dependency> <groupId>org.opengroup.osdu.search</groupId> <artifactId>search-test-core</artifactId> - <version>0.22.0-SNAPSHOT</version> + <version>0.23.0-SNAPSHOT</version> </dependency> <!-- Cucumber --> diff --git a/testing/integration-tests/search-test-ibm/pom.xml b/testing/integration-tests/search-test-ibm/pom.xml index 6c33879854af095b49d0dc0977ff6953e2d8e7de..c82355345931d288569ba9394ba6b32d368a52e3 100644 --- a/testing/integration-tests/search-test-ibm/pom.xml +++ b/testing/integration-tests/search-test-ibm/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-search-testing</artifactId> - <version>0.22.0-SNAPSHOT</version> + <version>0.23.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.opengroup.osdu.search</groupId> <artifactId>search-test-ibm</artifactId> - <version>0.22.0-SNAPSHOT</version> + <version>0.23.0-SNAPSHOT</version> <properties> <maven.compiler.target>1.8</maven.compiler.target> @@ -25,7 +25,7 @@ <dependency> <groupId>org.opengroup.osdu.search</groupId> <artifactId>search-test-core</artifactId> - <version>0.22.0-SNAPSHOT</version> + <version>0.23.0-SNAPSHOT</version> </dependency> <dependency>