Skip to content

Commit c494c4f

Browse files
committed
Issue-113 bump version
1 parent 18b5db0 commit c494c4f

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

java-reporter-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>io.testomat</groupId>
99
<artifactId>java-reporter-core</artifactId>
10-
<version>0.11.4</version>
10+
<version>0.11.5</version>
1111
<packaging>jar</packaging>
1212

1313
<name>Testomat.io Reporter Core</name>

java-reporter-core/src/main/java/io/testomat/core/constants/CommonConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package io.testomat.core.constants;
22

33
public class CommonConstants {
4-
public static final String REPORTER_VERSION = "0.11.4";
4+
public static final String REPORTER_VERSION = "0.11.5";
55

66
public static final String TESTS_STRING = "tests";
77
public static final String API_KEY_STRING = "api_key";

java-reporter-cucumber/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>io.testomat</groupId>
5353
<artifactId>java-reporter-core</artifactId>
54-
<version>0.11.4</version>
54+
<version>0.11.5</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>org.slf4j</groupId>

java-reporter-junit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>io.testomat</groupId>
5353
<artifactId>java-reporter-core</artifactId>
54-
<version>0.11.4</version>
54+
<version>0.11.5</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>org.slf4j</groupId>

java-reporter-karate/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>io.testomat</groupId>
5454
<artifactId>java-reporter-core</artifactId>
55-
<version>0.11.4</version>
55+
<version>0.11.5</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>io.karatelabs</groupId>

java-reporter-testng/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>io.testomat</groupId>
4949
<artifactId>java-reporter-core</artifactId>
50-
<version>0.11.4</version>
50+
<version>0.11.5</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>org.slf4j</groupId>

testomat-allure-adapter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>io.testomat</groupId>
6868
<artifactId>java-reporter-core</artifactId>
69-
<version>0.11.4</version>
69+
<version>0.11.5</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>io.qameta.allure</groupId>

0 commit comments

Comments
 (0)