You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2021/03/05 09:52:27 UTC

[maven-site] branch master updated: Fix indentation

This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 51a5413  Fix indentation
     new 06ca8a3  Merge pull request #229 from beatngu13/fix-indentation
51a5413 is described below

commit 51a5413fb8770be4e2f1a386ce0a2ee321704537
Author: Daniel Kraus <da...@mailbox.org>
AuthorDate: Fri Mar 5 09:14:20 2021 +0100

    Fix indentation
---
 content/markdown/maven-ci-friendly.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/markdown/maven-ci-friendly.md b/content/markdown/maven-ci-friendly.md
index a9ef55b..e6976a1 100644
--- a/content/markdown/maven-ci-friendly.md
+++ b/content/markdown/maven-ci-friendly.md
@@ -253,7 +253,7 @@ mvn -Drevision=2.7.8 -Dchangelist= clean package
   <artifactId>ci-child</artifactId>
    ...
   <dependencies>
-		<dependency>
+    <dependency>
       <groupId>org.apache.maven.ci</groupId>
       <artifactId>child2</artifactId>
       <version>${project.version}</version>