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
Data Flow
Data Enrichment
wks
Commits
ab453dae
Commit
ab453dae
authored
Jun 03, 2021
by
David Diederich
Browse files
Updating library dependencies to use release versions
parent
e83f3901
Changes
4
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
ab453dae
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<maven.compiler.source>
1.8
</maven.compiler.source>
<maven.compiler.source>
1.8
</maven.compiler.source>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<springfox-version>
2.7.0
</springfox-version>
<springfox-version>
2.7.0
</springfox-version>
<osdu.oscorecommon-version>
0.9.0
-rc13
</osdu.oscorecommon-version>
<osdu.oscorecommon-version>
0.9.0
</osdu.oscorecommon-version>
</properties>
</properties>
<licenses>
<licenses>
...
...
provider/wks-azure/pom.xml
View file @
ab453dae
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
<description>
WKS service on Azure
</description>
<description>
WKS service on Azure
</description>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
<properties>
<properties>
<osdu.corelibazure.version>
0.9.0
-rc5
</osdu.corelibazure.version>
<osdu.corelibazure.version>
0.9.0
</osdu.corelibazure.version>
<azure.applicationinsights.version>
2.6.1
</azure.applicationinsights.version>
<azure.applicationinsights.version>
2.6.1
</azure.applicationinsights.version>
<osdu.os-wks-core.version>
0.9.0-SNAPSHOT
</osdu.os-wks-core.version>
<osdu.os-wks-core.version>
0.9.0-SNAPSHOT
</osdu.os-wks-core.version>
<azure.version>
2.1.7
</azure.version>
<azure.version>
2.1.7
</azure.version>
...
...
provider/wks-gcp/pom.xml
View file @
ab453dae
...
@@ -19,12 +19,12 @@
...
@@ -19,12 +19,12 @@
<dependency>
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-core-common
</artifactId>
<artifactId>
os-core-common
</artifactId>
<version>
0.9.0
-SNAPSHOT
</version>
<version>
0.9.0
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
core-lib-gcp
</artifactId>
<artifactId>
core-lib-gcp
</artifactId>
<version>
0.9.0
-SNAPSHOT
</version>
<version>
0.9.0
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
com.google.cloud
</groupId>
<groupId>
com.google.cloud
</groupId>
...
@@ -131,4 +131,4 @@
...
@@ -131,4 +131,4 @@
</build>
</build>
</project>
</project>
\ No newline at end of file
testing/wks-test-core/pom.xml
View file @
ab453dae
...
@@ -69,7 +69,7 @@
...
@@ -69,7 +69,7 @@
<dependency>
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-core-common
</artifactId>
<artifactId>
os-core-common
</artifactId>
<version>
0.9.0
-rc13
</version>
<version>
0.9.0
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
com.github.berkesa
</groupId>
<groupId>
com.github.berkesa
</groupId>
...
@@ -113,7 +113,7 @@
...
@@ -113,7 +113,7 @@
<dependency>
<dependency>
<groupId>
org.opengroup.osdu.de
</groupId>
<groupId>
org.opengroup.osdu.de
</groupId>
<artifactId>
os-automation-test-common-lib
</artifactId>
<artifactId>
os-automation-test-common-lib
</artifactId>
<version>
0.
0.1-SNAPSHOT
</version>
<version>
0.
9.0
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.awaitility
</groupId>
<groupId>
org.awaitility
</groupId>
...
@@ -123,7 +123,7 @@
...
@@ -123,7 +123,7 @@
<dependency>
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
core-lib-azure
</artifactId>
<artifactId>
core-lib-azure
</artifactId>
<version>
0.9.0
-rc7
</version>
<version>
0.9.0
</version>
<scope>
test
</scope>
<scope>
test
</scope>
</dependency>
</dependency>
<dependency>
<dependency>
...
@@ -182,4 +182,4 @@
...
@@ -182,4 +182,4 @@
</profile>
</profile>
</profiles>
</profiles>
</project>
</project>
\ No newline at end of file
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