From c91b60b74f56d830d823372c1a0b60dc8ac884d3 Mon Sep 17 00:00:00 2001 From: Benjamin Culkin Date: Sun, 21 Jan 2024 15:45:20 -0500 Subject: Fix a few things --- pom.xml | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 73 insertions(+), 3 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 4ce9787..7a5ba75 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 - bjc + com.ashardalon inflexion 2.0-SNAPSHOT @@ -12,6 +12,7 @@ bjc.inflexion.examples.InflexionTester + UTF-8 @@ -29,12 +30,29 @@ + + maven-site-plugin + 3.7.1 + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 3.5.3 + + + + + + maven-project-info-reports-plugin + 3.0.0 + + maven-compiler-plugin - 1.17 - 1.17 + 11 + 11 @@ -103,4 +121,56 @@ 4.12 + + + + + maven-javadoc-plugin + 3.4.0 + + + + maven-surefire-plugin + 2.22.1 + + + maven-changes-plugin + 2.12.1 + + + maven-changelog-plugin + 2.3 + + + + + + + ashardalon-dav + dav:https://ashardalon.com/projects/inflexion + + + ashardalon + Ashardalon Snapshots + https://repo.ashardalon.com/snapshots + + + ashardalon + Ashardalon Releases + https://repo.ashardalon.com/releases + + + + + ashardalon-forge + Ashardalon Forge + https://repo.ashardalon.com + + true + + + true + + + -- cgit v1.2.3