From 0cb4a64ae1a576c95d20c0c57ecc547f98a72ad7 Mon Sep 17 00:00:00 2001 From: wrider Date: Mon, 11 Nov 2019 21:41:30 -0500 Subject: [PATCH] Update for gettiing CI working Change-Id: I399ac80d052f7c044a5034cee83bb5bbff85f56a Signed-off-by: wrider --- otf-camunda/docker/container-tag.yaml | 15 +++++++++++++++ otf-camunda/pom.xml | 4 ++-- otf-service-api/docker/container-tag.yaml | 15 +++++++++++++++ 3 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 otf-camunda/docker/container-tag.yaml create mode 100644 otf-service-api/docker/container-tag.yaml diff --git a/otf-camunda/docker/container-tag.yaml b/otf-camunda/docker/container-tag.yaml new file mode 100644 index 0000000..ee078db --- /dev/null +++ b/otf-camunda/docker/container-tag.yaml @@ -0,0 +1,15 @@ +--- +# Copyright (c) 2019 AT&T Intellectual Property. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +tag: 0.0.1 diff --git a/otf-camunda/pom.xml b/otf-camunda/pom.xml index ad4deb3..2131e67 100644 --- a/otf-camunda/pom.xml +++ b/otf-camunda/pom.xml @@ -297,7 +297,7 @@ 7.10.0 1.1.0 2.1.2 - 7.10.4 + 7.10.0 1.1.1 3.2.1 1.6.6 @@ -410,4 +410,4 @@ One of the core components of the Open Test Framework Test Control Unit. - \ No newline at end of file + diff --git a/otf-service-api/docker/container-tag.yaml b/otf-service-api/docker/container-tag.yaml new file mode 100644 index 0000000..ee078db --- /dev/null +++ b/otf-service-api/docker/container-tag.yaml @@ -0,0 +1,15 @@ +--- +# Copyright (c) 2019 AT&T Intellectual Property. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +tag: 0.0.1 -- 2.16.6