From 7eb657c1d2e92c6cdec0c02db3bbba71ecfaf585 Mon Sep 17 00:00:00 2001 From: Christian Femers Date: Thu, 24 Mar 2022 18:58:36 +0100 Subject: [PATCH] Release version 1.9.1 --- README.adoc | 6 +++--- pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.adoc b/README.adoc index b6978527..ed8f2443 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.0 + 1.9.1 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.0' +testImplementation 'de.tum.in.ase:artemis-java-test-sandbox:1.9.1' ---- in the `dependencies` section. @@ -112,7 +112,7 @@ looks like this: de.tum.in.ase artemis-java-test-sandbox - 1.9.0 + 1.9.1 test diff --git a/pom.xml b/pom.xml index bf3e7525..f17386a5 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 de.tum.in.ase artemis-java-test-sandbox - 1.9.1-SNAPSHOT + 1.9.1 Ares The Artemis Java Test Sandbox. A JUnit 5 Extension for secure Artemis Java Testing. https://github.com/ls1intum/Ares