From 9da1696402a96f1ff379e8d8b903eb5143749c58 Mon Sep 17 00:00:00 2001 From: Christian Femers Date: Fri, 1 Apr 2022 02:39:14 +0200 Subject: [PATCH] Release version 1.9.2 --- README.adoc | 6 +++--- pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.adoc b/README.adoc index ed8f2443..a7c7594b 100644 --- a/README.adoc +++ b/README.adoc @@ -68,7 +68,7 @@ environment of a Maven project, include de.tum.in.ase artemis-java-test-sandbox - 1.9.1 + 1.9.2 test ---- @@ -78,7 +78,7 @@ in the `dependencies` section. For Gradle projects, include [source,groovy] ---- -testImplementation 'de.tum.in.ase:artemis-java-test-sandbox:1.9.1' +testImplementation 'de.tum.in.ase:artemis-java-test-sandbox:1.9.2' ---- in the `dependencies` section. @@ -112,7 +112,7 @@ looks like this: de.tum.in.ase artemis-java-test-sandbox - 1.9.1 + 1.9.2 test diff --git a/pom.xml b/pom.xml index 32610ff1..4374a793 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 de.tum.in.ase artemis-java-test-sandbox - 1.9.2-SNAPSHOT + 1.9.2 Ares The Artemis Java Test Sandbox. A JUnit 5 Extension for secure Artemis Java Testing. https://github.com/ls1intum/Ares