Skip to content

Commit

Permalink
Release version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MaisiKoleni committed Nov 27, 2020
1 parent 1c5573c commit 37eac08
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 @@ -38,7 +38,7 @@ AJTS is provided as Maven dependency. To use AJTS in the test environment of a M
<dependency>
<groupId>de.tum.in.ase</groupId>
<artifactId>artemis-java-test-sandbox</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -83,7 +83,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.4.0</version>
<version>1.4.1</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.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<name>Artemis Java Test Sandbox</name>
<description>JUnit 5 Extension API for secure Artemis Java Testing</description>
<url>https://github.com/ls1intum/artemis-java-test-sandbox</url>
Expand Down

0 comments on commit 37eac08

Please sign in to comment.