Skip to content

Commit 9054699

Browse files
committed
prepare 2.1.0
1 parent 42343d8 commit 9054699

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

elastest-torm-gui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "elastest-torm-gui",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"private": true,
55
"description": "ElasTest TORM GUI",
66
"keywords": [

elastest-torm-gui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>io.elastest.etm</groupId>
88
<artifactId>elastest-torm-gui</artifactId>
9-
<version>2.0.1</version>
9+
<version>2.1.0</version>
1010
<packaging>jar</packaging>
1111
<build>
1212
<plugins>

elastest-torm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<groupId>io.elastest.etm</groupId>
1313
<artifactId>elastest-torm</artifactId>
1414
<packaging>jar</packaging>
15-
<version>2.0.1</version>
15+
<version>2.1.0</version>
1616

1717
<name>${project.groupId}:${project.artifactId}</name>
1818
<description>This artifact contains the Elastest Torm project, part of the Elastest platform.</description>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>io.elastest</groupId>
66
<artifactId>torm</artifactId>
77
<packaging>pom</packaging>
8-
<version>2.0.1</version>
8+
<version>2.1.0</version>
99

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

0 commit comments

Comments
 (0)