diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 510974681e29fee80262a8100ec60a41b94558c2..874cecf6ad3dcf18d00266bf619e40994771d20a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,32 +16,42 @@ variables: include: - project: "osdu/platform/ci-cd-pipelines" file: "standard-setup.yml" + ref: release/0.16 - project: "osdu/platform/ci-cd-pipelines" file: "build/maven.yml" + ref: release/0.16 - project: "osdu/platform/ci-cd-pipelines" file: "scanners/gitlab-ultimate.yml" + ref: release/0.16 - project: "osdu/platform/ci-cd-pipelines" file: "scanners/fossa-maven.yml" + ref: release/0.16 - project: "osdu/platform/ci-cd-pipelines" file: "cloud-providers/aws-global.yml" + ref: release/0.16 - project: "osdu/platform/ci-cd-pipelines" file: "cloud-providers/aws-maven.yml" + ref: release/0.16 - project: "osdu/platform/ci-cd-pipelines" file: "cloud-providers/azure.yml" + ref: release/0.16 - project: "osdu/platform/ci-cd-pipelines" file: "cloud-providers/ibm.yml" + ref: release/0.16 - project: "osdu/platform/ci-cd-pipelines" file: "cloud-providers/osdu-gcp-global.yml" + ref: release/0.16 - local: "devops/gcp/pipeline/override-stages.yml" - project: "osdu/platform/ci-cd-pipelines" file: "publishing/pages.yml" + ref: release/0.16 diff --git a/testing/partition-test-anthos/pom.xml b/testing/partition-test-anthos/pom.xml index 67bb9ed9c21db94e56693825425db4ae1f03b2c2..956c80f1082bb164a1970c77b2c8bbff52f6b3b5 100644 --- a/testing/partition-test-anthos/pom.xml +++ b/testing/partition-test-anthos/pom.xml @@ -16,9 +16,7 @@ ~ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent>