File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ environment of a Maven project, include
74
74
<dependency>
75
75
<groupId>de.tum.in.ase</groupId>
76
76
<artifactId>artemis-java-test-sandbox</artifactId>
77
- <version>1.11.3 </version>
77
+ <version>1.12.0 </version>
78
78
<scope>test</scope>
79
79
</dependency>
80
80
----
@@ -84,7 +84,7 @@ in the `dependencies` section.
84
84
For Gradle projects, include
85
85
[source,groovy]
86
86
----
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 '
88
88
----
89
89
90
90
in the `dependencies` section.
@@ -118,7 +118,7 @@ looks like this:
118
118
<dependency>
119
119
<groupId>de.tum.in.ase</groupId>
120
120
<artifactId>artemis-java-test-sandbox</artifactId>
121
- <version>1.11.3 </version>
121
+ <version>1.12.0 </version>
122
122
<scope>test</scope>
123
123
</dependency>
124
124
</dependencies>
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >de.tum.in.ase</groupId >
6
6
<artifactId >artemis-java-test-sandbox</artifactId >
7
- <version >1.12.0-SNAPSHOT </version >
7
+ <version >1.12.0</version >
8
8
<name >Ares</name >
9
9
<description >The Artemis Java Test Sandbox. A JUnit 5 Extension for secure Artemis Java Testing.</description >
10
10
<url >https://github.com/ls1intum/Ares</url >
You can’t perform that action at this time.
0 commit comments