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

Can't use ${project.version} here, because the core version could be different...

Can't use ${project.version} here, because the core version could be different than the provider version

Instead, we rely on explicitly specified versions.
parent 895c75b0
No related branches found
No related tags found
1 merge request!404Adding versions to the provider POMs
Checking pipeline status
......@@ -74,7 +74,7 @@
<dependency>
<groupId>org.opengroup.osdu</groupId>
<artifactId>partition-core</artifactId>
<version>${project.version}</version>
<version>0.22.0-SNAPSHOT</version>
</dependency>
<!-- AWS managed packages -->
......
......@@ -65,7 +65,7 @@
<dependency>
<groupId>org.opengroup.osdu</groupId>
<artifactId>partition-core</artifactId>
<version>${project.version}</version>
<version>0.22.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.opengroup.osdu</groupId>
......
......@@ -45,7 +45,7 @@
<dependency>
<groupId>org.opengroup.osdu</groupId>
<artifactId>partition-core</artifactId>
<version>${project.version}</version>
<version>0.22.0-SNAPSHOT</version>
</dependency>
<!-- Mappers -->
......
......@@ -50,7 +50,7 @@
<dependency>
<groupId>org.opengroup.osdu</groupId>
<artifactId>partition-core</artifactId>
<version>${project.version}</version>
<version>0.22.0-SNAPSHOT</version>
</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