Update SCM connection details; #tigase/_server/tigase-server#23 - Commit 445bba0d - tigase/_server/tigase-utils
| skipped 46 lines |
47 | 47 | | </licenses> |
48 | 48 | | |
49 | 49 | | <scm> |
50 | | - | <connection>scm:git:https://github.com/tigase/tigase-utils.git</connection> |
51 | | - | <developerConnection>scm:git:https://github.com/tigase/tigase-utils.git</developerConnection> |
52 | | - | <url>https://github.com/tigase/tigase-utils/</url> |
| 50 | + | <connection>scm:git:${scm_repo_server_base}/${project.artifactId}.git</connection> |
| 51 | + | <developerConnection>scm:git:${scm_repo_server_base}/${project.artifactId}.git</developerConnection> |
| 52 | + | <url>${scm_repo_server_base}/${project.artifactId}</url> |
53 | 53 | | <tag>HEAD</tag> |
54 | 54 | | </scm> |
55 | 55 | | |
| skipped 68 lines |
Page is in error, reload to recover