Skip to content

Commit ec64d31

Browse files
committed
Release version 1.4.4
1 parent 3db2afd commit ec64d31

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ AJTS is provided as Maven dependency. To use AJTS in the test environment of a M
3838
<dependency>
3939
<groupId>de.tum.in.ase</groupId>
4040
<artifactId>artemis-java-test-sandbox</artifactId>
41-
<version>1.4.3</version>
41+
<version>1.4.4</version>
4242
<scope>test</scope>
4343
</dependency>
4444
```
@@ -83,7 +83,7 @@ Assume you have a Java 11 Maven project, and the inside of `pom.xml` looks like
8383
<dependency>
8484
<groupId>de.tum.in.ase</groupId>
8585
<artifactId>artemis-java-test-sandbox</artifactId>
86-
<version>1.4.3</version>
86+
<version>1.4.4</version>
8787
<scope>test</scope>
8888
</dependency>
8989
</dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>de.tum.in.ase</groupId>
66
<artifactId>artemis-java-test-sandbox</artifactId>
7-
<version>1.4.4-SNAPSHOT</version>
7+
<version>1.4.4</version>
88
<name>Artemis Java Test Sandbox</name>
99
<description>JUnit 5 Extension API for secure Artemis Java Testing</description>
1010
<url>https://github.com/ls1intum/artemis-java-test-sandbox</url>

0 commit comments

Comments
 (0)