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
ba59337b
Commit
ba59337b
authored
Mar 19, 2021
by
Gitlab Runner
Browse files
Merge branch 'master' of
https://community.opengroup.org/osdu/platform/system/partition
parents
b834d42e
ef80270b
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
.fossa.yml
View file @
ba59337b
...
...
@@ -16,7 +16,19 @@ analyze:
type
:
mvn
target
:
partition-core/pom.xml
path
:
.
-
name
:
partition-a
ks
-
name
:
partition-a
zure
type
:
mvn
target
:
provider/partition-azure/pom.xml
path
:
.
-
name
:
partition-aws
type
:
mvn
target
:
provider/partition-aws/pom.xml
path
:
.
-
name
:
partition-ibm
type
:
mvn
target
:
provider/partition-ibm/pom.xml
path
:
.
-
name
:
partition-gcp
type
:
mvn
target
:
provider/partition-gcp/pom.xml
path
:
.
NOTICE
View file @
ba59337b
This diff is collapsed.
Click to expand it.
provider/partition-gcp/pom.xml
View file @
ba59337b
...
...
@@ -30,7 +30,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
core-lib-gcp
</artifactId>
<version>
0.
6.1-SNAPSHOT
</version>
<version>
0.
7.0
</version>
</dependency>
<dependency>
...
...
@@ -179,4 +179,4 @@
</plugins>
</build>
</project>
\ No newline at end of file
</project>
provider/partition-ibm/pom.xml
View file @
ba59337b
...
...
@@ -33,7 +33,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-core-lib-ibm
</artifactId>
<version>
0.
3.8-SNAPSHOT
</version>
<version>
0.
7.0
</version>
</dependency>
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
...
...
testing/partition-test-ibm/pom.xml
View file @
ba59337b
...
...
@@ -20,7 +20,7 @@
<maven.compiler.target>
1.8
</maven.compiler.target>
<maven.compiler.source>
1.8
</maven.compiler.source>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<os-core-lib-ibm.version>
0.
3.8-SNAPSHOT
</os-core-lib-ibm.version>
<os-core-lib-ibm.version>
0.
7.0
</os-core-lib-ibm.version>
</properties>
<dependencies>
...
...
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