Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Notification
Commits
fcb3859b
Commit
fcb3859b
authored
Mar 09, 2021
by
David Diederich
Browse files
Preparing Release Branch for next patch
parent
1da8c545
Pipeline
#30912
passed with stages
in 26 minutes and 9 seconds
Changes
13
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
fcb3859b
...
...
@@ -22,35 +22,35 @@ variables:
include
:
-
project
:
'
osdu/platform/ci-cd-pipelines'
ref
:
'
v
0.7
.0
'
ref
:
'
release/
0.7'
file
:
'
standard-setup.yml'
-
project
:
'
osdu/platform/ci-cd-pipelines'
ref
:
'
v
0.7
.0
'
ref
:
'
release/
0.7'
file
:
'
build/maven.yml'
-
project
:
'
osdu/platform/ci-cd-pipelines'
ref
:
'
v
0.7
.0
'
ref
:
'
release/
0.7'
file
:
'
scanners/fossa.yml'
-
project
:
'
osdu/platform/ci-cd-pipelines'
ref
:
'
v
0.7
.0
'
ref
:
'
release/
0.7'
file
:
'
scanners/gitlab-ultimate.yml'
-
project
:
"
osdu/platform/ci-cd-pipelines"
ref
:
'
v
0.7
.0
'
ref
:
'
release/
0.7'
file
:
"
cloud-providers/azure.yml"
-
project
:
'
osdu/platform/ci-cd-pipelines'
ref
:
'
v
0.7
.0
'
ref
:
'
release/
0.7'
file
:
'
cloud-providers/osdu-gcp-cloudrun.yml'
-
project
:
'
osdu/platform/ci-cd-pipelines'
ref
:
'
v
0.7
.0
'
ref
:
'
release/
0.7'
file
:
'
cloud-providers/aws.yml'
-
project
:
'
osdu/platform/ci-cd-pipelines'
ref
:
'
v
0.7
.0
'
ref
:
'
release/
0.7'
file
:
'
cloud-providers/ibm.yml'
osdu-gcp-test
:
...
...
notification-core/pom.xml
View file @
fcb3859b
...
...
@@ -19,7 +19,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
notification-core
</artifactId>
<version>
0.7.
0
</version>
<version>
0.7.
1-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.7.
0
</version>
<version>
0.7.
1-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
pom.xml
View file @
fcb3859b
...
...
@@ -18,7 +18,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-notification
</artifactId>
<version>
0.7.
0
</version>
<version>
0.7.
1-SNAPSHOT
</version>
<description>
Root Notification Service project
</description>
<properties>
...
...
provider/notification-aws/pom.xml
View file @
fcb3859b
...
...
@@ -19,7 +19,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
notification-aws
</artifactId>
<version>
0.7.
0
</version>
<version>
0.7.
1-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.7.
0
</version>
<version>
0.7.
1-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
@@ -61,7 +61,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
notification-core
</artifactId>
<version>
0.7.
0
</version>
<version>
0.7.
1-SNAPSHOT
</version>
</dependency>
<dependency>
...
...
provider/notification-azure/pom.xml
View file @
fcb3859b
...
...
@@ -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.7.
0
</version>
<version>
0.7.
1-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.7.
0
</version>
<version>
0.7.
1-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.7.
0
</osdu.notification-core.version>
<osdu.notification-core.version>
0.7.
1-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 @
fcb3859b
...
...
@@ -18,7 +18,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
notification-gcp
</artifactId>
<version>
0.7.
0
</version>
<version>
0.7.
1-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.7.
0
</version>
<version>
0.7.
1-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
@@ -50,7 +50,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
notification-core
</artifactId>
<version>
0.7.
0
</version>
<version>
0.7.
1-SNAPSHOT
</version>
</dependency>
<dependency>
...
...
provider/notification-ibm/pom.xml
View file @
fcb3859b
...
...
@@ -16,7 +16,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
notification-ibm
</artifactId>
<version>
0.7.
0
</version>
<version>
0.7.
1-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.7.
0
</version>
<version>
0.7.
1-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
@@ -50,7 +50,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
notification-core
</artifactId>
<version>
0.7.
0
</version>
<version>
0.7.
1-SNAPSHOT
</version>
</dependency>
<!-- unit test dependencies -->
...
...
testing/notification-test-aws/pom.xml
View file @
fcb3859b
...
...
@@ -21,13 +21,13 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-notification-testing
</artifactId>
<version>
0.7.
0
</version>
<version>
0.7.
1-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
notification-test-aws
</artifactId>
<version>
0.7.
0
</version>
<version>
0.7.
1-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.7.
0
</version>
<version>
0.7.
1-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
...
...
testing/notification-test-azure/pom.xml
View file @
fcb3859b
...
...
@@ -21,13 +21,13 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-notification-testing
</artifactId>
<version>
0.7.
0
</version>
<version>
0.7.
1-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
notification-test-azure
</artifactId>
<version>
0.7.
0
</version>
<version>
0.7.
1-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.7.
0
</version>
<version>
0.7.
1-SNAPSHOT
</version>
</dependency>
<dependency>
...
...
testing/notification-test-core/pom.xml
View file @
fcb3859b
...
...
@@ -21,13 +21,13 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-notification-testing
</artifactId>
<version>
0.7.
0
</version>
<version>
0.7.
1-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<groupId>
org.opengroup.osdu.notification
</groupId>
<artifactId>
notification-test-core
</artifactId>
<version>
0.7.
0
</version>
<version>
0.7.
1-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 @
fcb3859b
...
...
@@ -21,12 +21,12 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-notification-testing
</artifactId>
<version>
0.7.
0
</version>
<version>
0.7.
1-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<artifactId>
notification-test-gcp
</artifactId>
<version>
0.7.
0
</version>
<version>
0.7.
1-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.7.
0
</version>
<version>
0.7.
1-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
...
...
testing/notification-test-ibm/pom.xml
View file @
fcb3859b
...
...
@@ -18,13 +18,13 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-notification-testing
</artifactId>
<version>
0.7.
0
</version>
<version>
0.7.
1-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
notification-test-ibm
</artifactId>
<version>
0.7.
0
</version>
<version>
0.7.
1-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.7.
0
</version>
<version>
0.7.
1-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
...
...
testing/pom.xml
View file @
fcb3859b
...
...
@@ -18,7 +18,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-notification-testing
</artifactId>
<version>
0.7.
0
</version>
<version>
0.7.
1-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