From 490b9e3d98378e844be0c137061a0b463cf094a7 Mon Sep 17 00:00:00 2001 From: Christian Femers Date: Fri, 3 Feb 2023 18:07:11 +0100 Subject: [PATCH] Release version 1.11.2 --- README.adoc | 6 +++--- pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.adoc b/README.adoc index 80983595..7605974b 100644 --- a/README.adoc +++ b/README.adoc @@ -74,7 +74,7 @@ environment of a Maven project, include de.tum.in.ase artemis-java-test-sandbox - 1.11.1 + 1.11.2 test ---- @@ -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. @@ -118,7 +118,7 @@ looks like this: de.tum.in.ase artemis-java-test-sandbox - 1.11.1 + 1.11.2 test diff --git a/pom.xml b/pom.xml index 4f6edbc8..cec9f6a4 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 de.tum.in.ase artemis-java-test-sandbox - 1.11.2-SNAPSHOT + 1.11.2 Ares The Artemis Java Test Sandbox. A JUnit 5 Extension for secure Artemis Java Testing. https://github.com/ls1intum/Ares