Skip to content

Commit 7eb657c

Browse files
committed
Release version 1.9.1
1 parent 268585b commit 7eb657c

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
@@ -68,7 +68,7 @@ environment of a Maven project, include
6868
<dependency>
6969
<groupId>de.tum.in.ase</groupId>
7070
<artifactId>artemis-java-test-sandbox</artifactId>
71-
<version>1.9.0</version>
71+
<version>1.9.1</version>
7272
<scope>test</scope>
7373
</dependency>
7474
----
@@ -78,7 +78,7 @@ in the `dependencies` section.
7878
For Gradle projects, include
7979
[source,groovy]
8080
----
81-
testImplementation 'de.tum.in.ase:artemis-java-test-sandbox:1.9.0'
81+
testImplementation 'de.tum.in.ase:artemis-java-test-sandbox:1.9.1'
8282
----
8383

8484
in the `dependencies` section.
@@ -112,7 +112,7 @@ looks like this:
112112
<dependency>
113113
<groupId>de.tum.in.ase</groupId>
114114
<artifactId>artemis-java-test-sandbox</artifactId>
115-
<version>1.9.0</version>
115+
<version>1.9.1</version>
116116
<scope>test</scope>
117117
</dependency>
118118
</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.9.1-SNAPSHOT</version>
7+
<version>1.9.1</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)