From b39d81b87136ed5431fce4a7e6c12a090f462cf0 Mon Sep 17 00:00:00 2001 From: Jerry Lee Date: Sun, 24 Dec 2023 13:13:54 +0800 Subject: [PATCH] polish pom format - reorder pom elements - sort `GAV` elements together - bring user concerned info(e.g. licenses) forward - bring dev concerned basic info(e.g. dependencies) before profiles - use `https` instead of `http` for URLs - change whitespace tabs to spaces for consistency --- pom.xml | 115 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 58 insertions(+), 57 deletions(-) diff --git a/pom.xml b/pom.xml index e27790b7..394d9a10 100644 --- a/pom.xml +++ b/pom.xml @@ -1,40 +1,31 @@ - + 4.0.0 + org.javassist javassist + 3.30.1-GA bundle + Javassist - Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation - simple. It is a class library for editing bytecodes in Java. + Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation + simple. It is a class library for editing bytecodes in Java. - 3.30.1-GA - Javassist - http://www.javassist.org/ + https://www.javassist.org/ - - UTF-8 - - - Shigeru Chiba, www.javassist.org - - - - JIRA - https://jira.jboss.org/jira/browse/JASSIST/ - MPL 1.1 - http://www.mozilla.org/MPL/MPL-1.1.html + https://www.mozilla.org/en-US/MPL/1.1/ LGPL 2.1 - http://www.gnu.org/licenses/lgpl-2.1.html + https://www.gnu.org/licenses/lgpl-2.1.html @@ -44,6 +35,13 @@ + + Shigeru Chiba, www.javassist.org + + + JIRA + https://jira.jboss.org/jira/browse/JASSIST/ + scm:git:git@github.com:jboss-javassist/javassist.git scm:git:git@github.com:jboss-javassist/javassist.git @@ -56,7 +54,7 @@ Shigeru Chiba chiba@javassist.org The Javassist Project - http://www.javassist.org/ + https://www.javassist.org/ project lead @@ -68,7 +66,7 @@ Andrew Dinn adinn@redhat.com JBoss - http://www.jboss.org/ + https://www.jboss.org/ contributing developer @@ -80,30 +78,28 @@ Kabir Khan kabir.khan@jboss.com JBoss - http://www.jboss.org/ + https://www.jboss.org/ contributing developer 0 - + scottmarlow Scott Marlow smarlow@redhat.com JBoss - http://www.jboss.org/ + https://www.jboss.org/ contributing developer -5 - - - centralRelease - - sonatype-releases-repository - Sonatype Releases Repository - https://oss.sonatype.org/service/local/staging/deploy/maven2 - + + sonatype-releases-repository + Sonatype Releases Repository + https://oss.sonatype.org/service/local/staging/deploy/maven2 + @@ -283,8 +299,8 @@ Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.]]> + needed by sample code + --> default-tools @@ -318,19 +334,4 @@ Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.]]> - - - junit - junit - [4.13.1,) - test - - - org.hamcrest - hamcrest-all - 1.3 - test - - - -- 2.39.5