Skip to content
Snippets Groups Projects
Commit 13389901 authored by David Diederich's avatar David Diederich
Browse files

Update version of default branch to 0.24.0-SNAPSHOT

[ci skip]
parent bed69666
No related branches found
No related tags found
No related merge requests found
Pipeline #210007 skipped
...@@ -4,12 +4,12 @@ ...@@ -4,12 +4,12 @@
<parent> <parent>
<groupId>org.opengroup.osdu.indexer</groupId> <groupId>org.opengroup.osdu.indexer</groupId>
<artifactId>indexer-service</artifactId> <artifactId>indexer-service</artifactId>
<version>0.23.0-SNAPSHOT</version> <version>0.24.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>indexer-core</artifactId> <artifactId>indexer-core</artifactId>
<version>0.23.0-SNAPSHOT</version> <version>0.24.0-SNAPSHOT</version>
<name>indexer-core</name> <name>indexer-core</name>
<description>Indexer Service Core</description> <description>Indexer Service Core</description>
<packaging>jar</packaging> <packaging>jar</packaging>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<groupId>org.opengroup.osdu.indexer</groupId> <groupId>org.opengroup.osdu.indexer</groupId>
<artifactId>indexer-service</artifactId> <artifactId>indexer-service</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>0.23.0-SNAPSHOT</version> <version>0.24.0-SNAPSHOT</version>
<description>Indexer Service</description> <description>Indexer Service</description>
<properties> <properties>
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
<parent> <parent>
<groupId>org.opengroup.osdu.indexer</groupId> <groupId>org.opengroup.osdu.indexer</groupId>
<artifactId>indexer-service</artifactId> <artifactId>indexer-service</artifactId>
<version>0.23.0-SNAPSHOT</version> <version>0.24.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<artifactId>indexer-aws</artifactId> <artifactId>indexer-aws</artifactId>
<description>Indexer service on AWS</description> <description>Indexer service on AWS</description>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>0.23.0-SNAPSHOT</version> <version>0.24.0-SNAPSHOT</version>
<properties> <properties>
<aws.version>1.11.1018</aws.version> <aws.version>1.11.1018</aws.version>
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
<dependency> <dependency>
<groupId>org.opengroup.osdu.indexer</groupId> <groupId>org.opengroup.osdu.indexer</groupId>
<artifactId>indexer-core</artifactId> <artifactId>indexer-core</artifactId>
<version>0.23.0-SNAPSHOT</version> <version>0.24.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.opengroup.osdu.core.aws</groupId> <groupId>org.opengroup.osdu.core.aws</groupId>
......
...@@ -21,12 +21,12 @@ ...@@ -21,12 +21,12 @@
<parent> <parent>
<groupId>org.opengroup.osdu.indexer</groupId> <groupId>org.opengroup.osdu.indexer</groupId>
<artifactId>indexer-service</artifactId> <artifactId>indexer-service</artifactId>
<version>0.23.0-SNAPSHOT</version> <version>0.24.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<artifactId>indexer-azure</artifactId> <artifactId>indexer-azure</artifactId>
<version>0.23.0-SNAPSHOT</version> <version>0.24.0-SNAPSHOT</version>
<name>indexer-azure</name> <name>indexer-azure</name>
<description>Indexer Service Azure</description> <description>Indexer Service Azure</description>
<packaging>jar</packaging> <packaging>jar</packaging>
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
<azure.appservice.subscription /> <azure.appservice.subscription />
<log4j.version>2.17.1</log4j.version> <log4j.version>2.17.1</log4j.version>
<nimbus-jose-jwt.version>8.20.2</nimbus-jose-jwt.version> <nimbus-jose-jwt.version>8.20.2</nimbus-jose-jwt.version>
<indexer-core.version>0.23.0-SNAPSHOT</indexer-core.version> <indexer-core.version>0.24.0-SNAPSHOT</indexer-core.version>
<spring-security-jwt.version>1.1.1.RELEASE</spring-security-jwt.version> <spring-security-jwt.version>1.1.1.RELEASE</spring-security-jwt.version>
<osdu.corelibazure.version>0.20.0-rc5</osdu.corelibazure.version> <osdu.corelibazure.version>0.20.0-rc5</osdu.corelibazure.version>
<os-core-common.version>0.22.0-rc4</os-core-common.version> <os-core-common.version>0.22.0-rc4</os-core-common.version>
......
...@@ -5,12 +5,12 @@ ...@@ -5,12 +5,12 @@
<parent> <parent>
<groupId>org.opengroup.osdu.indexer</groupId> <groupId>org.opengroup.osdu.indexer</groupId>
<artifactId>indexer-service</artifactId> <artifactId>indexer-service</artifactId>
<version>0.23.0-SNAPSHOT</version> <version>0.24.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<artifactId>indexer-gc</artifactId> <artifactId>indexer-gc</artifactId>
<version>0.23.0-SNAPSHOT</version> <version>0.24.0-SNAPSHOT</version>
<name>indexer-gc</name> <name>indexer-gc</name>
<description>Indexer Service Google Cloud</description> <description>Indexer Service Google Cloud</description>
<packaging>jar</packaging> <packaging>jar</packaging>
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
<dependency> <dependency>
<groupId>org.opengroup.osdu.indexer</groupId> <groupId>org.opengroup.osdu.indexer</groupId>
<artifactId>indexer-core</artifactId> <artifactId>indexer-core</artifactId>
<version>0.23.0-SNAPSHOT</version> <version>0.24.0-SNAPSHOT</version>
<!-- excluded due to runtime conflict with latest core-lib-gc transient dependencies --> <!-- excluded due to runtime conflict with latest core-lib-gc transient dependencies -->
<exclusions> <exclusions>
<exclusion> <exclusion>
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<parent> <parent>
<groupId>org.opengroup.osdu.indexer</groupId> <groupId>org.opengroup.osdu.indexer</groupId>
<artifactId>indexer-service</artifactId> <artifactId>indexer-service</artifactId>
<version>0.23.0-SNAPSHOT</version> <version>0.24.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
<dependency> <dependency>
<groupId>org.opengroup.osdu.indexer</groupId> <groupId>org.opengroup.osdu.indexer</groupId>
<artifactId>indexer-core</artifactId> <artifactId>indexer-core</artifactId>
<version>0.23.0-SNAPSHOT</version> <version>0.24.0-SNAPSHOT</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
......
...@@ -21,13 +21,13 @@ ...@@ -21,13 +21,13 @@
<parent> <parent>
<groupId>org.opengroup.osdu</groupId> <groupId>org.opengroup.osdu</groupId>
<artifactId>indexer-test</artifactId> <artifactId>indexer-test</artifactId>
<version>0.23.0-SNAPSHOT</version> <version>0.24.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<groupId>org.opengroup.osdu.indexer</groupId> <groupId>org.opengroup.osdu.indexer</groupId>
<artifactId>indexer-test-aws</artifactId> <artifactId>indexer-test-aws</artifactId>
<version>0.23.0-SNAPSHOT</version> <version>0.24.0-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<properties> <properties>
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
<dependency> <dependency>
<groupId>org.opengroup.osdu.indexer</groupId> <groupId>org.opengroup.osdu.indexer</groupId>
<artifactId>indexer-test-core</artifactId> <artifactId>indexer-test-core</artifactId>
<version>0.23.0-SNAPSHOT</version> <version>0.24.0-SNAPSHOT</version>
</dependency> </dependency>
<!-- AWS specific packages --> <!-- AWS specific packages -->
......
...@@ -21,13 +21,13 @@ ...@@ -21,13 +21,13 @@
<parent> <parent>
<groupId>org.opengroup.osdu</groupId> <groupId>org.opengroup.osdu</groupId>
<artifactId>indexer-test</artifactId> <artifactId>indexer-test</artifactId>
<version>0.23.0-SNAPSHOT</version> <version>0.24.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<groupId>org.opengroup.osdu.indexer</groupId> <groupId>org.opengroup.osdu.indexer</groupId>
<artifactId>indexer-test-azure</artifactId> <artifactId>indexer-test-azure</artifactId>
<version>0.23.0-SNAPSHOT</version> <version>0.24.0-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<properties> <properties>
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
<dependency> <dependency>
<groupId>org.opengroup.osdu.indexer</groupId> <groupId>org.opengroup.osdu.indexer</groupId>
<artifactId>indexer-test-core</artifactId> <artifactId>indexer-test-core</artifactId>
<version>0.23.0-SNAPSHOT</version> <version>0.24.0-SNAPSHOT</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<parent> <parent>
<artifactId>indexer-test</artifactId> <artifactId>indexer-test</artifactId>
<groupId>org.opengroup.osdu</groupId> <groupId>org.opengroup.osdu</groupId>
<version>0.23.0-SNAPSHOT</version> <version>0.24.0-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
<dependency> <dependency>
<groupId>org.opengroup.osdu.indexer</groupId> <groupId>org.opengroup.osdu.indexer</groupId>
<artifactId>indexer-test-core</artifactId> <artifactId>indexer-test-core</artifactId>
<version>0.23.0-SNAPSHOT</version> <version>0.24.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.nimbusds</groupId> <groupId>com.nimbusds</groupId>
......
...@@ -5,13 +5,13 @@ ...@@ -5,13 +5,13 @@
<parent> <parent>
<groupId>org.opengroup.osdu</groupId> <groupId>org.opengroup.osdu</groupId>
<artifactId>indexer-test</artifactId> <artifactId>indexer-test</artifactId>
<version>0.23.0-SNAPSHOT</version> <version>0.24.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<groupId>org.opengroup.osdu.indexer</groupId> <groupId>org.opengroup.osdu.indexer</groupId>
<artifactId>indexer-test-core</artifactId> <artifactId>indexer-test-core</artifactId>
<version>0.23.0-SNAPSHOT</version> <version>0.24.0-SNAPSHOT</version>
<properties> <properties>
<maven.compiler.target>17</maven.compiler.target> <maven.compiler.target>17</maven.compiler.target>
......
...@@ -6,13 +6,13 @@ ...@@ -6,13 +6,13 @@
<parent> <parent>
<groupId>org.opengroup.osdu</groupId> <groupId>org.opengroup.osdu</groupId>
<artifactId>indexer-test</artifactId> <artifactId>indexer-test</artifactId>
<version>0.23.0-SNAPSHOT</version> <version>0.24.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<groupId>org.opengroup.osdu.indexer</groupId> <groupId>org.opengroup.osdu.indexer</groupId>
<artifactId>indexer-test-gc</artifactId> <artifactId>indexer-test-gc</artifactId>
<version>0.23.0-SNAPSHOT</version> <version>0.24.0-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<properties> <properties>
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
<dependency> <dependency>
<groupId>org.opengroup.osdu.indexer</groupId> <groupId>org.opengroup.osdu.indexer</groupId>
<artifactId>indexer-test-core</artifactId> <artifactId>indexer-test-core</artifactId>
<version>0.23.0-SNAPSHOT</version> <version>0.24.0-SNAPSHOT</version>
</dependency> </dependency>
<!-- Cucumber --> <!-- Cucumber -->
......
...@@ -6,13 +6,13 @@ ...@@ -6,13 +6,13 @@
<parent> <parent>
<groupId>org.opengroup.osdu</groupId> <groupId>org.opengroup.osdu</groupId>
<artifactId>indexer-test</artifactId> <artifactId>indexer-test</artifactId>
<version>0.23.0-SNAPSHOT</version> <version>0.24.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<groupId>org.opengroup.osdu.indexer</groupId> <groupId>org.opengroup.osdu.indexer</groupId>
<artifactId>indexer-test-ibm</artifactId> <artifactId>indexer-test-ibm</artifactId>
<version>0.23.0-SNAPSHOT</version> <version>0.24.0-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<properties> <properties>
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
<dependency> <dependency>
<groupId>org.opengroup.osdu.indexer</groupId> <groupId>org.opengroup.osdu.indexer</groupId>
<artifactId>indexer-test-core</artifactId> <artifactId>indexer-test-core</artifactId>
<version>0.23.0-SNAPSHOT</version> <version>0.24.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.opengroup.osdu</groupId> <groupId>org.opengroup.osdu</groupId>
<artifactId>indexer-test</artifactId> <artifactId>indexer-test</artifactId>
<version>0.23.0-SNAPSHOT</version> <version>0.24.0-SNAPSHOT</version>
<description>Indexer Service Integration Test Root Project</description> <description>Indexer Service Integration Test Root Project</description>
<properties> <properties>
<spring.version>5.3.23</spring.version> <spring.version>5.3.23</spring.version>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment