Skip to content
Snippets Groups Projects
Commit 8b1b7b7e authored by Chad Leong's avatar Chad Leong :speech_balloon:
Browse files

Creating Release Commit

parent 71ee2572
No related branches found
No related tags found
No related merge requests found
Pipeline #153809 failed
......@@ -6,23 +6,23 @@ variables:
include:
- project: "osdu/platform/ci-cd-pipelines"
file: "standard-setup.yml"
ref: release/0.18
ref: v0.18.1
- project: "osdu/platform/ci-cd-pipelines"
file: "build/maven.yml"
ref: release/0.18
ref: v0.18.1
- project: "osdu/platform/ci-cd-pipelines"
file: "scanners/gitlab-ultimate.yml"
ref: release/0.18
ref: v0.18.1
- project: "osdu/platform/ci-cd-pipelines"
file: "cloud-providers/azure.yml"
ref: release/0.18
ref: v0.18.1
- project: "osdu/platform/ci-cd-pipelines"
file: "cloud-providers/osdu-gcp-global.yml"
ref: release/0.18
ref: v0.18.1
- local: "devops/gcp/pipeline/override-stages.yml"
......
......@@ -21,7 +21,7 @@
<groupId>org.opengroup.osdu</groupId>
<artifactId>secret</artifactId>
<version>0.18.0-SNAPSHOT</version>
<version>0.18.0</version>
<packaging>pom</packaging>
<description>Secret Service</description>
......
......@@ -20,20 +20,20 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>secret-azure</artifactId>
<version>0.18.0-SNAPSHOT</version>
<version>0.18.0</version>
<description>Secret Azure</description>
<parent>
<groupId>org.opengroup.osdu</groupId>
<artifactId>secret</artifactId>
<version>0.18.0-SNAPSHOT</version>
<version>0.18.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<properties>
<spring-boot.version>2.7.2</spring-boot.version>
<azure.version>3.13.0</azure.version>
<secret-core.version>0.18.0-SNAPSHOT</secret-core.version>
<secret-core.version>0.18.0</secret-core.version>
<core-lib-azure.version>0.17.0</core-lib-azure.version>
</properties>
......
......@@ -21,19 +21,19 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>secret-gcp</artifactId>
<version>0.18.0-SNAPSHOT</version>
<version>0.18.0</version>
<description>Secret Gcp</description>
<parent>
<groupId>org.opengroup.osdu</groupId>
<artifactId>secret</artifactId>
<version>0.18.0-SNAPSHOT</version>
<version>0.18.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<properties>
<spring-boot.version>2.7.2</spring-boot.version>
<secret-core.version>0.18.0-SNAPSHOT</secret-core.version>
<secret-core.version>0.18.0</secret-core.version>
<core.lib.gcp.version>0.18.0-rc2</core.lib.gcp.version>
<spring-webmvc.version>5.3.22</spring-webmvc.version>
<osdu.os-core-common.version>0.17.0</osdu.os-core-common.version>
......
......@@ -20,14 +20,14 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>secret-core</artifactId>
<version>0.18.0-SNAPSHOT</version>
<version>0.18.0</version>
<packaging>jar</packaging>
<description>Core project for the secret service</description>
<parent>
<groupId>org.opengroup.osdu</groupId>
<artifactId>secret</artifactId>
<version>0.18.0-SNAPSHOT</version>
<version>0.18.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
......
......@@ -21,7 +21,7 @@
<groupId>org.opengroup.osdu</groupId>
<artifactId>secret-testing</artifactId>
<version>0.18.0-SNAPSHOT</version>
<version>0.18.0</version>
<description>Root Secret Service project</description>
<packaging>pom</packaging>
......
......@@ -20,13 +20,13 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>secret-test-azure</artifactId>
<version>0.18.0-SNAPSHOT</version>
<version>0.18.0</version>
<packaging>jar</packaging>
<parent>
<artifactId>secret-testing</artifactId>
<groupId>org.opengroup.osdu</groupId>
<version>0.18.0-SNAPSHOT</version>
<version>0.18.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
......@@ -38,7 +38,7 @@
<dependency>
<groupId>org.opengroup.osdu</groupId>
<artifactId>secret-test-core</artifactId>
<version>0.18.0-SNAPSHOT</version>
<version>0.18.0</version>
</dependency>
</dependencies>
......
......@@ -20,13 +20,13 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>secret-test-core</artifactId>
<version>0.18.0-SNAPSHOT</version>
<version>0.18.0</version>
<packaging>jar</packaging>
<parent>
<artifactId>secret-testing</artifactId>
<groupId>org.opengroup.osdu</groupId>
<version>0.18.0-SNAPSHOT</version>
<version>0.18.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