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

Adding provider specific artifact versions

This enables provider specific releases, incrementing the version of only one component
parent 610cf4db
No related branches found
No related tags found
1 merge request!292Adding provider specific artifact versions
Pipeline #201456 passed with warnings
......@@ -26,6 +26,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>unit-aws</artifactId>
<version>0.23.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>unit-aws</name>
<description>Unit service AWS deployment</description>
......
......@@ -12,6 +12,7 @@
<packaging>jar</packaging>
<artifactId>unit-aks</artifactId>
<version>0.23.0-SNAPSHOT</version>
<name>unit-aks</name>
<description>Unit service Azure Kubernetes Deployment</description>
......
......@@ -11,6 +11,7 @@
</parent>
<artifactId>unit-gke</artifactId>
<version>0.23.0-SNAPSHOT</version>
<name>unit-gke</name>
<description>Unit service Google Kubernetes Engine deployment</description>
......
......@@ -12,6 +12,7 @@
<packaging>jar</packaging>
<artifactId>unit-ocp</artifactId>
<version>0.23.0-SNAPSHOT</version>
<name>unit-ocp</name>
<description>Unit service IBM OpenShift Deployment</description>
......
......@@ -11,6 +11,7 @@
</parent>
<artifactId>unit-core</artifactId>
<version>0.23.0-SNAPSHOT</version>
<name>unit-core</name>
<description>Unit service core</description>
......
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