From 672e999123e733c52fe238970932ec7835e7b37b Mon Sep 17 00:00:00 2001 From: Christian Femers Date: Sat, 28 May 2022 20:46:09 +0200 Subject: [PATCH] Release version 1.10.0 --- README.adoc | 6 +++--- pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.adoc b/README.adoc index 8f621c9c..64a1f41b 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.9.2 + 1.10.0 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.9.2' +testImplementation 'de.tum.in.ase:artemis-java-test-sandbox:1.10.0' ---- in the `dependencies` section. @@ -118,7 +118,7 @@ looks like this: de.tum.in.ase artemis-java-test-sandbox - 1.9.2 + 1.10.0 test diff --git a/pom.xml b/pom.xml index e7b75c22..de027367 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 de.tum.in.ase artemis-java-test-sandbox - 1.9.3-SNAPSHOT + 1.10.0 Ares The Artemis Java Test Sandbox. A JUnit 5 Extension for secure Artemis Java Testing. https://github.com/ls1intum/Ares