Skip to content

Commit 7ad071b

Browse files
Merge pull request #12 from TestlumFramework/bugfix/change-junit-platform-version
Update global artifact version
2 parents ea3c67e + 2b7b8a8 commit 7ad071b

49 files changed

Lines changed: 49 additions & 49 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ FROM openjdk:${JDK_TAG}
1313

1414
WORKDIR /testlum/
1515

16-
ARG JAR_FILE=engine/target/testlum-1.0.1.jar
16+
ARG JAR_FILE=engine/target/testlum-1.0.2.jar
1717

1818
COPY --from=maven-build /testlum/${JAR_FILE} testlum.jar
1919

engine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.knubisoft</groupId>
99
<artifactId>testlum</artifactId>
10-
<version>1.0.1</version>
10+
<version>1.0.2</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

modules/assert/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.knubisoft</groupId>
99
<artifactId>modules</artifactId>
10-
<version>1.0.1</version>
10+
<version>1.0.2</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

modules/auth/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.knubisoft</groupId>
99
<artifactId>modules</artifactId>
10-
<version>1.0.1</version>
10+
<version>1.0.2</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

modules/clickhouse/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.knubisoft</groupId>
99
<artifactId>modules</artifactId>
10-
<version>1.0.1</version>
10+
<version>1.0.2</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

modules/conditional/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.knubisoft</groupId>
77
<artifactId>modules</artifactId>
8-
<version>1.0.1</version>
8+
<version>1.0.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

modules/dynamo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.knubisoft</groupId>
99
<artifactId>modules</artifactId>
10-
<version>1.0.1</version>
10+
<version>1.0.2</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

modules/elasticsearch/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.knubisoft</groupId>
99
<artifactId>modules</artifactId>
10-
<version>1.0.1</version>
10+
<version>1.0.2</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

modules/graphql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.knubisoft</groupId>
99
<artifactId>modules</artifactId>
10-
<version>1.0.1</version>
10+
<version>1.0.2</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

modules/http/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.knubisoft</groupId>
99
<artifactId>modules</artifactId>
10-
<version>1.0.1</version>
10+
<version>1.0.2</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

0 commit comments

Comments
 (0)