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
System
Partition
Commits
2c9cdcda
Commit
2c9cdcda
authored
Apr 09, 2021
by
David Diederich
Browse files
Update version of default branch to 0.9.0-SNAPSHOT
parent
7551b027
Pipeline
#35478
passed with stages
in 47 minutes and 28 seconds
Changes
12
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
partition-core/pom.xml
View file @
2c9cdcda
...
...
@@ -18,14 +18,14 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
partition-core
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<description>
Core project for the partition service
</description>
<packaging>
jar
</packaging>
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
partition
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
pom.xml
View file @
2c9cdcda
...
...
@@ -18,7 +18,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
partition
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<description>
Partition Service
</description>
<properties>
...
...
provider/partition-aws/pom.xml
View file @
2c9cdcda
...
...
@@ -21,13 +21,13 @@
<parent>
<artifactId>
partition
</artifactId>
<groupId>
org.opengroup.osdu
</groupId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
partition-aws
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<description>
Partition service on AWS
</description>
<packaging>
jar
</packaging>
...
...
@@ -63,7 +63,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
partition-core
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
</dependency>
<!-- AWS managed packages -->
...
...
provider/partition-azure/pom.xml
View file @
2c9cdcda
...
...
@@ -4,18 +4,18 @@
<parent>
<artifactId>
partition
</artifactId>
<groupId>
org.opengroup.osdu
</groupId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
partition-azure
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<description>
Partition service on Azure
</description>
<packaging>
jar
</packaging>
<properties>
<osdu.partition-core.version>
0.
8
.0-SNAPSHOT
</osdu.partition-core.version>
<osdu.partition-core.version>
0.
9
.0-SNAPSHOT
</osdu.partition-core.version>
<osdu.corelibazure.version>
0.0.44
</osdu.corelibazure.version>
<osdu.oscorecommon.version>
0.3.28
</osdu.oscorecommon.version>
<azure.version>
2.3.5
</azure.version>
...
...
provider/partition-gcp/pom.xml
View file @
2c9cdcda
...
...
@@ -5,12 +5,12 @@
<parent>
<artifactId>
partition
</artifactId>
<groupId>
org.opengroup.osdu
</groupId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
<artifactId>
partition-gcp
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<description>
Partition service on GCP
</description>
<packaging>
jar
</packaging>
...
...
@@ -19,7 +19,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
partition-core
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
...
...
provider/partition-ibm/pom.xml
View file @
2c9cdcda
...
...
@@ -9,13 +9,13 @@
<parent>
<artifactId>
partition
</artifactId>
<groupId>
org.opengroup.osdu
</groupId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
partition-ibm
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<description>
Partition service on IBM
</description>
<packaging>
jar
</packaging>
...
...
@@ -38,7 +38,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
partition-core
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
</dependency>
...
...
testing/partition-test-aws/pom.xml
View file @
2c9cdcda
...
...
@@ -19,14 +19,14 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-partition-testing
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-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.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<properties>
...
...
@@ -65,7 +65,7 @@
<dependency>
<groupId>
org.opengroup.osdu.partition
</groupId>
<artifactId>
partition-test-core
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
</dependency>
<dependency>
...
...
testing/partition-test-azure/pom.xml
View file @
2c9cdcda
...
...
@@ -20,13 +20,13 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-partition-testing
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<groupId>
org.opengroup.osdu.partition
</groupId>
<artifactId>
partition-test-azure
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<properties>
...
...
@@ -65,7 +65,7 @@
<dependency>
<groupId>
org.opengroup.osdu.partition
</groupId>
<artifactId>
partition-test-core
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
</dependency>
<dependency>
...
...
testing/partition-test-core/pom.xml
View file @
2c9cdcda
...
...
@@ -20,13 +20,13 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-partition-testing
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<groupId>
org.opengroup.osdu.partition
</groupId>
<artifactId>
partition-test-core
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<properties>
...
...
testing/partition-test-gcp/pom.xml
View file @
2c9cdcda
...
...
@@ -6,13 +6,13 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-partition-testing
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<groupId>
org.opengroup.osdu.partition
</groupId>
<artifactId>
partition-test-gcp
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<properties>
...
...
@@ -57,7 +57,7 @@
<dependency>
<groupId>
org.opengroup.osdu.partition
</groupId>
<artifactId>
partition-test-core
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
</dependency>
<dependency>
...
...
testing/partition-test-ibm/pom.xml
View file @
2c9cdcda
...
...
@@ -6,13 +6,13 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-partition-testing
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<groupId>
org.opengroup.osdu.partition
</groupId>
<artifactId>
partition-test-ibm
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<properties>
...
...
@@ -58,7 +58,7 @@
<dependency>
<groupId>
org.opengroup.osdu.partition
</groupId>
<artifactId>
partition-test-core
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
</dependency>
<dependency>
...
...
testing/pom.xml
View file @
2c9cdcda
...
...
@@ -18,7 +18,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-partition-testing
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<description>
Root partition test 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