Skip to content
Snippets Groups Projects
Commit b96b2823 authored by David Diederich's avatar David Diederich
Browse files

Switching the dependencies to release versions

The SNAPSHOT versions are not preserved in the package registry, and we can't be sure about what the build will be if we use
these. By using release versions, the build is more predictable and reliable
parent feb78aa0
No related branches found
No related tags found
1 merge request!129Switching the dependencies to release versions
Pipeline #32345 failed
......@@ -25,7 +25,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>
......
......@@ -31,7 +31,7 @@
<packaging>jar</packaging>
<properties>
<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>
<profiles>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment