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
Schema
Commits
d9fdadee
Commit
d9fdadee
authored
Apr 13, 2021
by
David Diederich
Browse files
Update version of default branch to 0.9.0-SNAPSHOT
parent
da424e78
Pipeline
#38149
failed with stages
in 28 minutes and 38 seconds
Changes
9
Pipelines
6
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
d9fdadee
...
...
@@ -31,7 +31,7 @@
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-schema
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<name>
os-schema
</name>
<description>
os schema service
</description>
...
...
provider/schema-aws/pom.xml
View file @
d9fdadee
...
...
@@ -18,7 +18,7 @@
<parent>
<artifactId>
os-schema
</artifactId>
<groupId>
org.opengroup.osdu
</groupId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
@@ -35,7 +35,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-schema-core
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
</dependency>
<!-- AWS managed packages -->
<dependency>
...
...
provider/schema-azure/pom.xml
View file @
d9fdadee
...
...
@@ -18,20 +18,20 @@
<parent>
<artifactId>
os-schema
</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>
os-schema-azure
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<description>
Azure related implementation staff.
</description>
<packaging>
jar
</packaging>
<properties>
<osdu.corelibazure.version>
0.6.1
</osdu.corelibazure.version>
<osdu.oscorecommon.version>
0.6.9
</osdu.oscorecommon.version>
<osdu.os-schema-core.version>
0.
8
.0-SNAPSHOT
</osdu.os-schema-core.version>
<osdu.os-schema-core.version>
0.
9
.0-SNAPSHOT
</osdu.os-schema-core.version>
<mockito.version>
1.10.19
</mockito.version>
<cucumber.version>
5.4.0
</cucumber.version>
</properties>
...
...
provider/schema-gcp/pom.xml
View file @
d9fdadee
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-schema
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
...
...
@@ -29,7 +29,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-schema-core
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
</dependency>
<dependency>
...
...
provider/schema-ibm/pom.xml
View file @
d9fdadee
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-schema
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
<artifactId>
os-schema-ibm
</artifactId>
...
...
@@ -21,7 +21,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-schema-core
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
</dependency>
<dependency>
...
...
schema-core/pom.xml
View file @
d9fdadee
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-schema
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
testing/pom.xml
View file @
d9fdadee
...
...
@@ -3,7 +3,7 @@
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-schema-test
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<description>
Schema Service Integration Test Root Project
</description>
<packaging>
pom
</packaging>
...
...
testing/schema-test-core/pom.xml
View file @
d9fdadee
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-schema-test
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
testing/schema-test-gcp/pom.xml
View file @
d9fdadee
...
...
@@ -4,13 +4,13 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-schema-test
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-schema-test-gcp
</artifactId>
<version>
0.
8
.0-SNAPSHOT
</version>
<version>
0.
9
.0-SNAPSHOT
</version>
<packaging>
jar
</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