diff --git a/pom.xml b/pom.xml
index 20cde3b..cd6793f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,11 +4,33 @@
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
myClasses
- 1.3.5-SNAPSHOT
+ 1.3.5
myClasses
+ A grouping of functions that I've found useful
www.mattrixwv.com
@@ -23,13 +45,16 @@
21
target/dependency-check-report.json
target/dependency-check-report.html
+
+
+ 3BA6515C8FF145249BEBBEABA52FDEC4259179D4
org.junit.jupiter
junit-jupiter-api
- 5.10.2
+ 5.10.3
test
@@ -40,7 +65,7 @@
org.apache.maven.plugins
maven-enforcer-plugin
- 3.4.1
+ 3.5.0
enforce-maven
@@ -59,7 +84,7 @@
maven-clean-plugin
- 3.3.2
+ 3.4.0
maven-resources-plugin
@@ -68,22 +93,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.3.0
+ 3.4.2
maven-install-plugin
- 3.1.1
+ 3.1.2
maven-deploy-plugin
- 3.1.1
+ 3.1.2
maven-site-plugin
@@ -91,12 +124,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
@@ -104,13 +137,14 @@
org.apache.maven.plugins
maven-dependency-plugin
- 3.6.1
+ 3.7.1
+
org.sonarsource.scanner.maven
sonar-maven-plugin
- 3.10.0.3922
+ 4.0.0.4121
org.jacoco
@@ -136,7 +170,7 @@
org.owasp
dependency-check-maven
- 9.1.0
+ 10.0.3
none
@@ -152,6 +186,76 @@
+
+
+
+ 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}
+
+
+
+