Commit 03bc23b8d00f41e1a9c0e38c5b950e675f958cc0

Authored by bernard
1 parent 47ab8713

Adjust distributionManagement and scm in POM

Showing 1 changed file with 10 additions and 0 deletions
@@ -69,10 +69,20 @@ @@ -69,10 +69,20 @@
69 </profiles> 69 </profiles>
70 70
71 <distributionManagement> 71 <distributionManagement>
  72 + <repository>
  73 + <id>it-crowd.com.pl</id>
  74 + <name>MyCo Internal Repository</name>
  75 + <url>http://artifactory.it-crowd.com.pl/libs-release-local</url>
  76 + </repository>
72 <snapshotRepository> 77 <snapshotRepository>
73 <id>it-crowd.com.pl</id> 78 <id>it-crowd.com.pl</id>
74 <name>MyCo Internal Repository</name> 79 <name>MyCo Internal Repository</name>
75 <url>http://artifactory.it-crowd.com.pl/libs-snapshot-local</url> 80 <url>http://artifactory.it-crowd.com.pl/libs-snapshot-local</url>
76 </snapshotRepository> 81 </snapshotRepository>
77 </distributionManagement> 82 </distributionManagement>
  83 +
  84 + <scm>
  85 + <developerConnection>scm:svn:https://it-crowd.com.pl/svn/youtrack-rest-api/trunk</developerConnection>
  86 + </scm>
  87 +
78 </project> 88 </project>
Please register or login to post a comment