diff --git a/pom.xml b/pom.xml index 5f43b91..6ef6eb5 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,20 @@ + 4.0.0 ua.net.uid @@ -53,6 +69,37 @@ true + + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + + attach-sources + package + + jar + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.2.0 + + + attach-javadocs + package + + jar + + + + + org.apache.maven.plugins maven-surefire-plugin @@ -82,17 +129,6 @@ uid-releases - - - ua.net.uid-releases - https://git.uid.net.ua/maven/releases/ - - - ua.net.uid-snapshots - https://git.uid.net.ua/maven/snapshots/ - - - scm:git:https://git.uid.net.ua/git/uid/uid.database.git scm:git:https://git.uid.net.ua/git/uid/uid.database.git @@ -100,17 +136,28 @@ HEAD + + + uid-gitbucket-maven-repository-releases + https://git.uid.net.ua/maven/releases/ + + + uid-gitbucket-maven-repository-snapshots + https://git.uid.net.ua/maven/snapshots/ + + + - uid-releases + uid-gitbucket-maven-repository-releases Release repository https://git.uid.net.ua/maven/releases/ - uid-snapshots + uid-gitbucket-maven-repository-snapshots Snapshots repository https://git.uid.net.ua/maven/snapshots/ - \ No newline at end of file +