diff --git a/pom.xml b/pom.xml index e7e833f..8cfe115 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,4 @@ - + 4.0.0 @@ -15,6 +15,20 @@ Code for monitoring memory/swap usage https://github.com/jenkinsci/extras-${project.artifactId} + + + MIT + https://opensource.org/licenses/MIT + + + + + scm:git:git://github.com/${gitHubRepo}.git + scm:git:git@github.com:${gitHubRepo}.git + ${scmTag} + https://github.com/${gitHubRepo} + + 1.12 -SNAPSHOT @@ -22,6 +36,37 @@ jenkinsci/extras-${project.artifactId} + + + com.github.spotbugs + spotbugs-annotations + true + + + com.google.code.findbugs + jsr305 + + + + + net.java.dev.jna + jna + 5.10.0 + + + junit + junit + test + + + + + + repo.jenkins-ci.org + https://repo.jenkins-ci.org/public/ + + + @@ -57,49 +102,4 @@ - - - - com.github.spotbugs - spotbugs-annotations - true - - - com.google.code.findbugs - jsr305 - - - - - net.java.dev.jna - jna - 5.10.0 - - - junit - junit - test - - - - - - MIT - https://opensource.org/licenses/MIT - - - - - scm:git:git://github.com/${gitHubRepo}.git - scm:git:git@github.com:${gitHubRepo}.git - https://github.com/${gitHubRepo} - ${scmTag} - - - - - repo.jenkins-ci.org - https://repo.jenkins-ci.org/public/ - -