Skip to content

Commit

Permalink
Release version 1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MaisiKoleni committed Jan 20, 2021
1 parent ca2d91a commit 800ae8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.5</version>
<version>1.4.6</version>
<scope>test</scope>
</dependency>
```
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.6-SNAPSHOT</version>
<version>1.4.6</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 800ae8a

Please sign in to comment.