Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
greglarious committed Aug 14, 2018
1 parent 156bafa commit 2ecd891
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -723,19 +723,18 @@
</reporting>

<!-- ==================================================================== -->

<distributionManagement>
<distributionManagement>
<repository>
<id>central</id>
<name>artifactory_release</name>
<url>${env.ARTIFACTORY_LOCATION}artifactory/victorops_local</url>
<id>central</id>
<name>artifactory_release</name>
<url>${env.ARTIFACTORY_LOCATION}artifactory/victorops_local</url>
</repository>
<snapshotRepository>
<id>snapshots</id>
<name>artifactory_snapshots</name>
<url>${env.ARTIFACTORY_LOCATION}artifactory/victorops_local</url>
<id>snapshots</id>
<name>artifactory_snapshots</name>
<url>${env.ARTIFACTORY_LOCATION}artifactory/victorops_local</url>
</snapshotRepository>
</distributionManagement>
</distributionManagement>

<!-- ==================================================================== -->
<profiles>
Expand Down

0 comments on commit 2ecd891

Please sign in to comment.