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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6b94d9d  add indentation
6b94d9d is described below

commit 6b94d9d1a4aa0241f4d7d091108d6da1a7ee8e0d
Author: Hervé Boutemy <hbout...@apache.org>
AuthorDate: Fri Feb 26 08:51:57 2021 +0100

    add indentation
---
 src/site/markdown/jsr223-script-engines.md.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/markdown/jsr223-script-engines.md.vm 
b/src/site/markdown/jsr223-script-engines.md.vm
index e867a30..b051a56 100644
--- a/src/site/markdown/jsr223-script-engines.md.vm
+++ b/src/site/markdown/jsr223-script-engines.md.vm
@@ -20,4 +20,4 @@ under the License.
 
 | EngineName | Dependency |
 |------------|----------- |
-| groovy     | 
<code>&lt;dependency><br/>&lt;groupId&gt;org.codehaus.groovy&lt;/groupId&gt;<br/>&lt;artifactId&gt;groovy-jsr223&lt;/artifactId&gt;<br/>&lt;version&gt;&lt;/version&gt;<br/>&lt;/dependency&gt;</code>
 |
\ No newline at end of file
+| groovy     | 
<code>&lt;dependency><br/>&nbsp;&nbsp;&lt;groupId&gt;org.codehaus.groovy&lt;/groupId&gt;<br/>&nbsp;&nbsp;&lt;artifactId&gt;groovy-jsr223&lt;/artifactId&gt;<br/>&nbsp;&nbsp;&lt;version&gt;...&lt;/version&gt;<br/>&lt;/dependency&gt;</code>
 |
\ No newline at end of file

Reply via email to