Skip to content

Commit 86356b2

Browse files
committed
Bump version and fix issues in README
1 parent 7d127b7 commit 86356b2

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ If applicable, add screenshots to help explain your problem.
3232
Add any other context about the problem here.
3333

3434
**Ares-Version you are using**
35-
E.g. 1.14.0
35+
E.g. 1.15.0

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ A clear and concise description of any alternative solutions or features you've
2020
Add any other context or screenshots about the feature request here.
2121

2222
**Ares-Version you are using**
23-
E.g. 1.14.0
23+
E.g. 1.15.0

README.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ environment of a Maven project, include
6363
----
6464
<dependency>
6565
<groupId>de.tum.in.ase</groupId>
66-
<artifactId>ls1intum_Ares</artifactId>
67-
<version>1.14.0</version>
66+
<artifactId>artemis-java-test-sandbox</artifactId>
67+
<version>1.15.0</version>
6868
<scope>test</scope>
6969
</dependency>
7070
----
@@ -74,7 +74,7 @@ in the `dependencies` section.
7474
For Gradle projects, include
7575
[source,groovy]
7676
----
77-
testImplementation 'de.tum.in.ase:ls1intum_Ares:1.14.0'
77+
testImplementation 'de.tum.in.ase:artemis-java-test-sandbox:1.15.0'
7878
----
7979

8080
in the `dependencies` section.
@@ -107,8 +107,8 @@ looks like this:
107107
<dependencies>
108108
<dependency>
109109
<groupId>de.tum.in.ase</groupId>
110-
<artifactId>ls1intum_Ares</artifactId>
111-
<version>1.14.0</version>
110+
<artifactId>artemis-java-test-sandbox</artifactId>
111+
<version>1.15.0</version>
112112
<scope>test</scope>
113113
</dependency>
114114
</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.14.0</version>
7+
<version>1.15.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)