mirror of https://github.com/apache/archiva.git
Remove extra spaces.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@512223 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
42738d8c99
commit
7103070bc2
|
@ -111,8 +111,8 @@
|
||||||
<groupId>${model.groupId}</groupId>
|
<groupId>${model.groupId}</groupId>
|
||||||
<artifactId>${model.artifactId}</artifactId>
|
<artifactId>${model.artifactId}</artifactId>
|
||||||
<version>${model.version}</version><c:if test="${model.packaging != 'jar'}">
|
<version>${model.version}</version><c:if test="${model.packaging != 'jar'}">
|
||||||
<type>${model.packaging}</type>
|
<type>${model.packaging}</type></c:if>
|
||||||
</c:if> </dependency>
|
</dependency>
|
||||||
</pre>
|
</pre>
|
||||||
</c:if>
|
</c:if>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue