Skip to content

Commit

Permalink
Release version 1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MaisiKoleni committed Feb 3, 2023
1 parent 88b2cec commit 490b9e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ environment of a Maven project, include
<dependency>
<groupId>de.tum.in.ase</groupId>
<artifactId>artemis-java-test-sandbox</artifactId>
<version>1.11.1</version>
<version>1.11.2</version>
<scope>test</scope>
</dependency>
----
Expand All @@ -84,7 +84,7 @@ in the `dependencies` section.
For Gradle projects, include
[source,groovy]
----
testImplementation 'de.tum.in.ase:artemis-java-test-sandbox:1.11.1'
testImplementation 'de.tum.in.ase:artemis-java-test-sandbox:1.11.2'
----

in the `dependencies` section.
Expand Down Expand Up @@ -118,7 +118,7 @@ looks like this:
<dependency>
<groupId>de.tum.in.ase</groupId>
<artifactId>artemis-java-test-sandbox</artifactId>
<version>1.11.1</version>
<version>1.11.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.tum.in.ase</groupId>
<artifactId>artemis-java-test-sandbox</artifactId>
<version>1.11.2-SNAPSHOT</version>
<version>1.11.2</version>
<name>Ares</name>
<description>The Artemis Java Test Sandbox. A JUnit 5 Extension for secure Artemis Java Testing.</description>
<url>https://github.com/ls1intum/Ares</url>
Expand Down

0 comments on commit 490b9e3

Please sign in to comment.