From 871f58e1d512474e54b7f3cdec11e21725ee53d4 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Wed, 14 Dec 2022 23:23:54 -0500 Subject: [PATCH] Update pom file and by use JDK 11 to build --- pom.xml | 252 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 128 insertions(+), 124 deletions(-) diff --git a/pom.xml b/pom.xml index d1ddb31..d09d3ca 100644 --- a/pom.xml +++ b/pom.xml @@ -1,126 +1,130 @@ - 4.0.0 - com.github.dfabulich - sitemapgen4j - jar - 1.1.3-SNAPSHOT - SitemapGen4J - https://github.com/dfabulich/sitemapgen4j/ - SitemapGen4j is an XML sitemap generator written in Java. - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - scm:git:git://github.com:dfabulich/sitemapgen4j.git - scm:git:git@github.com:dfabulich/sitemapgen4j.git - https://github.com/dfabulich/sitemapgen4j/ - - - UTF-8 - - - - dfabulich - Dan Fabulich - dan@fabulich.com - Redfin - http://www.redfin.com/ - -8 - - - - - ossrh - https://oss.sonatype.org/content/repositories/snapshots - - - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - - - install - - - maven-compiler-plugin - 3.1 - - 1.5 - 1.5 - - - - org.apache.maven.plugins - maven-eclipse-plugin - 2.5.1 - - - org.apache.maven.plugins - maven-source-plugin - 2.4 - - - attach-sources - - jar-no-fork - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.10.1 - - - attach-javadocs - - jar - - - -Xdoclint:none - - - - - - org.apache.maven.plugins - maven-gpg-plugin - 1.5 - - - sign-artifacts - verify - - sign - - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.3 - true - - ossrh - https://oss.sonatype.org/ - false - - - - - - - junit - junit - 3.8.1 - test - - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + 4.0.0 + + com.ossez + sitemap-j + jar + 1.1.3-SNAPSHOT + + SitemapJ + https://github.com/honeymoose/sitemap-j + SitemapJ is an XML sitemap generator written in Java. + + + scm:git:git://github.com:dfabulich/sitemapgen4j.git + scm:git:git@github.com:dfabulich/sitemapgen4j.git + https://github.com/dfabulich/sitemapgen4j/ + + + 11 + UTF-8 + + + + + YuCheng Hu + honeymoose + huyuchengus@gmail.com + -5 + Open Source + + Sr. Java Developer + + + + + + The MIT license + https://opensource.org/licenses/mit-license.php + repo + + + + + + ossez-repo + https://repo.ossez.com/repository/maven-releases/ + + + ossez-repo + https://repo.ossez.com/repository/maven-snapshots/ + + + + + + junit + junit + 3.8.1 + test + + + + + install + + + org.apache.maven.plugins + maven-compiler-plugin + 3.5.1 + + true + alwaysNew + ${java.version} + ${java.version} + + + + org.apache.maven.plugins + maven-eclipse-plugin + 2.5.1 + + + org.apache.maven.plugins + maven-source-plugin + 2.4 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.1 + + + attach-javadocs + + jar + + + -Xdoclint:none + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + + +