Skip to content
GitLab
Menu
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
Partition
Commits
19d0f7c9
Commit
19d0f7c9
authored
Feb 04, 2022
by
David Diederich
Browse files
Update version of release branch to 0.13.1-SNAPSHOT
parent
d199b627
Pipeline
#91982
failed with stages
in 39 minutes and 21 seconds
Changes
13
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
partition-core/pom.xml
View file @
19d0f7c9
...
...
@@ -23,7 +23,7 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
partition
</artifactId>
<version>
0.13.
0
-SNAPSHOT
</version>
<version>
0.13.
1
-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
pom.xml
View file @
19d0f7c9
...
...
@@ -18,7 +18,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
partition
</artifactId>
<version>
0.13.
0
-SNAPSHOT
</version>
<version>
0.13.
1
-SNAPSHOT
</version>
<description>
Partition Service
</description>
<properties>
...
...
provider/partition-aws/pom.xml
View file @
19d0f7c9
...
...
@@ -21,7 +21,7 @@
<parent>
<artifactId>
partition
</artifactId>
<groupId>
org.opengroup.osdu
</groupId>
<version>
0.13.
0
-SNAPSHOT
</version>
<version>
0.13.
1
-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
provider/partition-azure/pom.xml
View file @
19d0f7c9
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
partition
</artifactId>
<groupId>
org.opengroup.osdu
</groupId>
<version>
0.13.
0
-SNAPSHOT
</version>
<version>
0.13.
1
-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
provider/partition-gcp/pom.xml
View file @
19d0f7c9
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
partition
</artifactId>
<groupId>
org.opengroup.osdu
</groupId>
<version>
0.13.
0
-SNAPSHOT
</version>
<version>
0.13.
1
-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
provider/partition-ibm/pom.xml
View file @
19d0f7c9
...
...
@@ -9,7 +9,7 @@
<parent>
<artifactId>
partition
</artifactId>
<groupId>
org.opengroup.osdu
</groupId>
<version>
0.13.
0
-SNAPSHOT
</version>
<version>
0.13.
1
-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
provider/partition-reference/pom.xml
View file @
19d0f7c9
...
...
@@ -5,14 +5,14 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
partition
</artifactId>
<version>
0.13.
0
-SNAPSHOT
</version>
<version>
0.13.
1
-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
partition-reference
</artifactId>
<description>
Partition service on Hybrid Cloud
</description>
<version>
0.13.
0
-SNAPSHOT
</version>
<version>
0.13.
1
-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<dependencies>
...
...
testing/partition-test-aws/pom.xml
View file @
19d0f7c9
...
...
@@ -19,14 +19,14 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-partition-testing
</artifactId>
<version>
0.13.
0
-SNAPSHOT
</version>
<version>
0.13.
1
-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.opengroup.osdu.partition
</groupId>
<artifactId>
partition-test-aws
</artifactId>
<version>
0.13.
0
-SNAPSHOT
</version>
<version>
0.13.
1
-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<properties>
...
...
@@ -65,7 +65,7 @@
<dependency>
<groupId>
org.opengroup.osdu.partition
</groupId>
<artifactId>
partition-test-core
</artifactId>
<version>
0.13.
0
-SNAPSHOT
</version>
<version>
0.13.
1
-SNAPSHOT
</version>
</dependency>
<dependency>
...
...
testing/partition-test-azure/pom.xml
View file @
19d0f7c9
...
...
@@ -20,13 +20,13 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-partition-testing
</artifactId>
<version>
0.13.
0
-SNAPSHOT
</version>
<version>
0.13.
1
-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<groupId>
org.opengroup.osdu.partition
</groupId>
<artifactId>
partition-test-azure
</artifactId>
<version>
0.13.
0
-SNAPSHOT
</version>
<version>
0.13.
1
-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<properties>
...
...
@@ -65,7 +65,7 @@
<dependency>
<groupId>
org.opengroup.osdu.partition
</groupId>
<artifactId>
partition-test-core
</artifactId>
<version>
0.13.
0
-SNAPSHOT
</version>
<version>
0.13.
1
-SNAPSHOT
</version>
</dependency>
<dependency>
...
...
testing/partition-test-core/pom.xml
View file @
19d0f7c9
...
...
@@ -20,13 +20,13 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-partition-testing
</artifactId>
<version>
0.13.
0
-SNAPSHOT
</version>
<version>
0.13.
1
-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<groupId>
org.opengroup.osdu.partition
</groupId>
<artifactId>
partition-test-core
</artifactId>
<version>
0.13.
0
-SNAPSHOT
</version>
<version>
0.13.
1
-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<properties>
...
...
testing/partition-test-gcp/pom.xml
View file @
19d0f7c9
...
...
@@ -6,13 +6,13 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-partition-testing
</artifactId>
<version>
0.13.
0
-SNAPSHOT
</version>
<version>
0.13.
1
-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<groupId>
org.opengroup.osdu.partition
</groupId>
<artifactId>
partition-test-gcp
</artifactId>
<version>
0.13.
0
-SNAPSHOT
</version>
<version>
0.13.
1
-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<properties>
...
...
@@ -57,7 +57,7 @@
<dependency>
<groupId>
org.opengroup.osdu.partition
</groupId>
<artifactId>
partition-test-core
</artifactId>
<version>
0.13.
0
-SNAPSHOT
</version>
<version>
0.13.
1
-SNAPSHOT
</version>
</dependency>
<dependency>
...
...
testing/partition-test-ibm/pom.xml
View file @
19d0f7c9
...
...
@@ -6,13 +6,13 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-partition-testing
</artifactId>
<version>
0.13.
0
-SNAPSHOT
</version>
<version>
0.13.
1
-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<groupId>
org.opengroup.osdu.partition
</groupId>
<artifactId>
partition-test-ibm
</artifactId>
<version>
0.13.
0
-SNAPSHOT
</version>
<version>
0.13.
1
-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<properties>
...
...
@@ -58,7 +58,7 @@
<dependency>
<groupId>
org.opengroup.osdu.partition
</groupId>
<artifactId>
partition-test-core
</artifactId>
<version>
0.13.
0
-SNAPSHOT
</version>
<version>
0.13.
1
-SNAPSHOT
</version>
</dependency>
<dependency>
...
...
testing/pom.xml
View file @
19d0f7c9
...
...
@@ -18,7 +18,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-partition-testing
</artifactId>
<version>
0.13.
0
-SNAPSHOT
</version>
<version>
0.13.
1
-SNAPSHOT
</version>
<description>
Root partition test project
</description>
<packaging>
pom
</packaging>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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