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