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

Creating Release Commit

parent 4b8b1359
No related branches found
Tags v0.10.0
No related merge requests found
Pipeline #54197 failed
......@@ -13,27 +13,27 @@ variables:
include:
- project: 'osdu/platform/ci-cd-pipelines'
ref: release/0.10
ref: v0.10.1
file: 'standard-setup.yml'
- project: 'osdu/platform/ci-cd-pipelines'
ref: release/0.10
ref: v0.10.1
file: 'build/maven.yml'
- project: 'osdu/platform/ci-cd-pipelines'
ref: release/0.10
ref: v0.10.1
file: 'scanners/fossa.yml'
- project: 'osdu/platform/ci-cd-pipelines'
ref: release/0.10
ref: v0.10.1
file: 'scanners/gitlab-ultimate.yml'
- project: "osdu/platform/ci-cd-pipelines"
ref: release/0.10
ref: v0.10.1
file: "cloud-providers/azure.yml"
- project: "osdu/platform/ci-cd-pipelines"
ref: release/0.10
ref: v0.10.1
file: 'cloud-providers/osdu-gcp-cloudrun.yml'
- local: "/devops/azure/bootstrap.yml"
......
......@@ -33,7 +33,7 @@
<groupId>org.opengroup.osdu</groupId>
<artifactId>os-wks</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.10.0</version>
<packaging>pom</packaging>
<name>os-wks</name>
<description>os wks service</description>
......
......@@ -3,18 +3,18 @@
<parent>
<artifactId>os-wks</artifactId>
<groupId>org.opengroup.osdu</groupId>
<version>0.10.0-SNAPSHOT</version>
<version>0.10.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wks-azure</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.10.0</version>
<description>WKS service on Azure</description>
<packaging>jar</packaging>
<properties>
<osdu.corelibazure.version>0.10.1</osdu.corelibazure.version>
<azure.applicationinsights.version>2.6.1</azure.applicationinsights.version>
<osdu.os-wks-core.version>0.10.0-SNAPSHOT</osdu.os-wks-core.version>
<osdu.os-wks-core.version>0.10.0</osdu.os-wks-core.version>
<azure.version>2.1.7</azure.version>
</properties>
<dependencyManagement>
......
......@@ -3,7 +3,7 @@
<parent>
<groupId>org.opengroup.osdu</groupId>
<artifactId>os-wks</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.10.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>os-wks-gcp</artifactId>
......@@ -14,7 +14,7 @@
<dependency>
<groupId>org.opengroup.osdu</groupId>
<artifactId>os-wks-core</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.10.0</version>
</dependency>
<dependency>
<groupId>org.opengroup.osdu</groupId>
......
......@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.opengroup.osdu</groupId>
<artifactId>os-wks-testing</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.10.0</version>
<description>Root well-known service test project</description>
<packaging>pom</packaging>
......
......@@ -3,13 +3,13 @@
<parent>
<groupId>org.opengroup.osdu</groupId>
<artifactId>os-wks-testing</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.10.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.opengroup.osdu</groupId>
<artifactId>wks-test-core</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.10.0</version>
<packaging>jar</packaging>
<properties>
......@@ -135,7 +135,7 @@
<dependency>
<groupId>org.opengroup.osdu</groupId>
<artifactId>os-wks-core</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.10.0</version>
<scope>test</scope>
</dependency>
<dependency>
......
......@@ -3,7 +3,7 @@
<parent>
<groupId>org.opengroup.osdu</groupId>
<artifactId>os-wks</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.10.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
......
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