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

OSDU Data Platform v0.26.0-azure.2

parent 21dff981
No related branches found
No related tags found
1 merge request!181add missing app insight config to azure application properties
Pipeline #271034 failed
......@@ -19,43 +19,43 @@ variables:
include:
- project: "osdu/platform/ci-cd-pipelines"
file: "standard-setup.yml"
ref: release/0.26
ref: v0.26.2
- project: "osdu/platform/ci-cd-pipelines"
file: "build/maven.yml"
ref: release/0.26
ref: v0.26.2
- project: "osdu/platform/ci-cd-pipelines"
file: "scanners/gitlab-ultimate.yml"
ref: release/0.26
ref: v0.26.2
- project: "osdu/platform/ci-cd-pipelines"
file: "cloud-providers/azure.yml"
ref: release/0.26
ref: v0.26.2
- project: "osdu/platform/ci-cd-pipelines"
file: "cloud-providers/aws-global.yml"
ref: release/0.26
ref: v0.26.2
- project: "osdu/platform/ci-cd-pipelines"
file: "cloud-providers/aws-maven.yml"
ref: release/0.26
ref: v0.26.2
- project: "osdu/platform/ci-cd-pipelines"
file: "cloud-providers/azure.yml"
ref: release/0.26
ref: v0.26.2
- project: "osdu/platform/ci-cd-pipelines"
file: "cloud-providers/gc-global.yml"
ref: release/0.26
ref: v0.26.2
- project: "osdu/platform/ci-cd-pipelines"
file: "cloud-providers/ibm.yml"
ref: release/0.26
ref: v0.26.2
- project: "osdu/platform/ci-cd-pipelines"
file: "cloud-providers/core-global.yml"
ref: release/0.26
ref: v0.26.2
- local: "devops/gc/pipeline/override-stages.yml"
......
......@@ -21,7 +21,7 @@
<groupId>org.opengroup.osdu</groupId>
<artifactId>secret</artifactId>
<version>0.26.1-SNAPSHOT</version>
<version>0.26.0</version>
<packaging>pom</packaging>
<description>Secret Service</description>
......
......@@ -20,7 +20,7 @@
<parent>
<groupId>org.opengroup.osdu</groupId>
<artifactId>secret</artifactId>
<version>0.26.1-SNAPSHOT</version>
<version>0.26.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
......@@ -30,7 +30,7 @@
<packaging>jar</packaging>
<properties>
<secret-core.version>0.26.1-SNAPSHOT</secret-core.version>
<secret-core.version>0.26.0</secret-core.version>
<core.lib.aws.version>0.26.0-spring6-rc1</core.lib.aws.version>
<aws.version>1.12.472</aws.version>
<java.version>17</java.version>
......@@ -82,7 +82,7 @@
<dependency>
<groupId>org.opengroup.osdu</groupId>
<artifactId>secret-core</artifactId>
<version>0.26.1-SNAPSHOT</version>
<version>0.26.0</version>
</dependency>
<dependency>
<groupId>org.opengroup.osdu.core.aws</groupId>
......
......@@ -25,7 +25,7 @@
<parent>
<groupId>org.opengroup.osdu</groupId>
<artifactId>secret</artifactId>
<version>0.26.1-SNAPSHOT</version>
<version>0.26.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
......@@ -34,7 +34,7 @@
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<azure.version>3.13.0</azure.version>
<secret-core.version>0.26.1-SNAPSHOT</secret-core.version>
<secret-core.version>0.26.0</secret-core.version>
<core-lib-azure.version>0.26.2</core-lib-azure.version>
<netty-version>4.1.101.Final</netty-version>
<reactor-netty-http.version>1.1.14</reactor-netty-http.version>
......
......@@ -26,7 +26,7 @@
<parent>
<groupId>org.opengroup.osdu</groupId>
<artifactId>secret</artifactId>
<version>0.26.1-SNAPSHOT</version>
<version>0.26.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
......@@ -34,7 +34,7 @@
<java.version>17</java.version>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<secret-core.version>0.26.1-SNAPSHOT</secret-core.version>
<secret-core.version>0.26.0</secret-core.version>
<core.lib.gcp.version>0.26.0</core.lib.gcp.version>
<netty-version>4.1.96.Final</netty-version>
</properties>
......
......@@ -25,7 +25,7 @@
<parent>
<groupId>org.opengroup.osdu</groupId>
<artifactId>secret</artifactId>
<version>0.26.1-SNAPSHOT</version>
<version>0.26.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
......@@ -33,7 +33,7 @@
<java.version>17</java.version>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<secret-core.version>0.26.1-SNAPSHOT</secret-core.version>
<secret-core.version>0.26.0</secret-core.version>
<os-core-lib-ibm.version>0.26.0</os-core-lib-ibm.version>
<netty-version>4.1.96.Final</netty-version>
<spring-cloud.version>2023.0.0</spring-cloud.version>
......
......@@ -29,7 +29,7 @@
<parent>
<groupId>org.opengroup.osdu</groupId>
<artifactId>secret</artifactId>
<version>0.26.1-SNAPSHOT</version>
<version>0.26.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
......@@ -37,7 +37,7 @@
<java.version>17</java.version>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<secret-core.version>0.26.1-SNAPSHOT</secret-core.version>
<secret-core.version>0.26.0</secret-core.version>
<core.lib.gcp.version>0.26.0</core.lib.gcp.version>
<netty-version>4.1.96.Final</netty-version>
</properties>
......
......@@ -26,7 +26,7 @@
<parent>
<groupId>org.opengroup.osdu</groupId>
<artifactId>secret</artifactId>
<version>0.26.1-SNAPSHOT</version>
<version>0.26.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
......
......@@ -21,7 +21,7 @@
<groupId>org.opengroup.osdu</groupId>
<artifactId>secret-testing</artifactId>
<version>0.26.1-SNAPSHOT</version>
<version>0.26.0</version>
<description>Root Secret Service project</description>
<packaging>pom</packaging>
......
......@@ -20,13 +20,13 @@
<parent>
<groupId>org.opengroup.osdu</groupId>
<artifactId>secret-testing</artifactId>
<version>0.26.1-SNAPSHOT</version>
<version>0.26.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.opengroup.osdu.secret</groupId>
<artifactId>secret-test-aws</artifactId>
<version>0.26.1-SNAPSHOT</version>
<version>0.26.0</version>
<properties>
<maven-surefire-plugin.version>2.21.0</maven-surefire-plugin.version>
......@@ -37,7 +37,7 @@
<dependency>
<groupId>org.opengroup.osdu</groupId>
<artifactId>secret-test-core</artifactId>
<version>0.26.1-SNAPSHOT</version>
<version>0.26.0</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.26.2-SNAPSHOT</version>
<version>0.26.2</version>
<packaging>jar</packaging>
<parent>
<artifactId>secret-testing</artifactId>
<groupId>org.opengroup.osdu</groupId>
<version>0.26.1-SNAPSHOT</version>
<version>0.26.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
......@@ -42,7 +42,7 @@
<dependency>
<groupId>org.opengroup.osdu</groupId>
<artifactId>secret-test-core</artifactId>
<version>0.26.1-SNAPSHOT</version>
<version>0.26.0</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
......
......@@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>secret-test-baremetal</artifactId>
<version>0.26.1-SNAPSHOT</version>
<version>0.26.0</version>
<packaging>jar</packaging>
<parent>
<artifactId>secret-testing</artifactId>
<groupId>org.opengroup.osdu</groupId>
<version>0.26.1-SNAPSHOT</version>
<version>0.26.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
......@@ -22,7 +22,7 @@
<dependency>
<groupId>org.opengroup.osdu</groupId>
<artifactId>secret-test-core</artifactId>
<version>0.26.1-SNAPSHOT</version>
<version>0.26.0</version>
</dependency>
<dependency>
<groupId>org.opengroup.osdu</groupId>
......
......@@ -20,13 +20,13 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>secret-test-core</artifactId>
<version>0.26.1-SNAPSHOT</version>
<version>0.26.0</version>
<packaging>jar</packaging>
<parent>
<artifactId>secret-testing</artifactId>
<groupId>org.opengroup.osdu</groupId>
<version>0.26.1-SNAPSHOT</version>
<version>0.26.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
......
......@@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>secret-test-gc</artifactId>
<version>0.26.1-SNAPSHOT</version>
<version>0.26.0</version>
<packaging>jar</packaging>
<parent>
<artifactId>secret-testing</artifactId>
<groupId>org.opengroup.osdu</groupId>
<version>0.26.1-SNAPSHOT</version>
<version>0.26.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
......@@ -25,7 +25,7 @@
<dependency>
<groupId>org.opengroup.osdu</groupId>
<artifactId>secret-test-core</artifactId>
<version>0.26.1-SNAPSHOT</version>
<version>0.26.0</version>
</dependency>
<dependency>
<groupId>org.opengroup.osdu</groupId>
......
......@@ -5,13 +5,13 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>secret-test-ibm</artifactId>
<version>0.26.1-SNAPSHOT</version>
<version>0.26.0</version>
<packaging>jar</packaging>
<parent>
<groupId>org.opengroup.osdu</groupId>
<artifactId>secret-testing</artifactId>
<version>0.26.1-SNAPSHOT</version>
<version>0.26.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
......@@ -27,7 +27,7 @@
<dependency>
<groupId>org.opengroup.osdu</groupId>
<artifactId>secret-test-core</artifactId>
<version>0.26.1-SNAPSHOT</version>
<version>0.26.0</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