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

Updating OSDU dependencies, to maintain use of the latest release among those...

Updating OSDU dependencies, to maintain use of the latest release among those that were previously doing so
parent 43c28a82
No related branches found
No related tags found
1 merge request!110Updating OSDU dependencies
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.opengroup.osdu</groupId> <groupId>org.opengroup.osdu</groupId>
<artifactId>notification-core</artifactId> <artifactId>notification-core</artifactId>
<version>0.10.0-SNAPSHOT</version> <version>0.11.0-SNAPSHOT</version>
<name>notification-core</name> <name>notification-core</name>
<description>Core module for the notification service</description> <description>Core module for the notification service</description>
<packaging>jar</packaging> <packaging>jar</packaging>
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<parent> <parent>
<groupId>org.opengroup.osdu</groupId> <groupId>org.opengroup.osdu</groupId>
<artifactId>os-notification</artifactId> <artifactId>os-notification</artifactId>
<version>0.10.0-SNAPSHOT</version> <version>0.11.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
......
...@@ -18,14 +18,14 @@ ...@@ -18,14 +18,14 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.opengroup.osdu</groupId> <groupId>org.opengroup.osdu</groupId>
<artifactId>os-notification</artifactId> <artifactId>os-notification</artifactId>
<version>0.10.0-SNAPSHOT</version> <version>0.11.0-SNAPSHOT</version>
<description>Root Notification Service project</description> <description>Root Notification Service project</description>
<properties> <properties>
<java.version>8</java.version> <java.version>8</java.version>
<maven.compiler.target>${java.version}</maven.compiler.target> <maven.compiler.target>${java.version}</maven.compiler.target>
<maven.compiler.source>${java.version}</maven.compiler.source> <maven.compiler.source>${java.version}</maven.compiler.source>
<os-core-common.version>0.11.0-SNAPSHOT</os-core-common.version> <os-core-common.version>0.11.0</os-core-common.version>
</properties> </properties>
<licenses> <licenses>
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.opengroup.osdu</groupId> <groupId>org.opengroup.osdu</groupId>
<artifactId>notification-aws</artifactId> <artifactId>notification-aws</artifactId>
<version>0.10.0-SNAPSHOT</version> <version>0.11.0-SNAPSHOT</version>
<name>notification-aws</name> <name>notification-aws</name>
<description>AWS implementation for Notification service</description> <description>AWS implementation for Notification service</description>
<packaging>jar</packaging> <packaging>jar</packaging>
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<parent> <parent>
<groupId>org.opengroup.osdu</groupId> <groupId>org.opengroup.osdu</groupId>
<artifactId>os-notification</artifactId> <artifactId>os-notification</artifactId>
<version>0.10.0-SNAPSHOT</version> <version>0.11.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
<dependency> <dependency>
<groupId>org.opengroup.osdu.core.aws</groupId> <groupId>org.opengroup.osdu.core.aws</groupId>
<artifactId>os-core-lib-aws</artifactId> <artifactId>os-core-lib-aws</artifactId>
<version>0.10.0</version> <version>0.11.0</version>
</dependency> </dependency>
<!-- https://mvnrepository.com/artifact/com.amazonaws/aws-java-sdk-secretsmanager --> <!-- https://mvnrepository.com/artifact/com.amazonaws/aws-java-sdk-secretsmanager -->
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
<dependency> <dependency>
<groupId>org.opengroup.osdu</groupId> <groupId>org.opengroup.osdu</groupId>
<artifactId>notification-core</artifactId> <artifactId>notification-core</artifactId>
<version>0.10.0-SNAPSHOT</version> <version>0.11.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
......
...@@ -18,7 +18,7 @@ ...@@ -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"> <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> <modelVersion>4.0.0</modelVersion>
<artifactId>notification-azure</artifactId> <artifactId>notification-azure</artifactId>
<version>0.10.0-SNAPSHOT</version> <version>0.11.0-SNAPSHOT</version>
<name>notification-azure</name> <name>notification-azure</name>
<description>Azure implementation for Notification service</description> <description>Azure implementation for Notification service</description>
<packaging>jar</packaging> <packaging>jar</packaging>
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<parent> <parent>
<groupId>org.opengroup.osdu</groupId> <groupId>org.opengroup.osdu</groupId>
<artifactId>os-notification</artifactId> <artifactId>os-notification</artifactId>
<version>0.10.0-SNAPSHOT</version> <version>0.11.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
...@@ -35,11 +35,11 @@ ...@@ -35,11 +35,11 @@
<maven.compiler.target>${java.version}</maven.compiler.target> <maven.compiler.target>${java.version}</maven.compiler.target>
<maven.compiler.source>${java.version}</maven.compiler.source> <maven.compiler.source>${java.version}</maven.compiler.source>
<jacoco-maven-plugin.version>0.8.2</jacoco-maven-plugin.version> <jacoco-maven-plugin.version>0.8.2</jacoco-maven-plugin.version>
<osdu.notification-core.version>0.10.0-SNAPSHOT</osdu.notification-core.version> <osdu.notification-core.version>0.11.0-SNAPSHOT</osdu.notification-core.version>
<springframework.version>4.3.0.RELEASE</springframework.version> <springframework.version>4.3.0.RELEASE</springframework.version>
<reactor.netty.version>0.10.0.RELEASE</reactor.netty.version> <reactor.netty.version>0.11.0.RELEASE</reactor.netty.version>
<reactor.core.version>3.3.0.RELEASE</reactor.core.version> <reactor.core.version>3.3.0.RELEASE</reactor.core.version>
<osdu.corelibazure.version>0.11.0-rc3</osdu.corelibazure.version> <osdu.corelibazure.version>0.11.0</osdu.corelibazure.version>
<junit.version>5.6.0</junit.version> <junit.version>5.6.0</junit.version>
<jjwt.version>3.8.1</jjwt.version> <jjwt.version>3.8.1</jjwt.version>
<mockito.version>2.23.0</mockito.version> <mockito.version>2.23.0</mockito.version>
......
...@@ -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>notification-gcp</artifactId> <artifactId>notification-gcp</artifactId>
<version>0.10.0-SNAPSHOT</version> <version>0.11.0-SNAPSHOT</version>
<name>notification-gcp</name> <name>notification-gcp</name>
<description>GCP implementation for Notification service</description> <description>GCP implementation for Notification service</description>
<packaging>jar</packaging> <packaging>jar</packaging>
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<parent> <parent>
<groupId>org.opengroup.osdu</groupId> <groupId>org.opengroup.osdu</groupId>
<artifactId>os-notification</artifactId> <artifactId>os-notification</artifactId>
<version>0.10.0-SNAPSHOT</version> <version>0.11.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
...@@ -44,13 +44,13 @@ ...@@ -44,13 +44,13 @@
<dependency> <dependency>
<groupId>org.opengroup.osdu</groupId> <groupId>org.opengroup.osdu</groupId>
<artifactId>core-lib-gcp</artifactId> <artifactId>core-lib-gcp</artifactId>
<version>0.10.0</version> <version>0.11.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.opengroup.osdu</groupId> <groupId>org.opengroup.osdu</groupId>
<artifactId>notification-core</artifactId> <artifactId>notification-core</artifactId>
<version>0.10.0-SNAPSHOT</version> <version>0.11.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.opengroup.osdu</groupId> <groupId>org.opengroup.osdu</groupId>
<artifactId>notification-ibm</artifactId> <artifactId>notification-ibm</artifactId>
<version>0.10.0-SNAPSHOT</version> <version>0.11.0-SNAPSHOT</version>
<name>notification-ibm</name> <name>notification-ibm</name>
<description>IBM implementation for Notification service</description> <description>IBM implementation for Notification service</description>
<packaging>jar</packaging> <packaging>jar</packaging>
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<parent> <parent>
<groupId>org.opengroup.osdu</groupId> <groupId>org.opengroup.osdu</groupId>
<artifactId>os-notification</artifactId> <artifactId>os-notification</artifactId>
<version>0.10.0-SNAPSHOT</version> <version>0.11.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
<dependency> <dependency>
<groupId>org.opengroup.osdu</groupId> <groupId>org.opengroup.osdu</groupId>
<artifactId>notification-core</artifactId> <artifactId>notification-core</artifactId>
<version>0.10.0-SNAPSHOT</version> <version>0.11.0-SNAPSHOT</version>
</dependency> </dependency>
<!-- unit test dependencies --> <!-- unit test dependencies -->
......
...@@ -21,13 +21,13 @@ ...@@ -21,13 +21,13 @@
<parent> <parent>
<groupId>org.opengroup.osdu</groupId> <groupId>org.opengroup.osdu</groupId>
<artifactId>os-notification-testing</artifactId> <artifactId>os-notification-testing</artifactId>
<version>0.10.0-SNAPSHOT</version> <version>0.11.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<groupId>org.opengroup.osdu</groupId> <groupId>org.opengroup.osdu</groupId>
<artifactId>notification-test-aws</artifactId> <artifactId>notification-test-aws</artifactId>
<version>0.10.0-SNAPSHOT</version> <version>0.11.0-SNAPSHOT</version>
<name>notification-test-aws</name> <name>notification-test-aws</name>
<description>AWS Integration tests for Notification Service</description> <description>AWS Integration tests for Notification Service</description>
<packaging>jar</packaging> <packaging>jar</packaging>
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
<dependency> <dependency>
<groupId>org.opengroup.osdu.notification</groupId> <groupId>org.opengroup.osdu.notification</groupId>
<artifactId>notification-test-core</artifactId> <artifactId>notification-test-core</artifactId>
<version>0.10.0-SNAPSHOT</version> <version>0.11.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.opengroup.osdu</groupId> <groupId>org.opengroup.osdu</groupId>
......
...@@ -21,13 +21,13 @@ ...@@ -21,13 +21,13 @@
<parent> <parent>
<groupId>org.opengroup.osdu</groupId> <groupId>org.opengroup.osdu</groupId>
<artifactId>os-notification-testing</artifactId> <artifactId>os-notification-testing</artifactId>
<version>0.10.0-SNAPSHOT</version> <version>0.11.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<groupId>org.opengroup.osdu</groupId> <groupId>org.opengroup.osdu</groupId>
<artifactId>notification-test-azure</artifactId> <artifactId>notification-test-azure</artifactId>
<version>0.10.0-SNAPSHOT</version> <version>0.11.0-SNAPSHOT</version>
<name>notification-test-azure</name> <name>notification-test-azure</name>
<description>Integration tests Azure for notification</description> <description>Integration tests Azure for notification</description>
<packaging>jar</packaging> <packaging>jar</packaging>
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
<dependency> <dependency>
<groupId>org.opengroup.osdu.notification</groupId> <groupId>org.opengroup.osdu.notification</groupId>
<artifactId>notification-test-core</artifactId> <artifactId>notification-test-core</artifactId>
<version>0.10.0-SNAPSHOT</version> <version>0.11.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
......
...@@ -21,13 +21,13 @@ ...@@ -21,13 +21,13 @@
<parent> <parent>
<groupId>org.opengroup.osdu</groupId> <groupId>org.opengroup.osdu</groupId>
<artifactId>os-notification-testing</artifactId> <artifactId>os-notification-testing</artifactId>
<version>0.10.0-SNAPSHOT</version> <version>0.11.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<groupId>org.opengroup.osdu.notification</groupId> <groupId>org.opengroup.osdu.notification</groupId>
<artifactId>notification-test-core</artifactId> <artifactId>notification-test-core</artifactId>
<version>0.10.0-SNAPSHOT</version> <version>0.11.0-SNAPSHOT</version>
<name>notification-test-core</name> <name>notification-test-core</name>
<description>Integration tests core for notification</description> <description>Integration tests core for notification</description>
<packaging>jar</packaging> <packaging>jar</packaging>
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
<dependency> <dependency>
<groupId>com.google.auth</groupId> <groupId>com.google.auth</groupId>
<artifactId>google-auth-library-oauth2-http</artifactId> <artifactId>google-auth-library-oauth2-http</artifactId>
<version>0.10.0</version> <version>0.11.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>io.jsonwebtoken</groupId> <groupId>io.jsonwebtoken</groupId>
......
...@@ -21,12 +21,12 @@ ...@@ -21,12 +21,12 @@
<parent> <parent>
<groupId>org.opengroup.osdu</groupId> <groupId>org.opengroup.osdu</groupId>
<artifactId>os-notification-testing</artifactId> <artifactId>os-notification-testing</artifactId>
<version>0.10.0-SNAPSHOT</version> <version>0.11.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>notification-test-gcp</artifactId> <artifactId>notification-test-gcp</artifactId>
<version>0.10.0-SNAPSHOT</version> <version>0.11.0-SNAPSHOT</version>
<name>notification-test-gcp</name> <name>notification-test-gcp</name>
<description>Integration tests GCP for notification</description> <description>Integration tests GCP for notification</description>
<packaging>jar</packaging> <packaging>jar</packaging>
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
<dependency> <dependency>
<groupId>org.opengroup.osdu.notification</groupId> <groupId>org.opengroup.osdu.notification</groupId>
<artifactId>notification-test-core</artifactId> <artifactId>notification-test-core</artifactId>
<version>0.10.0-SNAPSHOT</version> <version>0.11.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.opengroup.osdu</groupId> <groupId>org.opengroup.osdu</groupId>
......
...@@ -18,13 +18,13 @@ ...@@ -18,13 +18,13 @@
<parent> <parent>
<groupId>org.opengroup.osdu</groupId> <groupId>org.opengroup.osdu</groupId>
<artifactId>os-notification-testing</artifactId> <artifactId>os-notification-testing</artifactId>
<version>0.10.0-SNAPSHOT</version> <version>0.11.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<groupId>org.opengroup.osdu</groupId> <groupId>org.opengroup.osdu</groupId>
<artifactId>notification-test-ibm</artifactId> <artifactId>notification-test-ibm</artifactId>
<version>0.10.0-SNAPSHOT</version> <version>0.11.0-SNAPSHOT</version>
<name>notification-test-ibm</name> <name>notification-test-ibm</name>
<description>Integration tests IBM for notification</description> <description>Integration tests IBM for notification</description>
<packaging>jar</packaging> <packaging>jar</packaging>
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
<dependency> <dependency>
<groupId>org.opengroup.osdu.notification</groupId> <groupId>org.opengroup.osdu.notification</groupId>
<artifactId>notification-test-core</artifactId> <artifactId>notification-test-core</artifactId>
<version>0.10.0-SNAPSHOT</version> <version>0.11.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.opengroup.osdu</groupId> <groupId>org.opengroup.osdu</groupId>
......
...@@ -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>os-notification-testing</artifactId> <artifactId>os-notification-testing</artifactId>
<version>0.10.0-SNAPSHOT</version> <version>0.11.0-SNAPSHOT</version>
<description>Root Notification Service project</description> <description>Root Notification Service project</description>
<packaging>pom</packaging> <packaging>pom</packaging>
......
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