From 62c147a78fdfbdcb77796658f068a12cb5023f91 Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Fri, 26 Apr 2024 15:12:25 -0700 Subject: [PATCH] Sort POM file (#120) --- pom.xml | 88 ++++++++++++++++++++++++++++----------------------------- 1 file changed, 44 insertions(+), 44 deletions(-) diff --git a/pom.xml b/pom.xml index 67c4b6d..f755376 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,6 @@ + 4.0.0 org.jenkins-ci jenkins @@ -7,7 +8,6 @@ - 4.0.0 org.jvnet.winp winp ${revision}${changelist} @@ -15,6 +15,21 @@ Kill process tree in Windows https://github.com/jenkinsci/${project.artifactId} + + + MIT License + https://opensource.org/licenses/MIT + repo + + + + + scm:git:https://github.com/${gitHubRepo}.git + scm:git:git@github.com:${gitHubRepo}.git + ${scmTag} + https://github.com/${gitHubRepo} + + 1.31 -SNAPSHOT @@ -25,37 +40,6 @@ Release - - scm:git:https://github.com/${gitHubRepo}.git - scm:git:git@github.com:${gitHubRepo}.git - https://github.com/${gitHubRepo} - ${scmTag} - - - - - - maven-jar-plugin - - - - org.jvnet.winp.Main - - - - - - maven-surefire-plugin - - -XX:+CreateCoredumpOnCrash - - ${native.configuration} - - - - - - com.github.spotbugs @@ -97,14 +81,6 @@ - - - MIT License - https://opensource.org/licenses/MIT - repo - - - repo.jenkins-ci.org @@ -119,6 +95,30 @@ + + + + maven-jar-plugin + + + + org.jvnet.winp.Main + + + + + + maven-surefire-plugin + + -XX:+CreateCoredumpOnCrash + + ${native.configuration} + + + + + + build-native @@ -141,10 +141,10 @@ process-resources build.cmd - - build - ${native.configuration} - + + build + ${native.configuration} +