This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-doxia.git
commit daf457069755f743577c451a2cdf1703f9f1fa37 Author: Michael Osipov <micha...@apache.org> AuthorDate: Mon May 30 22:17:34 2022 +0200 Fix indent --- doxia-core/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doxia-core/pom.xml b/doxia-core/pom.xml index 71f10ab4..8a9f7154 100644 --- a/doxia-core/pom.xml +++ b/doxia-core/pom.xml @@ -73,10 +73,10 @@ under the License. <scope>test</scope> </dependency> <dependency> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-core</artifactId> - <version>1.3</version> - <scope>test</scope> + <groupId>org.hamcrest</groupId> + <artifactId>hamcrest-core</artifactId> + <version>1.3</version> + <scope>test</scope> </dependency> <dependency> <groupId>org.xmlunit</groupId>