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 69 </profiles>
70 70
71 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 77 <snapshotRepository>
73 78 <id>it-crowd.com.pl</id>
74 79 <name>MyCo Internal Repository</name>
75 80 <url>http://artifactory.it-crowd.com.pl/libs-snapshot-local</url>
76 81 </snapshotRepository>
77 82 </distributionManagement>
  83 +
  84 + <scm>
  85 + <developerConnection>scm:svn:https://it-crowd.com.pl/svn/youtrack-rest-api/trunk</developerConnection>
  86 + </scm>
  87 +
78 88 </project>
... ...
Please register or login to post a comment