Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Notification
Commits
41ce3588
Commit
41ce3588
authored
Apr 16, 2021
by
David Diederich
Browse files
Update version of default branch to 0.9.0-SNAPSHOT
parent
3b4a9a9e
Pipeline
#39467
failed with stages
in 27 minutes and 2 seconds
Changes
12
Pipelines
13
Hide whitespace changes
Inline
Side-by-side
notification-core/pom.xml
View file @
41ce3588
...
...
@@ -19,7 +19,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
notification-core
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<name>
notification-core
</name>
<description>
Core module for the notification service
</description>
<packaging>
jar
</packaging>
...
...
@@ -27,7 +27,7 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-notification
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
pom.xml
View file @
41ce3588
...
...
@@ -18,7 +18,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-notification
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<description>
Root Notification Service project
</description>
<properties>
...
...
provider/notification-aws/pom.xml
View file @
41ce3588
...
...
@@ -19,7 +19,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
notification-aws
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<name>
notification-aws
</name>
<description>
AWS implementation for Notification service
</description>
<packaging>
jar
</packaging>
...
...
@@ -27,7 +27,7 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-notification
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
@@ -61,7 +61,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
notification-core
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
</dependency>
<dependency>
...
...
provider/notification-azure/pom.xml
View file @
41ce3588
...
...
@@ -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"
>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
notification-azure
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<name>
notification-azure
</name>
<description>
Azure implementation for Notification service
</description>
<packaging>
jar
</packaging>
...
...
@@ -26,7 +26,7 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-notification
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
@@ -35,7 +35,7 @@
<maven.compiler.target>
${java.version}
</maven.compiler.target>
<maven.compiler.source>
${java.version}
</maven.compiler.source>
<jacoco-maven-plugin.version>
0.8.2
</jacoco-maven-plugin.version>
<osdu.notification-core.version>
0.
8
.0-SNAPSHOT
</osdu.notification-core.version>
<osdu.notification-core.version>
0.
9
.0-SNAPSHOT
</osdu.notification-core.version>
<springframework.version>
4.3.0.RELEASE
</springframework.version>
<reactor.netty.version>
0.9.0.RELEASE
</reactor.netty.version>
<reactor.core.version>
3.3.0.RELEASE
</reactor.core.version>
...
...
provider/notification-gcp/pom.xml
View file @
41ce3588
...
...
@@ -18,7 +18,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
notification-gcp
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<name>
notification-gcp
</name>
<description>
GCP implementation for Notification service
</description>
<packaging>
jar
</packaging>
...
...
@@ -26,7 +26,7 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-notification
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
@@ -50,7 +50,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
notification-core
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
</dependency>
<dependency>
...
...
provider/notification-ibm/pom.xml
View file @
41ce3588
...
...
@@ -16,7 +16,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
notification-ibm
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<name>
notification-ibm
</name>
<description>
IBM implementation for Notification service
</description>
<packaging>
jar
</packaging>
...
...
@@ -24,7 +24,7 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-notification
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
@@ -50,7 +50,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
notification-core
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
</dependency>
<!-- unit test dependencies -->
...
...
testing/notification-test-aws/pom.xml
View file @
41ce3588
...
...
@@ -21,13 +21,13 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-notification-testing
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
notification-test-aws
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<name>
notification-test-aws
</name>
<description>
AWS Integration tests for Notification Service
</description>
<packaging>
jar
</packaging>
...
...
@@ -52,7 +52,7 @@
<dependency>
<groupId>
org.opengroup.osdu.notification
</groupId>
<artifactId>
notification-test-core
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
...
...
testing/notification-test-azure/pom.xml
View file @
41ce3588
...
...
@@ -21,13 +21,13 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-notification-testing
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
notification-test-azure
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<name>
notification-test-azure
</name>
<description>
Integration tests Azure for notification
</description>
<packaging>
jar
</packaging>
...
...
@@ -42,7 +42,7 @@
<dependency>
<groupId>
org.opengroup.osdu.notification
</groupId>
<artifactId>
notification-test-core
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
</dependency>
<dependency>
...
...
testing/notification-test-core/pom.xml
View file @
41ce3588
...
...
@@ -21,13 +21,13 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-notification-testing
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<groupId>
org.opengroup.osdu.notification
</groupId>
<artifactId>
notification-test-core
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<name>
notification-test-core
</name>
<description>
Integration tests core for notification
</description>
<packaging>
jar
</packaging>
...
...
testing/notification-test-gcp/pom.xml
View file @
41ce3588
...
...
@@ -21,12 +21,12 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-notification-testing
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<artifactId>
notification-test-gcp
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<name>
notification-test-gcp
</name>
<description>
Integration tests GCP for notification
</description>
<packaging>
jar
</packaging>
...
...
@@ -41,7 +41,7 @@
<dependency>
<groupId>
org.opengroup.osdu.notification
</groupId>
<artifactId>
notification-test-core
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
...
...
testing/notification-test-ibm/pom.xml
View file @
41ce3588
...
...
@@ -18,13 +18,13 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-notification-testing
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
notification-test-ibm
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<name>
notification-test-ibm
</name>
<description>
Integration tests IBM for notification
</description>
<packaging>
jar
</packaging>
...
...
@@ -45,7 +45,7 @@
<dependency>
<groupId>
org.opengroup.osdu.notification
</groupId>
<artifactId>
notification-test-core
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
...
...
testing/pom.xml
View file @
41ce3588
...
...
@@ -18,7 +18,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-notification-testing
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<description>
Root Notification Service project
</description>
<packaging>
pom
</packaging>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment