You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2021/06/10 12:25:34 UTC

[incubator-hop] branch master updated: HOP-2944: add correct compose version to files

This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 324eb0f  HOP-2944: add correct compose version to files
     new 3df5298  Merge pull request #861 from hansva/master
324eb0f is described below

commit 324eb0fde1a818e52acee8775846952c148f634d
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Thu Jun 10 14:24:16 2021 +0200

    HOP-2944: add correct compose version to files
---
 docker/integration-tests/integration-tests-base.yaml      | 2 +-
 docker/integration-tests/integration-tests-cassandra.yaml | 2 +-
 docker/integration-tests/integration-tests-database.yaml  | 2 +-
 docker/integration-tests/integration-tests-mongo.yaml     | 2 +-
 docker/integration-tests/integration-tests-neo4j.yaml     | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/docker/integration-tests/integration-tests-base.yaml b/docker/integration-tests/integration-tests-base.yaml
index 31360bf..668e171 100644
--- a/docker/integration-tests/integration-tests-base.yaml
+++ b/docker/integration-tests/integration-tests-base.yaml
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-version: '3'
+version: '2.4'
 services:
   integration_test:
     build:
diff --git a/docker/integration-tests/integration-tests-cassandra.yaml b/docker/integration-tests/integration-tests-cassandra.yaml
index 6f2b5c1..c0bbdcd 100644
--- a/docker/integration-tests/integration-tests-cassandra.yaml
+++ b/docker/integration-tests/integration-tests-cassandra.yaml
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-version: '3'
+version: '2.4'
 services:
   integration_test_cassandra:
     extends:
diff --git a/docker/integration-tests/integration-tests-database.yaml b/docker/integration-tests/integration-tests-database.yaml
index 7e551a7..8aeb151 100644
--- a/docker/integration-tests/integration-tests-database.yaml
+++ b/docker/integration-tests/integration-tests-database.yaml
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-version: '3'
+version: '2.4'
 services:
   integration_test_database:
     extends:
diff --git a/docker/integration-tests/integration-tests-mongo.yaml b/docker/integration-tests/integration-tests-mongo.yaml
index 16ee0da..c77937d 100644
--- a/docker/integration-tests/integration-tests-mongo.yaml
+++ b/docker/integration-tests/integration-tests-mongo.yaml
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-version: '3'
+version: '2.4'
 services:
   integration_test_mongo:
     extends:
diff --git a/docker/integration-tests/integration-tests-neo4j.yaml b/docker/integration-tests/integration-tests-neo4j.yaml
index 34af5e2..e434362 100644
--- a/docker/integration-tests/integration-tests-neo4j.yaml
+++ b/docker/integration-tests/integration-tests-neo4j.yaml
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-version: '3'
+version: '2.4'
 services:
   integration_test_neo4j:
     extends: