diff --git a/NOTICE b/NOTICE index aa45db01f931f251fdbe4daf89f5e9e9d135fb19..1e6e0fe0c2fc2cb354a10532b249ef54d35b921a 100644 --- a/NOTICE +++ b/NOTICE @@ -118,7 +118,7 @@ The following software have components provided under the terms of this license: - Byte Buddy (without dependencies) (from https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy) - Byte Buddy Java agent (from https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy-agent) - ClassMate (from http://github.com/cowtowncoder/java-classmate) -- Cloud Key Management Service (KMS) API v1-rev20231012-2.0.0 (from https://repo1.maven.org/maven2/com/google/apis/google-api-services-cloudkms) +- Cloud Key Management Service (KMS) API (from https://repo1.maven.org/maven2/com/google/apis/google-api-services-cloudkms) - Cobertura (from http://cobertura.sourceforge.net) - Cobertura Limited Runtime (from http://cobertura.sourceforge.net) - Collections (from https://repo1.maven.org/maven2/commons-collections/commons-collections) @@ -729,7 +729,6 @@ The following software have components provided under the terms of this license: - Microsoft Azure common module for Storage (from https://github.com/Azure/azure-sdk-for-java) - Microsoft Azure internal Avro module for Storage (from https://github.com/Azure/azure-sdk-for-java) - Mockito (from http://mockito.org, https://github.com/mockito/mockito) -- MongoDB Java Driver (from http://mongodb.org/, http://www.mongodb.org, https://www.mongodb.com/) - Netty/Codec/HTTP (from https://repo1.maven.org/maven2/io/netty/netty-codec-http) - Netty/Common (from https://repo1.maven.org/maven2/io/netty/netty-common) - Plexus Default Interactivity Handler (from https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interactivity-api) @@ -816,7 +815,6 @@ public-domain The following software have components provided under the terms of this license: - HdrHistogram (from http://hdrhistogram.github.io/HdrHistogram/) -- JBoss Logging 3 (from http://www.jboss.org) - JSON in Java (from https://github.com/douglascrockford/JSON-java) - Microsoft Azure client library for Blob Storage (from https://github.com/Azure/azure-sdk-for-java) - PostgreSQL JDBC Driver diff --git a/provider/partition-aws/pom.xml b/provider/partition-aws/pom.xml index 71b947808e5d6f526498e389d77f139668409ef8..738b2093795fd63fe4bb45e21b47bbb757a0408c 100644 --- a/provider/partition-aws/pom.xml +++ b/provider/partition-aws/pom.xml @@ -59,7 +59,7 @@ <dependency> <groupId>org.opengroup.osdu.core.aws</groupId> <artifactId>os-core-lib-aws</artifactId> - <version>0.25.0-SNAPSHOT</version> + <version>0.25.0-rc3</version> </dependency> <dependency> <groupId>org.opengroup.osdu</groupId> diff --git a/testing/partition-test-aws/pom.xml b/testing/partition-test-aws/pom.xml index ee514354ab6373e973cd618d441c6a179821a70c..0a0fb1ba4a2e39116c55ca2039f085db50b1f0d3 100644 --- a/testing/partition-test-aws/pom.xml +++ b/testing/partition-test-aws/pom.xml @@ -71,7 +71,7 @@ <dependency> <groupId>org.opengroup.osdu.core.aws</groupId> <artifactId>os-core-lib-aws</artifactId> - <version>0.25.0-SNAPSHOT</version> + <version>0.25.0-rc3</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId>