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
Deployment and Operations
Backup Service
Commits
787458ff
Commit
787458ff
authored
Apr 09, 2021
by
David Diederich
Browse files
Update version of default branch to 0.9.0-SNAPSHOT
parent
a8cc2a4f
Pipeline
#35481
passed with stages
in 30 minutes and 34 seconds
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
backup-core/pom.xml
View file @
787458ff
...
...
@@ -3,13 +3,13 @@
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
backup-core
</artifactId>
<description>
Backup service Core on GCP
</description>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<parent>
<artifactId>
backup-service
</artifactId>
<groupId>
org.opengroup.osdu
</groupId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
pom.xml
View file @
787458ff
...
...
@@ -3,7 +3,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
backup-service
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<name>
backup-service
</name>
<description>
Backup service
</description>
...
...
provider/backup-gcp/pom.xml
View file @
787458ff
...
...
@@ -19,13 +19,13 @@
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
backup-gcp
</artifactId>
<description>
Backup service on GCP
</description>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<parent>
<artifactId>
backup-service
</artifactId>
<groupId>
org.opengroup.osdu
</groupId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
@@ -33,7 +33,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
backup-core
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<exclusions>
<exclusion>
<groupId>
org.mockito
</groupId>
...
...
testing/backup-test-core/pom.xml
View file @
787458ff
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
backup-test-core
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<name>
backup-test-core
</name>
<description>
Core test project for the backup service
</description>
<packaging>
jar
</packaging>
...
...
@@ -9,7 +9,7 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
backup-test
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
@@ -22,7 +22,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
backup-core
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
com.sun.jersey
</groupId>
...
...
testing/backup-test-gcp/pom.xml
View file @
787458ff
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
backup-test-gcp
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<name>
backup-test-gcp
</name>
<description>
Core test project for the backup service
</description>
...
...
@@ -9,7 +9,7 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
backup-test
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
@@ -24,7 +24,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
backup-test-core
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
com.google.auth
</groupId>
...
...
testing/pom.xml
View file @
787458ff
...
...
@@ -3,7 +3,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
backup-test
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<name>
backup-test
</name>
...
...
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