diff --git a/pom.xml b/pom.xml index 66dd51079f6b75dc8727b27806ec7768155d0c73..7bcba93a1ed7adaccffb108194c1b78ba4dd385e 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ <maven.compiler.target>17</maven.compiler.target> <maven.compiler.source>17</maven.compiler.source> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <os-core-common.version>0.25.0-rc2</os-core-common.version> + <os-core-common.version>0.25.0</os-core-common.version> <log4j2.version>2.17.1</log4j2.version> <json-smart.version>2.4.9</json-smart.version> <openapi.version>1.6.14</openapi.version> diff --git a/provider/schema-aws/pom.xml b/provider/schema-aws/pom.xml index 93c2a8a967f14e6cc77fd27a1e47e9fd96dc5804..eaa8e3785ae103452ab3c532b3ad4e8c95567389 100644 --- a/provider/schema-aws/pom.xml +++ b/provider/schema-aws/pom.xml @@ -74,7 +74,7 @@ <dependency> <groupId>org.opengroup.osdu.core.aws</groupId> <artifactId>os-core-lib-aws</artifactId> - <version>0.25.0-rc2</version> + <version>0.25.0</version> </dependency> <dependency> diff --git a/provider/schema-azure/pom.xml b/provider/schema-azure/pom.xml index 4c0014a49c071a9c0419402a927b6ab04e2ccb15..65b7fb7c810e2e5e0dded78f6e35534fee8f4f85 100644 --- a/provider/schema-azure/pom.xml +++ b/provider/schema-azure/pom.xml @@ -25,7 +25,7 @@ <maven.compiler.target>17</maven.compiler.target> <maven.compiler.source>17</maven.compiler.source> <azure.version>2.1.7</azure.version> - <osdu.corelibazure.version>0.24.0</osdu.corelibazure.version> + <osdu.corelibazure.version>0.25.0</osdu.corelibazure.version> <osdu.os-schema-core.version>0.26.0-SNAPSHOT</osdu.os-schema-core.version> <mockito.version>1.10.19</mockito.version> <cucumber.version>5.7.0</cucumber.version> diff --git a/provider/schema-gc/pom.xml b/provider/schema-gc/pom.xml index 021c881ca214a0e304b39f85d25c115d3f2b8548..587a22a448578fd8c1b943fc271586585b054a59 100644 --- a/provider/schema-gc/pom.xml +++ b/provider/schema-gc/pom.xml @@ -84,7 +84,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>core-lib-gc</artifactId> - <version>0.24.0</version> + <version>0.25.0</version> </dependency> <dependency> <groupId>ch.qos.logback.contrib</groupId> @@ -123,17 +123,17 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>oqm</artifactId> - <version>0.24.0</version> + <version>0.25.0</version> </dependency> <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>osm</artifactId> - <version>0.24.0</version> + <version>0.25.0</version> </dependency> <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>obm</artifactId> - <version>0.24.0</version> + <version>0.25.0</version> </dependency> <dependency> diff --git a/provider/schema-ibm/pom.xml b/provider/schema-ibm/pom.xml index cdbdbbc1fd4d56d534bada9523cc47163d0dd091..ff29c9d722e299c286ae331a49df317bcf71986a 100644 --- a/provider/schema-ibm/pom.xml +++ b/provider/schema-ibm/pom.xml @@ -13,7 +13,7 @@ <properties> <start-class>org.opengroup.osdu.schema.provider.ibm.app.SchemaIBMApplication</start-class> - <os-core-lib-ibm.version>0.24.0</os-core-lib-ibm.version> + <os-core-lib-ibm.version>0.25.0</os-core-lib-ibm.version> </properties> <dependencyManagement> diff --git a/schema-core-plus/pom.xml b/schema-core-plus/pom.xml index b5e19fd1d5790db417588eff3113bd44695ffcbf..d299a0e757e7c50ceb9be29fb65447b767b07eeb 100644 --- a/schema-core-plus/pom.xml +++ b/schema-core-plus/pom.xml @@ -10,7 +10,7 @@ <properties> <jackson-databind.version>2.15.0</jackson-databind.version> <jackson.version>2.15.0</jackson.version> - <os-core-common.version>0.25.0-rc2</os-core-common.version> + <os-core-common.version>0.25.0</os-core-common.version> </properties> <artifactId>schema-core-plus</artifactId> @@ -113,17 +113,17 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>os-oqm-core</artifactId> - <version>0.25.0-rc1</version> + <version>0.25.0</version> </dependency> <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>os-osm-core</artifactId> - <version>0.25.0-rc2</version> + <version>0.25.0</version> </dependency> <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>os-obm-core</artifactId> - <version>0.25.0-rc1</version> + <version>0.25.0</version> </dependency> <dependency> diff --git a/testing/schema-test-core/pom.xml b/testing/schema-test-core/pom.xml index 65e78e3031e6ec40d4640ba8efce92fd6bf1b0bc..67fb38b7d3d690b8d0f7f41dd34092c27a5092a1 100644 --- a/testing/schema-test-core/pom.xml +++ b/testing/schema-test-core/pom.xml @@ -10,9 +10,9 @@ <artifactId>schema-test-core</artifactId> <properties> - <os-core-lib-ibm.version>0.24.0</os-core-lib-ibm.version> - <os-core-lib-azure.version>0.24.0</os-core-lib-azure.version> - <os-core-lib-aws.version>0.25.0-rc2</os-core-lib-aws.version> + <os-core-lib-ibm.version>0.25.0</os-core-lib-ibm.version> + <os-core-lib-azure.version>0.25.0</os-core-lib-azure.version> + <os-core-lib-aws.version>0.25.0</os-core-lib-aws.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <jackson-databind.version>2.14.2</jackson-databind.version> <jackson.version>2.14.2</jackson.version>