migration on new package

This commit is contained in:
2020-11-25 14:08:45 +06:00
parent 08c6808706
commit 44f4b44c50
85 changed files with 257 additions and 258 deletions

View File

@@ -27,11 +27,11 @@ publishing {
pom {
description = "Exposed realisation for PostsSystem Core"
name = "PostsSystem Core Exposed realization"
url = "https://git.insanusmokrassar.com/PostsSystem/Core/"
url = "https://git.inmo.dev/PostsSystem/Core/"
scm {
developerConnection = "scm:git:[fetch=]https://git.insanusmokrassar.com/PostsSystem/Core/.git[push=]https://git.insanusmokrassar.com/PostsSystem/Core/.git"
url = "https://git.insanusmokrassar.com/PostsSystem/Core/.git"
developerConnection = "scm:git:[fetch=]https://git.inmo.dev/PostsSystem/Core/.git[push=]https://git.inmo.dev/PostsSystem/Core/.git"
url = "https://git.inmo.dev/PostsSystem/Core/.git"
}
developers {
@@ -48,7 +48,7 @@ publishing {
license {
name = "Apache Software License 2.0"
url = "https://git.insanusmokrassar.com/PostsSystem/Core/src/master/LICENSE"
url = "https://git.inmo.dev/PostsSystem/Core/src/master/LICENSE"
}
}