Skip to content
Snippets Groups Projects
Commit c2bcb7fd authored by Chad Leong's avatar Chad Leong
Browse files

Creating Release Commit

parent b787fc83
Branches master
No related tags found
No related merge requests found
Pipeline #192510 canceled
......@@ -48,47 +48,47 @@ 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/fossa-maven.yml"
ref: release/0.18
ref: v0.18.1
- project: "osdu/platform/ci-cd-pipelines"
file: "cloud-providers/aws-global.yml"
ref: release/0.18
ref: v0.18.1
- project: "osdu/platform/ci-cd-pipelines"
file: "cloud-providers/aws-maven.yml"
ref: release/0.18
ref: v0.18.1
- project: "osdu/platform/ci-cd-pipelines"
file: "cloud-providers/aws-mongodb-global.yml"
ref: release/0.18
ref: v0.18.1
- project: "osdu/platform/ci-cd-pipelines"
file: "cloud-providers/aws-mongodb-maven.yml"
ref: release/0.18
ref: v0.18.1
- project: "osdu/platform/ci-cd-pipelines"
file: "cloud-providers/ibm-java-git.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"
......
......@@ -50,7 +50,7 @@
<groupId>org.opengroup.osdu</groupId>
<artifactId>os-schema</artifactId>
<version>0.18.0-SNAPSHOT</version>
<version>0.18.0</version>
<packaging>pom</packaging>
<name>os-schema</name>
<description>os schema service </description>
......
......@@ -18,7 +18,7 @@
<parent>
<artifactId>os-schema</artifactId>
<groupId>org.opengroup.osdu</groupId>
<version>0.18.0-SNAPSHOT</version>
<version>0.18.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
......@@ -49,7 +49,7 @@
<dependency>
<groupId>org.opengroup.osdu</groupId>
<artifactId>os-schema-core</artifactId>
<version>0.18.0-SNAPSHOT</version>
<version>0.18.0</version>
</dependency>
<!-- AWS managed packages -->
<dependency>
......
......@@ -11,13 +11,13 @@
<parent>
<artifactId>os-schema</artifactId>
<groupId>org.opengroup.osdu</groupId>
<version>0.18.0-SNAPSHOT</version>
<version>0.18.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>os-schema-azure</artifactId>
<version>0.18.0-SNAPSHOT</version>
<version>0.18.0</version>
<description>Azure related implementation staff.</description>
<packaging>jar</packaging>
......@@ -25,7 +25,7 @@
<azure.version>2.1.7</azure.version>
<osdu.corelibazure.version>0.14.0-rc2</osdu.corelibazure.version>
<osdu.oscorecommon.version>0.13.0</osdu.oscorecommon.version>
<osdu.os-schema-core.version>0.18.0-SNAPSHOT</osdu.os-schema-core.version>
<osdu.os-schema-core.version>0.18.0</osdu.os-schema-core.version>
<mockito.version>1.10.19</mockito.version>
<cucumber.version>5.4.0</cucumber.version>
<nimbus-jose-jwt-azure.version>8.20.2</nimbus-jose-jwt-azure.version>
......
......@@ -3,7 +3,7 @@
<parent>
<groupId>org.opengroup.osdu</groupId>
<artifactId>os-schema</artifactId>
<version>0.18.0-SNAPSHOT</version>
<version>0.18.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
......@@ -37,7 +37,7 @@
<dependency>
<groupId>org.opengroup.osdu</groupId>
<artifactId>os-schema-core</artifactId>
<version>0.18.0-SNAPSHOT</version>
<version>0.18.0</version>
<!-- excluded due to runtime conflict with latest core-lib-gcp transient dependencies -->
<exclusions>
<exclusion>
......
......@@ -3,7 +3,7 @@
<parent>
<groupId>org.opengroup.osdu</groupId>
<artifactId>os-schema</artifactId>
<version>0.18.0-SNAPSHOT</version>
<version>0.18.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>os-schema-ibm</artifactId>
......@@ -35,7 +35,7 @@
<dependency>
<groupId>org.opengroup.osdu</groupId>
<artifactId>os-schema-core</artifactId>
<version>0.18.0-SNAPSHOT</version>
<version>0.18.0</version>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
......
......@@ -3,7 +3,7 @@
<parent>
<groupId>org.opengroup.osdu</groupId>
<artifactId>os-schema</artifactId>
<version>0.18.0-SNAPSHOT</version>
<version>0.18.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
......
......@@ -3,7 +3,7 @@
<groupId>org.opengroup.osdu</groupId>
<artifactId>os-schema-test</artifactId>
<version>0.18.0-SNAPSHOT</version>
<version>0.18.0</version>
<description>Schema Service Integration Test Root Project</description>
<packaging>pom</packaging>
......
......@@ -4,13 +4,13 @@
<parent>
<groupId>org.opengroup.osdu</groupId>
<artifactId>os-schema-test</artifactId>
<version>0.18.0-SNAPSHOT</version>
<version>0.18.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.opengroup.osdu</groupId>
<artifactId>os-schema-test-anthos</artifactId>
<version>0.18.0-SNAPSHOT</version>
<version>0.18.0</version>
<packaging>jar</packaging>
......
......@@ -4,12 +4,12 @@
<parent>
<groupId>org.opengroup.osdu</groupId>
<artifactId>os-schema-test</artifactId>
<version>0.18.0-SNAPSHOT</version>
<version>0.18.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>schema-test-azure</artifactId>
<version>0.18.0-SNAPSHOT</version>
<version>0.18.0</version>
<properties>
<os-core-lib-ibm.version>0.7.0</os-core-lib-ibm.version>
<os-core-lib-azure.version>0.6.1</os-core-lib-azure.version>
......@@ -33,7 +33,7 @@
<artifactId>log4j-to-slf4j</artifactId>
</exclusion>
</exclusions>
<version>0.18.0-SNAPSHOT</version>
<version>0.18.0</version>
</dependency>
<!--Rest assured dependency to be placed before JUnit dependency -->
......
......@@ -4,7 +4,7 @@
<parent>
<groupId>org.opengroup.osdu</groupId>
<artifactId>os-schema-test</artifactId>
<version>0.18.0-SNAPSHOT</version>
<version>0.18.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
......@@ -35,7 +35,7 @@
<artifactId>log4j-to-slf4j</artifactId>
</exclusion>
</exclusions>
<version>0.18.0-SNAPSHOT</version>
<version>0.18.0</version>
</dependency>
<!--Rest assured dependency to be placed before JUnit dependency -->
......
......@@ -4,13 +4,13 @@
<parent>
<groupId>org.opengroup.osdu</groupId>
<artifactId>os-schema-test</artifactId>
<version>0.18.0-SNAPSHOT</version>
<version>0.18.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.opengroup.osdu</groupId>
<artifactId>os-schema-test-gcp</artifactId>
<version>0.18.0-SNAPSHOT</version>
<version>0.18.0</version>
<packaging>jar</packaging>
......
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