Skip to content

Commit 30da718

Browse files
committed
Release version 1.8.0
1 parent 08862fc commit 30da718

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
@@ -4,7 +4,7 @@
44
:author: Christian Femers
55
:revnumber: 1.8.0
66
:revdate: 2022-02-09
7-
:revremark: Switched to AsciiDoc and added section 2.3.1
7+
:revremark: Switched to AsciiDoc and added sections 2.3.1 and 2.4.8 to 2.4.9
88
:showtitle:
99
:sectnums:
1010
:toc: preamble
@@ -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.7.6</version>
71+
<version>1.8.0</version>
7272
<scope>test</scope>
7373
</dependency>
7474
----
@@ -104,7 +104,7 @@ looks like this:
104104
<dependency>
105105
<groupId>de.tum.in.ase</groupId>
106106
<artifactId>artemis-java-test-sandbox</artifactId>
107-
<version>1.7.6</version>
107+
<version>1.8.0</version>
108108
<scope>test</scope>
109109
</dependency>
110110
</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.7.7-SNAPSHOT</version>
7+
<version>1.8.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)