Skip to content

Commit d519242

Browse files
committed
Release version 1.12.0
1 parent 836baa9 commit d519242

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ environment of a Maven project, include
7474
<dependency>
7575
<groupId>de.tum.in.ase</groupId>
7676
<artifactId>artemis-java-test-sandbox</artifactId>
77-
<version>1.11.3</version>
77+
<version>1.12.0</version>
7878
<scope>test</scope>
7979
</dependency>
8080
----
@@ -84,7 +84,7 @@ in the `dependencies` section.
8484
For Gradle projects, include
8585
[source,groovy]
8686
----
87-
testImplementation 'de.tum.in.ase:artemis-java-test-sandbox:1.11.3'
87+
testImplementation 'de.tum.in.ase:artemis-java-test-sandbox:1.12.0'
8888
----
8989

9090
in the `dependencies` section.
@@ -118,7 +118,7 @@ looks like this:
118118
<dependency>
119119
<groupId>de.tum.in.ase</groupId>
120120
<artifactId>artemis-java-test-sandbox</artifactId>
121-
<version>1.11.3</version>
121+
<version>1.12.0</version>
122122
<scope>test</scope>
123123
</dependency>
124124
</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.12.0-SNAPSHOT</version>
7+
<version>1.12.0</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)