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
913c2611
Commit
913c2611
authored
Feb 16, 2021
by
Dmitriy Rudko
💬
Browse files
Updated version to 0.6.0-SNAPSHOT
parent
6a3a3c01
Pipeline
#26897
passed with stages
in 10 minutes and 12 seconds
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
backup-core/pom.xml
View file @
913c2611
<?xml version="1.0" encoding="UTF-8"?>
<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>
<artifactId>
backup-core
</artifactId>
<description>
Backup service Core on GCP
</description>
<version>
0.
0.2
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<parent>
<artifactId>
backup-service
</artifactId>
<groupId>
org.opengroup.osdu
</groupId>
<version>
0.
0.2
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
pom.xml
View file @
913c2611
<?xml version="1.0" encoding="UTF-8"?>
<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>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
backup-service
</artifactId>
<version>
0.
0.2
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<name>
backup-service
</name>
<description>
Backup service
</description>
...
...
provider/backup-gcp/pom.xml
View file @
913c2611
...
...
@@ -15,19 +15,17 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<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>
<artifactId>
backup-gcp
</artifactId>
<description>
Backup service on GCP
</description>
<version>
0.
0.2
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<parent>
<artifactId>
backup-service
</artifactId>
<groupId>
org.opengroup.osdu
</groupId>
<version>
0.
0.2
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
@@ -35,7 +33,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
backup-core
</artifactId>
<version>
0.
0.2
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<exclusions>
<exclusion>
<groupId>
org.mockito
</groupId>
...
...
testing/backup-test-core/pom.xml
View file @
913c2611
<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"
>
<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.
0.2
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<name>
backup-test-core
</name>
<description>
Core test project for the backup service
</description>
<packaging>
jar
</packaging>
...
...
@@ -11,7 +9,7 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
backup-test
</artifactId>
<version>
0.
0.2
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
testing/backup-test-gcp/pom.xml
View file @
913c2611
<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"
>
<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.
0.2
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<name>
backup-test-gcp
</name>
<description>
Core test project for the backup service
</description>
...
...
@@ -11,7 +9,7 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
backup-test
</artifactId>
<version>
0.
0.2
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
@@ -26,7 +24,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
backup-test-core
</artifactId>
<version>
0.
0.2
-SNAPSHOT
</version>
<version>
0.
6.0
-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
com.google.auth
</groupId>
...
...
testing/pom.xml
View file @
913c2611
<?xml version="1.0" encoding="UTF-8"?>
<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"
>
<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>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
backup-test
</artifactId>
<version>
0.
0.2
-SNAPSHOT
</version>
<version>
0.
6.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