diff --git a/pom.xml b/pom.xml index fd88eb7..6ec81b8 100644 --- a/pom.xml +++ b/pom.xml @@ -3,13 +3,36 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 + + + GNU LESSER GENERAL PUBLIC LICENSE + https://www.gnu.org/licenses/lgpl-3.0.en.html + + + + + + Matthew Ellison + m_ellison@ymail.com + https://bitbucket.org/Mattrixwv + + + + + scm:git:git://bitbucket.org/Mattrixwv/Matrix.git + scm:git:ssh://bitbucket.org:Mattrixwv/Matrix.git + https://bitbucket.org/Mattrixwv/Matrix/src + + com.mattrixwv cipher-stream-java - 1.3.5-SNAPSHOT + 1.3.5 CipherStreamJava + A library to encrypt and decrypt simple ciphers http://www.mattrixwv.com + UTF-8 @@ -22,53 +45,57 @@ 21 target/dependency-check-report.json target/dependency-check-report.html + + + 3BA6515C8FF145249BEBBEABA52FDEC4259179D4 + com.mattrixwv myClasses - 1.3.4 + 1.3.5 com.mattrixwv matrix - 1.1.2 + 1.1.3 org.slf4j slf4j-api - 2.0.13 + 2.0.15 org.junit.jupiter junit-jupiter-api - 5.10.2 + 5.10.3 test org.junit.jupiter junit-jupiter-params - 5.10.2 + 5.10.3 test org.mockito mockito-core - 5.11.0 + 5.12.0 test org.mockito mockito-junit-jupiter - 5.11.0 + 5.12.0 test @@ -86,7 +113,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.4.1 + 3.5.0 enforce-maven @@ -105,7 +132,7 @@ maven-clean-plugin - 3.3.2 + 3.4.0 maven-resources-plugin @@ -114,22 +141,30 @@ maven-compiler-plugin 3.13.0 + + ${java.version} + + -Xlint:all + + true + true + maven-surefire-plugin - 3.2.5 + 3.3.1 maven-jar-plugin - 3.4.0 + 3.4.2 maven-install-plugin - 3.1.1 + 3.1.2 maven-deploy-plugin - 3.1.1 + 3.1.2 maven-assembly-plugin @@ -141,12 +176,12 @@ maven-project-info-reports-plugin - 3.5.0 + 3.6.2 org.codehaus.mojo versions-maven-plugin - 2.16.2 + 2.17.1 file://${session.executionRootDirectory}/version-rules.xml @@ -154,13 +189,13 @@ org.apache.maven.plugins maven-dependency-plugin - 3.6.1 + 3.7.1 org.sonarsource.scanner.maven sonar-maven-plugin - 3.11.0.3922 + 4.0.0.4121 org.jacoco @@ -186,7 +221,7 @@ org.owasp dependency-check-maven - 9.1.0 + 10.0.3 none @@ -202,6 +237,87 @@ + + + + org.sonatype.central + central-publishing-maven-plugin + 0.5.0 + true + + ossrh + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.7.0 + true + + ossrh + https://s01.oss.sonatype.org/ + true + + + + + org.apache.maven.plugins + maven-source-plugin + 3.3.1 + + + attach-sources + + jar-no-fork + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.8.0 + + + attach-javadocs + + jar + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 3.2.4 + + + sign-artifacts + verify + + sign + + + ${gpg.keyname} + ${gpg.keyname} + + + + + + + + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + +