diff --git a/pom.xml b/pom.xml index ac9ddfe5..78a4c8db 100644 --- a/pom.xml +++ b/pom.xml @@ -1,571 +1,571 @@ - + - - 4.0.0 - - io.github.albertus82 - jface-utils - 20.0.0-SNAPSHOT - JFaceUtils - https://github.com/albertus82/jface-utils - Java SWT/JFace Utility Library including a Preferences Framework, Lightweight HTTP Server and macOS support. - 2015 - - - - GNU Lesser General Public License, Version 3 - http://www.gnu.org/licenses/lgpl.html - - - - - - albertus82 - albertus82@pm.me - albertus82-github - https://github.com/albertus82 - - - - - scm:git:https://github.com/albertus82/jface-utils.git - scm:git:https://github.com/albertus82/jface-utils.git - https://github.com/albertus82/jface-utils - - - - UTF-8 - 7 - true - true - true - ${git.commit.time} - ${project.baseUri}maven-version-rules.xml - 3.124.0 - - - - - skip-gpg - - - !env.MAVEN_GPG_PASSPHRASE - - - - true - - - - - cocoa-macosx-aarch64 - - - mac - aarch64 - - - - - org.eclipse.platform - org.eclipse.swt.cocoa.macosx.aarch64 - ${swt.version} - - - org.eclipse.platform - * - - - - - - - cocoa-macosx-x86_64 - - - mac - x86_64 - - - - - org.eclipse.platform - org.eclipse.swt.cocoa.macosx.x86_64 - ${swt.version} - - - org.eclipse.platform - * - - - - - - - gtk-linux-aarch64 - - - linux - aarch64 - - - - - org.eclipse.platform - org.eclipse.swt.gtk.linux.aarch64 - ${swt.version} - - - org.eclipse.platform - * - - - - - - - gtk-linux-x86 - - - linux - i386 - - - - - org.eclipse.platform - org.eclipse.swt.gtk.linux.x86 - 3.108.0 - - - org.eclipse.platform - * - - - - - - - gtk-linux-x86_64 - - - linux - amd64 - - - - - org.eclipse.platform - org.eclipse.swt.gtk.linux.x86_64 - ${swt.version} - - - org.eclipse.platform - * - - - - - - - win32-win32-x86 - - - windows - x86 - - - - - org.eclipse.platform - org.eclipse.swt.win32.win32.x86 - 3.108.0 - - - org.eclipse.platform - * - - - - - - - win32-win32-x86_64 - - - windows - amd64 - - - - - org.eclipse.platform - org.eclipse.swt.win32.win32.x86_64 - ${swt.version} - - - org.eclipse.platform - * - - - - - - - - - - org.eclipse.platform - org.eclipse.jface - 3.30.0 - - - org.eclipse.platform - * - - - - - org.eclipse.platform - org.eclipse.core.commands - 3.11.0 - - - org.eclipse.platform - org.eclipse.equinox.common - 3.18.0 - - - com.google.code.findbugs - jsr305 - 3.0.2 - provided - - - - com.sun.activation - javax.activation - 1.2.0 - true - - - jakarta.xml.bind - jakarta.xml.bind-api - 2.3.3 - true - - - - com.h2database - h2 - 2.2.220 - test - - - junit - junit - 4.13.2 - test - - - commons-io - commons-io - 2.13.0 - test - - - - - - - src/main/resources - - - ${project.basedir} - - README* - LICENSE* - NOTICE* - - META-INF - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.11.0 - - -Xlint:all - - - - io.github.git-commit-id - git-commit-id-maven-plugin - 6.0.0 - - - - revision - - initialize - - - - yyyy-MM-dd'T'HH:mm:ssXXX - Z - - - - - org.apache.maven.plugins - maven-enforcer-plugin - 3.3.0 - - - - enforce - - - - - 17 - - - 3.6.3 - - - - - - - - org.codehaus.mojo - extra-enforcer-rules - 1.7.0 - - - - - - org.apache.maven.plugins - maven-resources-plugin - 3.3.1 - - UTF-8 - UTF-8 - - txt - html - - - - - - org.apache.maven.plugins - maven-jar-plugin - 3.3.0 - - - - 1.${maven.compiler.release} - 1.${maven.compiler.release} - ${maven.compiler.release} - - - true - true - - - - - - - org.apache.maven.plugins - maven-source-plugin - 3.3.0 - - - attach-sources - - jar-no-fork - - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 3.5.0 - - - attach-javadocs - - jar - - - - - - - org.jacoco - jacoco-maven-plugin - 0.8.10 - - - default-prepare-agent - - prepare-agent - - - - report - - report - - - - - - - org.apache.maven.plugins - maven-antrun-plugin - 3.1.0 - - - integration-test - - - - - - - - - - - - - - - - - - - - run - - - - - - - org.apache.maven.plugins - maven-gpg-plugin - 3.1.0 - - - sign-artifacts - verify - - sign - - - - - - --pinentry-mode - loopback - - ${env.MAVEN_GPG_PASSPHRASE} - - - - - org.apache.maven.plugins - maven-help-plugin - 3.4.0 - - - - initialize - - active-profiles - - - - - - - org.codehaus.mojo - versions-maven-plugin - 2.16.0 - - - verify - - display-property-updates - display-dependency-updates - display-plugin-updates - - - - - - - org.codehaus.mojo - flatten-maven-plugin - 1.5.0 - - ossrh - - - - - - - - flatten - process-resources - - flatten - - - - flatten.clean - clean - - clean - - - - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - 3.1.2 - - - - - - - - ossrh-snapshot - https://s01.oss.sonatype.org/content/repositories/snapshots - - - ossrh-release - https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ - - - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> + + 4.0.0 + + io.github.albertus82 + jface-utils + 20.0.0-SNAPSHOT + JFaceUtils + https://github.com/albertus82/jface-utils + Java SWT/JFace Utility Library including a Preferences Framework, Lightweight HTTP Server and macOS support. + 2015 + + + + GNU Lesser General Public License, Version 3 + http://www.gnu.org/licenses/lgpl.html + + + + + + albertus82 + albertus82@pm.me + albertus82-github + https://github.com/albertus82 + + + + + scm:git:https://github.com/albertus82/jface-utils.git + scm:git:https://github.com/albertus82/jface-utils.git + https://github.com/albertus82/jface-utils + + + + UTF-8 + 7 + true + true + true + ${git.commit.time} + ${project.baseUri}maven-version-rules.xml + 3.124.0 + + + + + skip-gpg + + + !env.MAVEN_GPG_PASSPHRASE + + + + true + + + + + cocoa-macosx-aarch64 + + + mac + aarch64 + + + + + org.eclipse.platform + org.eclipse.swt.cocoa.macosx.aarch64 + ${swt.version} + + + org.eclipse.platform + * + + + + + + + cocoa-macosx-x86_64 + + + mac + x86_64 + + + + + org.eclipse.platform + org.eclipse.swt.cocoa.macosx.x86_64 + ${swt.version} + + + org.eclipse.platform + * + + + + + + + gtk-linux-aarch64 + + + linux + aarch64 + + + + + org.eclipse.platform + org.eclipse.swt.gtk.linux.aarch64 + ${swt.version} + + + org.eclipse.platform + * + + + + + + + gtk-linux-x86 + + + linux + i386 + + + + + org.eclipse.platform + org.eclipse.swt.gtk.linux.x86 + 3.108.0 + + + org.eclipse.platform + * + + + + + + + gtk-linux-x86_64 + + + linux + amd64 + + + + + org.eclipse.platform + org.eclipse.swt.gtk.linux.x86_64 + ${swt.version} + + + org.eclipse.platform + * + + + + + + + win32-win32-x86 + + + windows + x86 + + + + + org.eclipse.platform + org.eclipse.swt.win32.win32.x86 + 3.108.0 + + + org.eclipse.platform + * + + + + + + + win32-win32-x86_64 + + + windows + amd64 + + + + + org.eclipse.platform + org.eclipse.swt.win32.win32.x86_64 + ${swt.version} + + + org.eclipse.platform + * + + + + + + + + + + org.eclipse.platform + org.eclipse.jface + 3.31.0 + + + org.eclipse.platform + * + + + + + org.eclipse.platform + org.eclipse.core.commands + 3.11.0 + + + org.eclipse.platform + org.eclipse.equinox.common + 3.18.0 + + + com.google.code.findbugs + jsr305 + 3.0.2 + provided + + + + com.sun.activation + javax.activation + 1.2.0 + true + + + jakarta.xml.bind + jakarta.xml.bind-api + 2.3.3 + true + + + + com.h2database + h2 + 2.2.220 + test + + + junit + junit + 4.13.2 + test + + + commons-io + commons-io + 2.13.0 + test + + + + + + + src/main/resources + + + ${project.basedir} + + README* + LICENSE* + NOTICE* + + META-INF + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.11.0 + + -Xlint:all + + + + io.github.git-commit-id + git-commit-id-maven-plugin + 6.0.0 + + + + revision + + initialize + + + + yyyy-MM-dd'T'HH:mm:ssXXX + Z + + + + + org.apache.maven.plugins + maven-enforcer-plugin + 3.3.0 + + + + enforce + + + + + 17 + + + 3.6.3 + + + + + + + + org.codehaus.mojo + extra-enforcer-rules + 1.7.0 + + + + + + org.apache.maven.plugins + maven-resources-plugin + 3.3.1 + + UTF-8 + UTF-8 + + txt + html + + + + + + org.apache.maven.plugins + maven-jar-plugin + 3.3.0 + + + + 1.${maven.compiler.release} + 1.${maven.compiler.release} + ${maven.compiler.release} + + + true + true + + + + + + + org.apache.maven.plugins + maven-source-plugin + 3.3.0 + + + attach-sources + + jar-no-fork + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.5.0 + + + attach-javadocs + + jar + + + + + + + org.jacoco + jacoco-maven-plugin + 0.8.10 + + + default-prepare-agent + + prepare-agent + + + + report + + report + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + 3.1.0 + + + integration-test + + + + + + + + + + + + + + + + + + + + run + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 3.1.0 + + + sign-artifacts + verify + + sign + + + + + + --pinentry-mode + loopback + + ${env.MAVEN_GPG_PASSPHRASE} + + + + + org.apache.maven.plugins + maven-help-plugin + 3.4.0 + + + + initialize + + active-profiles + + + + + + + org.codehaus.mojo + versions-maven-plugin + 2.16.0 + + + verify + + display-property-updates + display-dependency-updates + display-plugin-updates + + + + + + + org.codehaus.mojo + flatten-maven-plugin + 1.5.0 + + ossrh + + + + + + + + flatten + process-resources + + flatten + + + + flatten.clean + clean + + clean + + + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 3.1.2 + + + + + + + + ossrh-snapshot + https://s01.oss.sonatype.org/content/repositories/snapshots + + + ossrh-release + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + + +