Skip to content

Commit

Permalink
Preparing 1.3.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
EduJGURJC committed Mar 28, 2019
1 parent b4a08b2 commit 0c042d9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
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.3.0</version>
<version>1.3.1</version>
<packaging>jar</packaging>
<build>
<plugins>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -870,6 +870,7 @@ export class ElastestLogAnalyzerComponent implements OnInit, AfterViewInit, OnDe
}

filterTestCase(testCase: string): void {
this.showLoadMsg();
let startMsg: string = this.logAnalyzerService.startTestCasePrefix + testCase;
let endMsg: string = this.logAnalyzerService.endTestCasePrefix + testCase;

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.3.0</version>
<version>1.3.1</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 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.3.0</version>
<version>1.3.1</version>

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

0 comments on commit 0c042d9

Please sign in to comment.