This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-verifier.git
The following commit(s) were added to refs/heads/master by this push: new b58a24f grammar (#90) b58a24f is described below commit b58a24f9c16a57d20c7bebd1580cca8ca462b7a2 Author: Elliotte Rusty Harold <elh...@users.noreply.github.com> AuthorDate: Fri Jun 7 17:16:58 2024 -0400 grammar (#90) --- src/site/markdown/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index 2e797ef..f10d5c3 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -19,6 +19,6 @@ # About Apache Maven Verifier Component -Provides a test harness for Maven integration tests. This is a library which can be used in own Java-based integration tests. Look at the [Getting Started guide](./getting-started.html) for more information on how to use it. +Provides a test harness for Maven integration tests. This is a library which can be used in Java-based integration tests. Look at the [Getting Started guide](./getting-started.html) for more information on how to use it. -More complex example usages can be found in the the [different integration tests](https://github.com/apache/maven-integration-testing/tree/master/core-it-suite/src/test/java/org/apache/maven/it) of [Maven Core Integration Tests](https://github.com/apache/maven-integration-testing). \ No newline at end of file +More complex example usages can be found in the the [different integration tests](https://github.com/apache/maven-integration-testing/tree/master/core-it-suite/src/test/java/org/apache/maven/it) of [Maven Core Integration Tests](https://github.com/apache/maven-integration-testing).