update repo location for POM
This commit is contained in:
parent
9a94e1cbf6
commit
3b39368496
|
@ -125,14 +125,14 @@ uploadArchives {
|
||||||
url 'https://github.com/cpw/IronChest'
|
url 'https://github.com/cpw/IronChest'
|
||||||
|
|
||||||
scm {
|
scm {
|
||||||
url 'https://github.com/cpw/IronChest'
|
url 'https://github.com/progwml6/IronChest'
|
||||||
connection 'scm:git:git://github.com/cpw/IronChest.git'
|
connection 'scm:git:git://github.com/progwml6/IronChest.git'
|
||||||
developerConnection 'scm:git:git@github.com:cpw/IronChest.git'
|
developerConnection 'scm:git:git@github.com:progwml6/IronChest.git'
|
||||||
}
|
}
|
||||||
|
|
||||||
issueManagement {
|
issueManagement {
|
||||||
system 'github'
|
system 'github'
|
||||||
url 'https://github.com/cpw/IronChest/issues'
|
url 'https://github.com/progwml6/IronChest/issues'
|
||||||
}
|
}
|
||||||
|
|
||||||
licenses {
|
licenses {
|
||||||
|
|
Loading…
Reference in New Issue