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
fdcf59dd
Commit
fdcf59dd
authored
Sep 03, 2021
by
David Diederich
Browse files
Update version of default branch to 0.12.0-SNAPSHOT
parent
c2ed2acc
Changes
7
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
fdcf59dd
...
...
@@ -33,7 +33,7 @@
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-wks
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<name>
os-wks
</name>
<description>
os wks service
</description>
...
...
provider/wks-azure/pom.xml
View file @
fdcf59dd
...
...
@@ -3,18 +3,18 @@
<parent>
<artifactId>
os-wks
</artifactId>
<groupId>
org.opengroup.osdu
</groupId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
wks-azure
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
<description>
WKS service on Azure
</description>
<packaging>
jar
</packaging>
<properties>
<osdu.corelibazure.version>
0.11.0
</osdu.corelibazure.version>
<azure.applicationinsights.version>
2.6.1
</azure.applicationinsights.version>
<osdu.os-wks-core.version>
0.1
1
.0-SNAPSHOT
</osdu.os-wks-core.version>
<osdu.os-wks-core.version>
0.1
2
.0-SNAPSHOT
</osdu.os-wks-core.version>
<azure.version>
2.1.7
</azure.version>
</properties>
<dependencyManagement>
...
...
provider/wks-gcp/pom.xml
View file @
fdcf59dd
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-wks
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
<artifactId>
os-wks-gcp
</artifactId>
...
...
@@ -15,7 +14,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-wks-core
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
...
...
testing/pom.xml
View file @
fdcf59dd
...
...
@@ -3,7 +3,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-wks-testing
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
<description>
Root well-known service test project
</description>
<packaging>
pom
</packaging>
...
...
testing/wks-test-core/pom.xml
View file @
fdcf59dd
...
...
@@ -3,13 +3,13 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-wks-testing
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
wks-test-core
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<properties>
...
...
@@ -135,7 +135,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-wks-core
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
<scope>
test
</scope>
</dependency>
<dependency>
...
...
testing/wks-test-gcp/pom.xml
View file @
fdcf59dd
...
...
@@ -4,13 +4,13 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-wks-testing
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
wks-test-gcp
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.0-SNAPSHOT
</version>
<packaging>
jar
</packaging>
...
...
wks-core/pom.xml
View file @
fdcf59dd
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-wks
</artifactId>
<version>
0.1
1
.0-SNAPSHOT
</version>
<version>
0.1
2
.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