Skip to content

Commit e427813

Browse files
committed
Release version 1.7.2
1 parent 17c53d1 commit e427813

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
@@ -39,7 +39,7 @@ Ares is provided as Maven dependency. To use Ares in the test environment of a M
3939
<dependency>
4040
<groupId>de.tum.in.ase</groupId>
4141
<artifactId>artemis-java-test-sandbox</artifactId>
42-
<version>1.7.1</version>
42+
<version>1.7.2</version>
4343
<scope>test</scope>
4444
</dependency>
4545
```
@@ -84,7 +84,7 @@ Assume you have a Java 11 Maven project, and the inside of `pom.xml` looks like
8484
<dependency>
8585
<groupId>de.tum.in.ase</groupId>
8686
<artifactId>artemis-java-test-sandbox</artifactId>
87-
<version>1.7.1</version>
87+
<version>1.7.2</version>
8888
<scope>test</scope>
8989
</dependency>
9090
</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.7.2-SNAPSHOT</version>
7+
<version>1.7.2</version>
88
<name>Ares</name>
99
<description>The Artemis Java Test Sandbox. A JUnit 5 Extension for secure Artemis Java Testing.</description>
1010
<url>https://github.com/ls1intum/Ares</url>

0 commit comments

Comments
 (0)