Skip to content

Commit

Permalink
Release version 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MaisiKoleni committed Mar 31, 2021
1 parent c58400f commit a91f2fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Ares is provided as Maven dependency. To use Ares in the test environment of a M
<dependency>
<groupId>de.tum.in.ase</groupId>
<artifactId>artemis-java-test-sandbox</artifactId>
<version>1.5.2</version>
<version>1.5.3</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -84,7 +84,7 @@ Assume you have a Java 11 Maven project, and the inside of `pom.xml` looks like
<dependency>
<groupId>de.tum.in.ase</groupId>
<artifactId>artemis-java-test-sandbox</artifactId>
<version>1.5.2</version>
<version>1.5.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.tum.in.ase</groupId>
<artifactId>artemis-java-test-sandbox</artifactId>
<version>1.5.3-SNAPSHOT</version>
<version>1.5.3</version>
<name>Ares</name>
<description>The Artemis Java Test Sandbox. A JUnit 5 Extension for secure Artemis Java Testing.</description>
<url>https://github.com/ls1intum/artemis-java-test-sandbox</url>
Expand Down

0 comments on commit a91f2fc

Please sign in to comment.