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

Creating Release Commit

parent ac01f5bf
No related branches found
No related tags found
No related merge requests found
Pipeline #30926 passed with warnings
......@@ -6,23 +6,23 @@ variables:
include:
- project: 'osdu/platform/ci-cd-pipelines'
ref: 'release/0.7'
ref: 'v0.7.0'
file: 'standard-setup.yml'
- project: 'osdu/platform/ci-cd-pipelines'
ref: 'release/0.7'
ref: 'v0.7.0'
file: 'build/maven.yml'
- project: 'osdu/platform/ci-cd-pipelines'
ref: 'release/0.7'
ref: 'v0.7.0'
file: 'scanners/fossa.yml'
- project: 'osdu/platform/ci-cd-pipelines'
ref: 'release/0.7'
ref: 'v0.7.0'
file: 'scanners/gitlab-ultimate.yml'
- project: "osdu/platform/ci-cd-pipelines"
ref: "release/0.7"
ref: "v0.7.0"
file: "cloud-providers/azure.yml"
- local: "/devops/azure/bootstrap.yml"
......@@ -33,7 +33,7 @@
<groupId>org.opengroup.osdu</groupId>
<artifactId>os-wks</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
<packaging>pom</packaging>
<name>os-wks</name>
<description>os wks service </description>
......
......@@ -3,17 +3,17 @@
<parent>
<artifactId>os-wks</artifactId>
<groupId>org.opengroup.osdu</groupId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wks-azure</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
<description>WKS service on Azure</description>
<packaging>jar</packaging>
<properties>
<osdu.corelibazure.version>0.0.51</osdu.corelibazure.version>
<osdu.os-wks-core.version>0.7.0-SNAPSHOT</osdu.os-wks-core.version>
<osdu.os-wks-core.version>0.7.0</osdu.os-wks-core.version>
</properties>
<dependencyManagement>
<dependencies>
......
......@@ -3,7 +3,7 @@
<parent>
<groupId>org.opengroup.osdu</groupId>
<artifactId>os-wks</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
<relativePath>../../</relativePath>
</parent>
<artifactId>os-wks-gcp</artifactId>
......@@ -14,7 +14,7 @@
<dependency>
<groupId>org.opengroup.osdu</groupId>
<artifactId>os-wks-core</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
</dependency>
<dependency>
<groupId>org.opengroup.osdu</groupId>
......
......@@ -7,7 +7,7 @@
</parent>
<artifactId>wks-test-core</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
<dependencies>
<dependency>
......
......@@ -3,7 +3,7 @@
<parent>
<groupId>org.opengroup.osdu</groupId>
<artifactId>os-wks</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.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