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
Dataset
Commits
0d0db171
Commit
0d0db171
authored
Mar 08, 2021
by
David Diederich
Browse files
Creating Release Commit
parent
4c0f6659
Pipeline
#30828
passed with stages
in 11 minutes and 23 seconds
Changes
7
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0d0db171
...
...
@@ -8,27 +8,27 @@ variables:
include
:
-
project
:
"
osdu/platform/ci-cd-pipelines"
ref
:
"
release/
0.7"
ref
:
"
v
0.7
.0
"
file
:
"
standard-setup.yml"
-
project
:
"
osdu/platform/ci-cd-pipelines"
ref
:
"
release/
0.7"
ref
:
"
v
0.7
.0
"
file
:
"
build/maven.yml"
-
project
:
"
osdu/platform/ci-cd-pipelines"
ref
:
"
release/
0.7"
ref
:
"
v
0.7
.0
"
file
:
"
scanners/fossa.yml"
-
project
:
'
osdu/platform/ci-cd-pipelines'
ref
:
"
release/
0.7"
ref
:
"
v
0.7
.0
"
file
:
'
cloud-providers/aws.yml'
-
project
:
"
osdu/platform/ci-cd-pipelines"
ref
:
"
release/
0.7"
ref
:
"
v
0.7
.0
"
file
:
"
cloud-providers/ibm-deploy-only.yml"
-
project
:
"
osdu/platform/ci-cd-pipelines"
ref
:
"
release/
0.7"
ref
:
"
v
0.7
.0
"
file
:
"
scanners/gitlab-ultimate.yml"
# disable the eslint scanner
...
...
dataset-core/pom.xml
View file @
0d0db171
...
...
@@ -19,14 +19,14 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
dataset-core
</artifactId>
<version>
0.7.0
-SNAPSHOT
</version>
<version>
0.7.0
</version>
<description>
Core project for the Dataset Registry service
</description>
<packaging>
jar
</packaging>
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-dataset
</artifactId>
<version>
0.7.0
-SNAPSHOT
</version>
<version>
0.7.0
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
pom.xml
View file @
0d0db171
...
...
@@ -17,7 +17,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-dataset
</artifactId>
<version>
0.7.0
-SNAPSHOT
</version>
<version>
0.7.0
</version>
<description>
Root Dataset Registry Service project
</description>
<properties>
...
...
provider/dataset-aws/pom.xml
View file @
0d0db171
...
...
@@ -21,20 +21,20 @@
<parent>
<artifactId>
os-dataset
</artifactId>
<groupId>
org.opengroup.osdu
</groupId>
<version>
0.7.0
-SNAPSHOT
</version>
<version>
0.7.0
</version>
<relativePath>
../..
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
dataset-aws
</artifactId>
<description>
Dataset Registry service on AWS
</description>
<version>
0.7.0
-SNAPSHOT
</version>
<version>
0.7.0
</version>
<packaging>
jar
</packaging>
<properties>
<aws.version>
1.11.637
</aws.version>
<deployment.environment>
dev
</deployment.environment>
<version.number>
0.7.0
-SNAPSHOT
</version.number>
<version.number>
0.7.0
</version.number>
</properties>
<dependencyManagement>
...
...
testing/dataset-test-aws/pom.xml
View file @
0d0db171
...
...
@@ -19,7 +19,7 @@
<groupId>
org.opengroup.osdu.storage
</groupId>
<artifactId>
dataset-test-aws
</artifactId>
<version>
0.7.0
-SNAPSHOT
</version>
<version>
0.7.0
</version>
<packaging>
jar
</packaging>
<properties>
...
...
@@ -39,7 +39,7 @@
<dependency>
<groupId>
org.opengroup.osdu.storage
</groupId>
<artifactId>
dataset-test-core
</artifactId>
<version>
0.7.0
-SNAPSHOT
</version>
<version>
0.7.0
</version>
</dependency>
<dependency>
...
...
testing/dataset-test-core/pom.xml
View file @
0d0db171
...
...
@@ -19,7 +19,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.opengroup.osdu.storage
</groupId>
<artifactId>
dataset-test-core
</artifactId>
<version>
0.7.0
-SNAPSHOT
</version>
<version>
0.7.0
</version>
<packaging>
jar
</packaging>
<properties>
<maven.compiler.target>
1.8
</maven.compiler.target>
...
...
testing/pom.xml
View file @
0d0db171
...
...
@@ -19,7 +19,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-dataset-testing
</artifactId>
<version>
0.7.0
-SNAPSHOT
</version>
<version>
0.7.0
</version>
<description>
Dataset integration testing code
</description>
<packaging>
pom
</packaging>
...
...
Write
Preview
Markdown
is supported
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