fix formatting

This commit is contained in:
rodicasutu
2020-07-08 11:19:53 +03:00
parent a0910a5d24
commit 99d5eb0b13

View File

@@ -5,11 +5,6 @@
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<!-- Added to automatically download javadoc. -->
<properties>
<downloadSources>true</downloadSources>
<downloadJavadocs>true</downloadJavadocs>
</properties>
<repositories>
<repository>
<id>alfresco-internal</id>
@@ -61,7 +56,7 @@
<password>${env.MAVEN_PASSWORD}</password>
</server>
<server>
<id>alfresco-internal-snapshots</id>
<id>alfresco-internal-snapshots</id>
<username>${env.MAVEN_USERNAME}</username>
<password>${env.MAVEN_PASSWORD}</password>
</server>