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
Data Flow
Data Enrichment
wks
Commits
9370a715
Commit
9370a715
authored
Jul 25, 2021
by
David Diederich
Browse files
Update version of default branch to 0.11.0-SNAPSHOT
parent
a7e98d51
Pipeline
#54173
failed with stages
in 36 minutes and 51 seconds
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
9370a715
...
...
@@ -33,7 +33,7 @@
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-wks
</artifactId>
<version>
0.1
0
.0-SNAPSHOT
</version>
<version>
0.1
1
.0-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<name>
os-wks
</name>
<description>
os wks service
</description>
...
...
provider/wks-azure/pom.xml
View file @
9370a715
...
...
@@ -3,18 +3,18 @@
<parent>
<artifactId>
os-wks
</artifactId>
<groupId>
org.opengroup.osdu
</groupId>
<version>
0.1
0
.0-SNAPSHOT
</version>
<version>
0.1
1
.0-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
wks-azure
</artifactId>
<version>
0.1
0
.0-SNAPSHOT
</version>
<version>
0.1
1
.0-SNAPSHOT
</version>
<description>
WKS service on Azure
</description>
<packaging>
jar
</packaging>
<properties>
<osdu.corelibazure.version>
0.10.1
</osdu.corelibazure.version>
<azure.applicationinsights.version>
2.6.1
</azure.applicationinsights.version>
<osdu.os-wks-core.version>
0.1
0
.0-SNAPSHOT
</osdu.os-wks-core.version>
<osdu.os-wks-core.version>
0.1
1
.0-SNAPSHOT
</osdu.os-wks-core.version>
<azure.version>
2.1.7
</azure.version>
</properties>
<dependencyManagement>
...
...
provider/wks-gcp/pom.xml
View file @
9370a715
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-wks
</artifactId>
<version>
0.1
0
.0-SNAPSHOT
</version>
<version>
0.1
1
.0-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
<artifactId>
os-wks-gcp
</artifactId>
...
...
@@ -14,7 +14,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-wks-core
</artifactId>
<version>
0.1
0
.0-SNAPSHOT
</version>
<version>
0.1
1
.0-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
...
...
testing/pom.xml
View file @
9370a715
...
...
@@ -3,7 +3,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-wks-testing
</artifactId>
<version>
0.1
0
.0-SNAPSHOT
</version>
<version>
0.1
1
.0-SNAPSHOT
</version>
<description>
Root well-known service test project
</description>
<packaging>
pom
</packaging>
...
...
testing/wks-test-core/pom.xml
View file @
9370a715
...
...
@@ -3,13 +3,13 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-wks-testing
</artifactId>
<version>
0.1
0
.0-SNAPSHOT
</version>
<version>
0.1
1
.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
wks-test-core
</artifactId>
<version>
0.1
0
.0-SNAPSHOT
</version>
<version>
0.1
1
.0-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<properties>
...
...
wks-core/pom.xml
View file @
9370a715
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-wks
</artifactId>
<version>
0.1
0
.0-SNAPSHOT
</version>
<version>
0.1
1
.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
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