From 70f2a3664e8413b4927d933fce4293ee8ecb1cf8 Mon Sep 17 00:00:00 2001 From: Christian Femers Date: Wed, 1 Jun 2022 02:27:23 +0200 Subject: [PATCH] Release version 1.10.1 --- README.adoc | 6 +++--- pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.adoc b/README.adoc index 64a1f41b..850e57b7 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.10.0 + 1.10.1 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.10.0' +testImplementation 'de.tum.in.ase:artemis-java-test-sandbox:1.10.1' ---- in the `dependencies` section. @@ -118,7 +118,7 @@ looks like this: de.tum.in.ase artemis-java-test-sandbox - 1.10.0 + 1.10.1 test diff --git a/pom.xml b/pom.xml index 526d5724..be0f10be 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 de.tum.in.ase artemis-java-test-sandbox - 1.10.1-SNAPSHOT + 1.10.1 Ares The Artemis Java Test Sandbox. A JUnit 5 Extension for secure Artemis Java Testing. https://github.com/ls1intum/Ares