Skip to content

Commit

Permalink
Preparing version 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Maes95 committed Feb 24, 2020
1 parent 94606d9 commit 2882df3
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion elastest-torm-gui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion elastest-torm-gui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elastest-torm-gui",
"version": "2.3.0",
"version": "2.4.0",
"private": true,
"description": "ElasTest TORM GUI",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion elastest-torm-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.elastest.etm</groupId>
<artifactId>elastest-torm-gui</artifactId>
<version>2.3.0</version>
<version>2.4.0</version>
<packaging>jar</packaging>
<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion elastest-torm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<groupId>io.elastest.etm</groupId>
<artifactId>elastest-torm</artifactId>
<packaging>jar</packaging>
<version>2.3.0</version>
<version>2.4.0</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>This artifact contains the Elastest Torm project, part of the Elastest platform.</description>
Expand Down
2 changes: 1 addition & 1 deletion elastest-torm/src/main/resources/test_engines/ece-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
value: http://esm:37005/
- name: ET_ETM_API
value: http://etm:8091/
image: elastest/ece:latest
image: elastest/ece:2.4.0
imagePullPolicy: Always
name: ece
ports:
Expand Down
2 changes: 1 addition & 1 deletion elastest-torm/src/main/resources/test_engines/ece.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
ece:
image: elastest/ece:latest
image: elastest/ece:2.4.0
ports:
- 37008:8888
environment:
Expand Down
2 changes: 1 addition & 1 deletion elastest-torm/src/main/resources/test_engines/eim-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
value: edm-mysql
- name: ET_EDM_MYSQL_PORT
value: "3306"
image: elastest/eim:latest
image: elastest/eim:2.4.0
imagePullPolicy: Always
name: eim
ports:
Expand Down
2 changes: 1 addition & 1 deletion elastest-torm/src/main/resources/test_engines/eim.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
eim:
image: elastest/eim:latest
image: elastest/eim:2.4.0
stdin_open: true
tty: true
environment:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>io.elastest</groupId>
<artifactId>torm</artifactId>
<packaging>pom</packaging>
<version>2.3.0</version>
<version>2.4.0</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>Test Orchestration and Recommendation Manager (TORM) reactor</description>
Expand Down

0 comments on commit 2882df3

Please sign in to comment.