summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ssh.apache
diff options
context:
space:
mode:
authorThomas Wolf <thomas.wolf@paranor.ch>2021-10-24 21:32:33 +0200
committerThomas Wolf <thomas.wolf@paranor.ch>2021-10-24 21:35:51 +0200
commitff3c3d8ff52eec0fff297b3ab056447599d589b2 (patch)
tree40bfab2cafc0f66d4d8f8c51f8cdab96d0e70c73 /org.eclipse.jgit.ssh.apache
parent6640baf57d10e6bc54b79955e3477534682b742f (diff)
downloadjgit-ff3c3d8ff52eec0fff297b3ab056447599d589b2.tar.gz
jgit-ff3c3d8ff52eec0fff297b3ab056447599d589b2.zip
Fix bad indentation in pom.xml
Change-Id: I683f190d6914fb48f32cc3b3f0910b4264c7d725 Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
Diffstat (limited to 'org.eclipse.jgit.ssh.apache')
-rw-r--r--org.eclipse.jgit.ssh.apache/pom.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/org.eclipse.jgit.ssh.apache/pom.xml b/org.eclipse.jgit.ssh.apache/pom.xml
index 6027a20955..823148dfda 100644
--- a/org.eclipse.jgit.ssh.apache/pom.xml
+++ b/org.eclipse.jgit.ssh.apache/pom.xml
@@ -105,15 +105,15 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-source-plugin</artifactId>
- <inherited>true</inherited>
- <executions>
- <execution>
- <id>attach-sources</id>
- <phase>process-classes</phase>
- <goals>
- <goal>jar</goal>
- </goals>
+ <artifactId>maven-source-plugin</artifactId>
+ <inherited>true</inherited>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <phase>process-classes</phase>
+ <goals>
+ <goal>jar</goal>
+ </goals>
<configuration>
<archive>
<manifestFile>${source-bundle-manifest}</manifestFile>