diff --git a/pom.xml b/pom.xml index fa26626..d601824 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.github.doomsdayrs.api shosetsu-services - 0.2.4 + 0.2.5 1.3.61 @@ -16,6 +16,32 @@ core + + org.apache.maven.plugins + maven-javadoc-plugin + 3.1.1 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-source-plugin + 3.1.0 + + + attach-sources + + jar + + + + org.jetbrains.kotlin kotlin-maven-plugin