diff --git a/pom.xml b/pom.xml index 095e834..e04b18a 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.assertj assertj-parent-pom - 2.2.17 + 2.2.18 in.rcard @@ -25,6 +25,7 @@ + 11 3.24.2 1.9.10 1.2.1 @@ -139,61 +140,74 @@ - - org.apache.maven.plugins - maven-javadoc-plugin - - 8 - - - - attach-javadocs - - jar - - - - - org.apache.maven.plugins maven-surefire-plugin - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + release + + local::file:./target/staging-deploy + + + + + org.jetbrains.dokka + dokka-maven-plugin + ${kotlin-stdlib.version} + + + install + + javadocJar + + + + + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + + attach-source + + jar + + + + + + org.jreleaser + jreleaser-maven-plugin + 1.5.1 + + + + ALWAYS + true + + + + + + ALWAYS + https://s01.oss.sonatype.org/service/local; + false + false + target/staging-deploy + + + + + + + + + + + \ No newline at end of file