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
545ee6f3
Commit
545ee6f3
authored
Feb 05, 2021
by
Rustam Lotsmanenko (EPAM)
Browse files
GONRG-1610 change version to 0.0.2
parent
c9b053c4
Changes
6
Hide whitespace changes
Inline
Side-by-side
backup-core/pom.xml
View file @
545ee6f3
...
...
@@ -7,7 +7,7 @@
<parent>
<artifactId>
backup-service
</artifactId>
<groupId>
org.opengroup.osdu
</groupId>
<version>
0.0.
1
</version>
<version>
0.0.
2
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
@@ -18,7 +18,7 @@
<artifactId>
backup-core
</artifactId>
<description>
Backup service Core on GCP
</description>
<version>
0.0.
1
</version>
<version>
0.0.
2
</version>
<dependencies>
<dependency>
...
...
pom.xml
View file @
545ee6f3
...
...
@@ -26,7 +26,7 @@
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
backup-service
</artifactId>
<version>
0.0.
1
</version>
<version>
0.0.
2
</version>
<packaging>
pom
</packaging>
<name>
backup-service
</name>
<description>
Backup service
</description>
...
...
provider/backup-gcp/pom.xml
View file @
545ee6f3
...
...
@@ -24,20 +24,20 @@
<parent>
<artifactId>
backup-service
</artifactId>
<groupId>
org.opengroup.osdu
</groupId>
<version>
0.0.
1
</version>
<version>
0.0.
2
</version>
<relativePath>
../..
</relativePath>
</parent>
<artifactId>
backup-gcp
</artifactId>
<description>
Backup service on GCP
</description>
<version>
0.0.
1
</version>
<version>
0.0.
2
</version>
<dependencies>
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
backup-core
</artifactId>
<version>
0.0.
1
</version>
<version>
0.0.
2
</version>
<exclusions>
<exclusion>
<groupId>
org.mockito
</groupId>
...
...
testing/backup-test-core/pom.xml
View file @
545ee6f3
...
...
@@ -3,7 +3,7 @@
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.
1
</version>
<version>
0.0.
2
</version>
<name>
backup-test-core
</name>
<description>
Core test project for the backup service
</description>
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
backup-test
</artifactId>
<version>
0.0.
1
</version>
<version>
0.0.
2
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
@@ -24,7 +24,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
backup-core
</artifactId>
<version>
0.0.
1
</version>
<version>
0.0.
2
</version>
</dependency>
<dependency>
<groupId>
com.sun.jersey
</groupId>
...
...
testing/backup-test-gcp/pom.xml
View file @
545ee6f3
...
...
@@ -3,7 +3,7 @@
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.
1
</version>
<version>
0.0.
2
</version>
<name>
backup-test-gcp
</name>
<description>
Core test project for the backup service
</description>
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
backup-test
</artifactId>
<version>
0.0.
1
</version>
<version>
0.0.
2
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
@@ -26,7 +26,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
backup-test-core
</artifactId>
<version>
0.0.
1
</version>
<version>
0.0.
2
</version>
</dependency>
<dependency>
<groupId>
com.google.auth
</groupId>
...
...
testing/pom.xml
View file @
545ee6f3
...
...
@@ -5,7 +5,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
backup-test
</artifactId>
<version>
0.0.
1
</version>
<version>
0.0.
2
</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