Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Miquel A. Ferran Gonzalez committed Apr 5, 2021
1 parent bf38cbb commit 90b6292
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion maven-plugin-testing-harness-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.github.codeteapot.maven.plugin-testing</groupId>
<artifactId>maven-plugin-testing-harness</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</parent>

<artifactId>maven-plugin-testing-harness-api</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions maven-plugin-testing-harness-junit-jupiter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.github.codeteapot.maven.plugin-testing</groupId>
<artifactId>maven-plugin-testing-harness</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</parent>

<artifactId>maven-plugin-testing-harness-junit-jupiter</artifactId>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>com.github.codeteapot.maven.plugin-testing</groupId>
<artifactId>maven-plugin-testing-harness-api</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions maven-plugin-testing-harness-plexus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.github.codeteapot.maven.plugin-testing</groupId>
<artifactId>maven-plugin-testing-harness</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</parent>

<artifactId>maven-plugin-testing-harness-plexus</artifactId>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>com.github.codeteapot.maven.plugin-testing</groupId>
<artifactId>maven-plugin-testing-harness-api</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>com.github.codeteapot.maven.plugin-testing</groupId>
<artifactId>maven-plugin-testing-harness</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
<packaging>pom</packaging>

<name>Maven Plugin Testing Harness</name>
Expand Down

0 comments on commit 90b6292

Please sign in to comment.