Skip to content

Commit

Permalink
Adjusted distributionManagement for schedule-bom
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernard Labno committed Dec 20, 2011
1 parent f87fca4 commit bb7cfbe
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions ui/schedule/bom/pom.xml
Expand Up @@ -46,10 +46,15 @@
</dependencyManagement>

<distributionManagement>
<repository>
<id>it-crowd.com.pl</id>
<name>MyCo Internal Repository</name>
<url>http://artifactory.it-crowd.com.pl/libs-release-local</url>
</repository>
<snapshotRepository>
<id>bernard.labno.pl</id>
<id>it-crowd.com.pl</id>
<name>MyCo Internal Repository</name>
<url>http://bernard.labno.pl/artifactory/libs-snapshot-local</url>
<url>http://artifactory.it-crowd.com.pl/libs-snapshot-local</url>
</snapshotRepository>
</distributionManagement>
</project>

0 comments on commit bb7cfbe

Please sign in to comment.