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

Creating Release Commit

parent a3a96161
No related branches found
No related tags found
No related merge requests found
Pipeline #192348 canceled
......@@ -15,35 +15,35 @@ variables:
include:
- project: "osdu/platform/ci-cd-pipelines"
file: "standard-setup.yml"
ref: release/0.19
ref: v0.19.1
- project: "osdu/platform/ci-cd-pipelines"
file: "build/maven.yml"
ref: release/0.19
ref: v0.19.1
- project: "osdu/platform/ci-cd-pipelines"
file: "scanners/gitlab-ultimate.yml"
ref: release/0.19
ref: v0.19.1
- project: "osdu/platform/ci-cd-pipelines"
file: "cloud-providers/azure.yml"
ref: release/0.19
ref: v0.19.1
- project: "osdu/platform/ci-cd-pipelines"
file: "cloud-providers/aws-global.yml"
ref: release/0.19
ref: v0.19.1
- project: "osdu/platform/ci-cd-pipelines"
file: "cloud-providers/aws-maven.yml"
ref: release/0.19
ref: v0.19.1
- project: "osdu/platform/ci-cd-pipelines"
file: "cloud-providers/azure.yml"
ref: release/0.19
ref: v0.19.1
- project: "osdu/platform/ci-cd-pipelines"
file: "cloud-providers/gc-global.yml"
ref: release/0.19
ref: v0.19.1
- local: "devops/gc/pipeline/override-stages.yml"
......
......@@ -21,7 +21,7 @@
<groupId>org.opengroup.osdu</groupId>
<artifactId>secret</artifactId>
<version>0.19.1-SNAPSHOT</version>
<version>0.19.1</version>
<packaging>pom</packaging>
<description>Secret Service</description>
......
......@@ -19,7 +19,7 @@
<parent>
<groupId>org.opengroup.osdu</groupId>
<artifactId>secret</artifactId>
<version>0.19.1-SNAPSHOT</version>
<version>0.19.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
......@@ -27,10 +27,10 @@
<artifactId>secret-aws</artifactId>
<description>Secret Service on AWS</description>
<packaging>jar</packaging>
<version>0.19.1-SNAPSHOT</version>
<version>0.19.1</version>
<properties>
<spring-boot.version>2.7.2</spring-boot.version>
<secret-core.version>0.19.1-SNAPSHOT</secret-core.version>
<secret-core.version>0.19.1</secret-core.version>
<core.lib.aws.version>0.18.0-rc2</core.lib.aws.version>
<spring-webmvc.version>5.3.22</spring-webmvc.version>
<osdu.os-core-common.version>0.19.0</osdu.os-core-common.version>
......@@ -66,7 +66,7 @@
<dependency>
<groupId>org.opengroup.osdu</groupId>
<artifactId>secret-core</artifactId>
<version>0.19.1-SNAPSHOT</version>
<version>0.19.1</version>
</dependency>
<dependency>
<groupId>org.opengroup.osdu.core.aws</groupId>
......
......@@ -20,20 +20,20 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>secret-azure</artifactId>
<version>0.19.1-SNAPSHOT</version>
<version>0.19.1</version>
<description>Secret Azure</description>
<parent>
<groupId>org.opengroup.osdu</groupId>
<artifactId>secret</artifactId>
<version>0.19.1-SNAPSHOT</version>
<version>0.19.1</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.19.1-SNAPSHOT</secret-core.version>
<secret-core.version>0.19.1</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-gc</artifactId>
<version>0.19.1-SNAPSHOT</version>
<version>0.19.1</version>
<description>Secret Service</description>
<parent>
<groupId>org.opengroup.osdu</groupId>
<artifactId>secret</artifactId>
<version>0.19.1-SNAPSHOT</version>
<version>0.19.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<properties>
<spring-boot.version>2.7.2</spring-boot.version>
<secret-core.version>0.19.1-SNAPSHOT</secret-core.version>
<secret-core.version>0.19.1</secret-core.version>
<core.lib.gcp.version>0.19.0</core.lib.gcp.version>
<spring-webmvc.version>5.3.22</spring-webmvc.version>
<osdu.os-core-common.version>0.19.0</osdu.os-core-common.version>
......
......@@ -20,14 +20,14 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>secret-core</artifactId>
<version>0.19.1-SNAPSHOT</version>
<version>0.19.1</version>
<packaging>jar</packaging>
<description>Core project for the secret service</description>
<parent>
<groupId>org.opengroup.osdu</groupId>
<artifactId>secret</artifactId>
<version>0.19.1-SNAPSHOT</version>
<version>0.19.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
......
......@@ -21,7 +21,7 @@
<groupId>org.opengroup.osdu</groupId>
<artifactId>secret-testing</artifactId>
<version>0.19.1-SNAPSHOT</version>
<version>0.19.1</version>
<description>Root Secret Service project</description>
<packaging>pom</packaging>
......
......@@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>secret-test-anthos</artifactId>
<version>0.19.1-SNAPSHOT</version>
<version>0.19.1</version>
<packaging>jar</packaging>
<parent>
<artifactId>secret-testing</artifactId>
<groupId>org.opengroup.osdu</groupId>
<version>0.19.1-SNAPSHOT</version>
<version>0.19.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
......@@ -22,7 +22,7 @@
<dependency>
<groupId>org.opengroup.osdu</groupId>
<artifactId>secret-test-core</artifactId>
<version>0.19.1-SNAPSHOT</version>
<version>0.19.1</version>
</dependency>
<dependency>
<groupId>org.opengroup.osdu</groupId>
......
......@@ -20,13 +20,13 @@
<parent>
<groupId>org.opengroup.osdu</groupId>
<artifactId>secret-testing</artifactId>
<version>0.19.1-SNAPSHOT</version>
<version>0.19.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.opengroup.osdu.secret</groupId>
<artifactId>secret-test-aws</artifactId>
<version>0.19.1-SNAPSHOT</version>
<version>0.19.1</version>
<properties>
<maven-surefire-plugin.version>2.4.2</maven-surefire-plugin.version>
......@@ -37,7 +37,7 @@
<dependency>
<groupId>org.opengroup.osdu</groupId>
<artifactId>secret-test-core</artifactId>
<version>0.19.1-SNAPSHOT</version>
<version>0.19.1</version>
</dependency>
<dependency>
<groupId>org.opengroup.osdu.core.aws</groupId>
......
......@@ -20,13 +20,13 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>secret-test-azure</artifactId>
<version>0.19.1-SNAPSHOT</version>
<version>0.19.1</version>
<packaging>jar</packaging>
<parent>
<artifactId>secret-testing</artifactId>
<groupId>org.opengroup.osdu</groupId>
<version>0.19.1-SNAPSHOT</version>
<version>0.19.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
......@@ -38,7 +38,7 @@
<dependency>
<groupId>org.opengroup.osdu</groupId>
<artifactId>secret-test-core</artifactId>
<version>0.19.1-SNAPSHOT</version>
<version>0.19.1</version>
</dependency>
</dependencies>
......
......@@ -20,13 +20,13 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>secret-test-core</artifactId>
<version>0.19.1-SNAPSHOT</version>
<version>0.19.1</version>
<packaging>jar</packaging>
<parent>
<artifactId>secret-testing</artifactId>
<groupId>org.opengroup.osdu</groupId>
<version>0.19.1-SNAPSHOT</version>
<version>0.19.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
......
......@@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>secret-test-gc</artifactId>
<version>0.19.1-SNAPSHOT</version>
<version>0.19.1</version>
<packaging>jar</packaging>
<parent>
<artifactId>secret-testing</artifactId>
<groupId>org.opengroup.osdu</groupId>
<version>0.19.1-SNAPSHOT</version>
<version>0.19.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
......@@ -22,7 +22,7 @@
<dependency>
<groupId>org.opengroup.osdu</groupId>
<artifactId>secret-test-core</artifactId>
<version>0.19.1-SNAPSHOT</version>
<version>0.19.1</version>
</dependency>
<dependency>
<groupId>org.opengroup.osdu</groupId>
......
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