Skip to content
Snippets Groups Projects
Commit 22f65b88 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 cbf398f0
No related branches found
No related tags found
1 merge request!67Switching the dependencies to release versions
......@@ -44,7 +44,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>
......
......@@ -44,7 +44,7 @@
<dependency>
<groupId>org.opengroup.osdu</groupId>
<artifactId>os-core-lib-ibm</artifactId>
<version>0.3.6-SNAPSHOT</version>
<version>0.7.0</version>
</dependency>
<dependency>
......
......@@ -33,7 +33,7 @@
<java.version>8</java.version>
<maven.compiler.target>${java.version}</maven.compiler.target>
<maven.compiler.source>${java.version}</maven.compiler.source>
<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>
<dependencies>
......
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