Showing
1 changed file
with
15 additions
and
3 deletions
... | ... | @@ -62,11 +62,23 @@ |
62 | 62 | <properties> |
63 | 63 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
64 | 64 | </properties> |
65 | + | |
66 | + <scm> | |
67 | + <developerConnection>scm:svn:https://it-crowd.com.pl/svn/richfaces/trunk/ui/notify</developerConnection> | |
68 | + <url>https://it-crowd.com.pl/svn/schoolmanager/</url> | |
69 | + <tag>scm:svn:https://it-crowd.com.pl/svn/richfaces/trunk</tag> | |
70 | + </scm> | |
71 | + | |
65 | 72 | <distributionManagement> |
73 | + <repository> | |
74 | + <id>it-crowd.com.pl</id> | |
75 | + <name>IT Crowd Company Internal Repository</name> | |
76 | + <url>http://artifactory.it-crowd.com.pl/libs-release-local</url> | |
77 | + </repository> | |
66 | 78 | <snapshotRepository> |
67 | - <id>bernard.labno.pl</id> | |
68 | - <name>MyCo Internal Repository</name> | |
69 | - <url>http://bernard.labno.pl/artifactory/libs-snapshot-local</url> | |
79 | + <id>it-crowd.com.pl</id> | |
80 | + <name>IT Crowd Company Internal Repository</name> | |
81 | + <url>http://artifactory.it-crowd.com.pl/libs-snapshot-local</url> | |
70 | 82 | </snapshotRepository> |
71 | 83 | </distributionManagement> |
72 | 84 | ... | ... |
Please
register
or
login
to post a comment