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

Remove SNAPSHOT dependencies

parent 632953e9
No related branches found
No related tags found
1 merge request!914Remove SNAPSHOT dependencies
Pipeline #276241 failed
......@@ -29,7 +29,7 @@
<maven.compiler.source>17</maven.compiler.source>
<docker.image.prefix>opendes</docker.image.prefix>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<os-core-common-spring6.version>0.27.0-SNAPSHOT</os-core-common-spring6.version>
<os-core-common.version>1.0.0</os-core-common.version>
<netty.version>4.1.51.Final</netty.version>
<snakeyaml.version>2.0</snakeyaml.version>
<commons-codec.version>1.14</commons-codec.version>
......@@ -76,8 +76,8 @@
<dependency>
<groupId>org.opengroup.osdu</groupId>
<artifactId>os-core-common-spring6</artifactId>
<version>${os-core-common-spring6.version}</version>
<artifactId>os-core-common</artifactId>
<version>${os-core-common.version}</version>
</dependency>
<dependency>
......
......@@ -48,7 +48,7 @@
</dependency>
<dependency>
<groupId>org.opengroup.osdu</groupId>
<artifactId>os-core-common-spring6</artifactId>
<artifactId>os-core-common</artifactId>
</dependency>
<dependency>
<groupId>org.opengroup.osdu</groupId>
......
......@@ -132,7 +132,7 @@
</dependency>
<dependency>
<groupId>org.opengroup.osdu</groupId>
<artifactId>os-core-common-spring6</artifactId>
<artifactId>os-core-common</artifactId>
</dependency>
<dependency>
<groupId>org.opengroup.osdu</groupId>
......
......@@ -44,7 +44,7 @@
<dependency>
<groupId>org.opengroup.osdu</groupId>
<artifactId>os-core-common-spring6</artifactId>
<artifactId>os-core-common</artifactId>
</dependency>
<dependency>
......
......@@ -41,7 +41,7 @@
<properties>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<os-core-common.version>0.27.0-SNAPSHOT</os-core-common.version>
<os-core-common.version>1.0.0</os-core-common.version>
<java.version>17</java.version>
<log4j.version>2.23.0</log4j.version>
<jackson.version>2.16.1</jackson.version>
......
......@@ -46,7 +46,7 @@
<dependency>
<groupId>org.opengroup.osdu</groupId>
<artifactId>os-core-common-spring6</artifactId>
<artifactId>os-core-common</artifactId>
<version>${os-core-common.version}</version>
</dependency>
......
......@@ -72,7 +72,7 @@
<!-- </dependency>-->
<dependency>
<groupId>org.opengroup.osdu</groupId>
<artifactId>os-core-common-spring6</artifactId>
<artifactId>os-core-common</artifactId>
<version>${os-core-common.version}</version>
<scope>compile</scope>
</dependency>
......
......@@ -54,7 +54,7 @@
<dependency>
<groupId>org.opengroup.osdu</groupId>
<artifactId>os-core-common-spring6</artifactId>
<artifactId>os-core-common</artifactId>
<version>${os-core-common.version}</version>
<scope>compile</scope>
</dependency>
......
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