Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
greglarious committed Aug 9, 2018
1 parent 4ed966a commit 156bafa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -728,12 +728,12 @@
<repository>
<id>central</id>
<name>artifactory_release</name>
<url>${env.ARTIFACTORY_LOCATION}victorops_local</url>
<url>${env.ARTIFACTORY_LOCATION}artifactory/victorops_local</url>
</repository>
<snapshotRepository>
<id>snapshots</id>
<name>artifactory_snapshots</name>
<url>${env.ARTIFACTORY_LOCATION}victorops_local</url>
<url>${env.ARTIFACTORY_LOCATION}artifactory/victorops_local</url>
</snapshotRepository>
</distributionManagement>

Expand Down

0 comments on commit 156bafa

Please sign in to comment.