You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/05/30 20:26:58 UTC

[maven-doxia] 01/04: Fix indent

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 <mi...@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>