From 90b6292bf5a9b8ee40fb8d89fd60a3b6dc53a4c5 Mon Sep 17 00:00:00 2001 From: "Miquel A. Ferran Gonzalez" Date: Mon, 5 Apr 2021 23:17:37 +0200 Subject: [PATCH] Release v1.1.0 --- README.md | 2 +- maven-plugin-testing-harness-api/pom.xml | 2 +- maven-plugin-testing-harness-junit-jupiter/pom.xml | 4 ++-- maven-plugin-testing-harness-plexus/pom.xml | 4 ++-- pom.xml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 14a286d..478ba2a 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,5 @@ Mechanisms to manage tests on Mojo. -Visit [project site](https://codeteapot.github.io/maven-plugin-testing-harness/v1.0.0) to see full +Visit [project site](https://codeteapot.github.io/maven-plugin-testing-harness/v1.1.0) to see full documentation. diff --git a/maven-plugin-testing-harness-api/pom.xml b/maven-plugin-testing-harness-api/pom.xml index ba4e3dd..ab7e59d 100644 --- a/maven-plugin-testing-harness-api/pom.xml +++ b/maven-plugin-testing-harness-api/pom.xml @@ -9,7 +9,7 @@ com.github.codeteapot.maven.plugin-testing maven-plugin-testing-harness - 1.0.0 + 1.1.0 maven-plugin-testing-harness-api diff --git a/maven-plugin-testing-harness-junit-jupiter/pom.xml b/maven-plugin-testing-harness-junit-jupiter/pom.xml index 12bc3e9..fe86a62 100644 --- a/maven-plugin-testing-harness-junit-jupiter/pom.xml +++ b/maven-plugin-testing-harness-junit-jupiter/pom.xml @@ -9,7 +9,7 @@ com.github.codeteapot.maven.plugin-testing maven-plugin-testing-harness - 1.0.0 + 1.1.0 maven-plugin-testing-harness-junit-jupiter @@ -24,7 +24,7 @@ com.github.codeteapot.maven.plugin-testing maven-plugin-testing-harness-api - 1.0.0 + 1.1.0 diff --git a/maven-plugin-testing-harness-plexus/pom.xml b/maven-plugin-testing-harness-plexus/pom.xml index 98b48b9..7798c6c 100644 --- a/maven-plugin-testing-harness-plexus/pom.xml +++ b/maven-plugin-testing-harness-plexus/pom.xml @@ -9,7 +9,7 @@ com.github.codeteapot.maven.plugin-testing maven-plugin-testing-harness - 1.0.0 + 1.1.0 maven-plugin-testing-harness-plexus @@ -24,7 +24,7 @@ com.github.codeteapot.maven.plugin-testing maven-plugin-testing-harness-api - 1.0.0 + 1.1.0 diff --git a/pom.xml b/pom.xml index 124a7c2..a5c6701 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ com.github.codeteapot.maven.plugin-testing maven-plugin-testing-harness - 1.0.0 + 1.1.0 pom Maven Plugin Testing Harness