Skip to content

Commit

Permalink
Prepare release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoRdiaz committed Feb 13, 2019
1 parent 9ef6da9 commit e383fe3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose-testlink.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
etm-testlink:
image: 'elastest/etm-testlink:1.0.0-beta1'
image: 'elastest/etm-testlink:1.0.0'
depends_on:
- edm-mysql
expose:
Expand Down
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": "1.0.0-beta7",
"version": "1.0.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>1.0.0-beta7</version>
<version>1.0.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>1.0.0-beta7</version>
<version>1.0.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/testlink.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.4'
services:
etm-testlink:
image: elastest/etm-testlink:1.0.0-beta1
image: elastest/etm-testlink:1.0.0
expose:
- 80
- 443
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>1.0.0-beta7</version>
<version>1.0.0</version>

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

0 comments on commit e383fe3

Please sign in to comment.