diff --git a/pom.xml b/pom.xml index a4b6a4e..378bef5 100644 --- a/pom.xml +++ b/pom.xml @@ -1,98 +1,134 @@ - - 4.0.0 + - de.caydenno1.xacrypto - XACrypto - 1.0-SNAPSHOT + 4.0.0 - XACrypto - https://ga-bv.mathai.cloud/ + de.caydenno1.xacrypto + xacrypto + 1.0.0-SNAPSHOT - - UTF-8 - 25 - + XACrypto + A multi-purpose Cryptography library in Java. + https://ga-bv.mathai.cloud/ + + + + MIT License + https://opensource.org/licenses/MIT + repo + + + + + + QXIoa + Xiao Xiong + + + + + scm:git:https://github.com/Geprivilegieerde-Anonimiteit-BV/XACrypto.git + scm:git:ssh://github.com/Geprivilegieerde-Anonimiteit-BV/XACrypto.git + https://github.com/Geprivilegieerde-Anonimiteit-BV/XACrypto + HEAD + + + + UTF-8 + 25 + 5.11.0 + + + + + + org.junit + junit-bom + ${junit.version} + pom + import + + + - - - org.junit - junit-bom - 5.11.0 - pom - import - + + org.junit.jupiter + junit-jupiter-api + test + + + + org.junit.jupiter + junit-jupiter-params + test + + + + org.junit.jupiter + junit-jupiter-engine + test + - - - - org.junit.jupiter - junit-jupiter-api - test - - - org.junit.jupiter - junit-jupiter-params - test - - + + - - - - - - maven-clean-plugin - 3.4.0 - - - - maven-resources-plugin - 3.3.1 - - - maven-compiler-plugin - 3.13.0 - - - maven-surefire-plugin - 3.3.0 - - - maven-jar-plugin - 3.4.2 - - - maven-install-plugin - 3.1.2 - - - maven-deploy-plugin - 3.1.2 - - - - maven-site-plugin - 3.12.1 - - - maven-project-info-reports-plugin - 3.6.1 - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 6 - 6 - - - - - + + org.apache.maven.plugins + maven-compiler-plugin + 3.14.0 + + + + org.apache.maven.plugins + maven-surefire-plugin + 3.5.2 + + + + org.apache.maven.plugins + maven-source-plugin + 3.3.1 + + + attach-sources + + jar-no-fork + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.11.2 + + + attach-javadocs + + jar + + + + + + + org.sonatype.central + central-publishing-maven-plugin + 0.9.0 + true + + central + true + + + + + + + \ No newline at end of file