From 2b6119c2ffacf66b6c2b8123218c47e556ef69ac Mon Sep 17 00:00:00 2001 From: Joakim Erdfelt Date: Wed, 25 Oct 2023 17:01:22 -0500 Subject: [PATCH] Update pom for release --- pom.xml | 145 ++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 136 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index c149497..dc3f0dd 100644 --- a/pom.xml +++ b/pom.xml @@ -1,16 +1,27 @@ 4.0.0 - - jetty-toolchain - org.eclipse.jetty.toolchain - 1.7 - + + org.eclipse.jetty.toolchain jetty-xhtml-schemas jar 1.4-SNAPSHOT + Jetty Toolchain :: XHTML Schemas XHTML Schemas and utilities + 1995 + + + + Apache Software License - Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0 + + + Eclipse Public License - Version 1.0 + http://www.eclipse.org/org/documents/epl-v10.php + + + UTF-8 11 @@ -26,6 +37,7 @@ 3.3.0 3.11.0 + @@ -46,6 +58,9 @@ true eclipse-release + deploy + clean install + forked-path @@ -132,6 +147,96 @@ + + + + eclipse-release + + + + true + org.apache.maven.plugins + maven-deploy-plugin + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + + + + + + errorprone + + + + + org.apache.maven.plugins + maven-compiler-plugin + + true + javac-with-errorprone + true + + -XepAllErrorsAsWarnings + -Xep:OperatorPrecedence:OFF + + + + + org.codehaus.plexus + plexus-compiler-javac-errorprone + 2.13.0 + + + + com.google.errorprone + error_prone_core + 2.23.0 + + + + + + + + + org.eclipse.jetty.toolchain @@ -142,10 +247,32 @@ - scm:git:https://github.com/eclipse/jetty.toolchain.git - scm:git:git@github.com:eclipse/jetty.toolchain.git - https://github.com/eclipse/jetty.toolchain/tree/master/jetty-xhtml-schemas - HEAD + scm:git:https://github.com/jetty/jetty.schemas.xhtml.git + scm:git:git@github.com:jetty/jetty.schemas.xhtml.git + https://github.com/jetty/jetty.schemas.xhtml + + + github + https://github.com/jetty/jetty.schemas.xhtml + + + + + oss.sonatype.org + Jetty Staging Repository + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + oss.sonatype.org + Jetty Snapshot Repository + https://oss.sonatype.org/content/repositories/jetty-snapshots/ + + + + + Mort Bay Consulting + http://www.mortbay.com +