From 45409ae070969731781a40fe95d4a085941232e2 Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Sat, 25 Jun 2022 09:37:58 -0700 Subject: [PATCH] Adopt POM Code Convention --- pom.xml | 51 ++++++++++++++++++++++++++------------------------- 1 file changed, 26 insertions(+), 25 deletions(-) diff --git a/pom.xml b/pom.xml index cb868d9..7edaa9c 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,5 @@ - + + 4.0.0 org.jenkins-ci @@ -9,8 +10,8 @@ org.jenkins-ci commons-jelly - commons-jelly ${revision}${changelist} + commons-jelly Jelly is a Java and XML based scripting engine. Jelly combines the best ideas from JSTL, Velocity, DVSL, Ant and Cocoon all together in a simple yet powerful scripting engine. https://github.com/jenkinsci/jelly @@ -20,8 +21,6 @@ - ${basedir}/src/java - ${basedir}/src/test META-INF @@ -114,6 +113,8 @@ + ${basedir}/src/java + ${basedir}/src/test org.jvnet.wagon-svn @@ -139,21 +140,11 @@ - - org.jenkins-ci - commons-jexl - 1.1-jenkins-20111212 - commons-beanutils commons-beanutils 1.9.4 - - commons-collections - commons-collections - 3.2.2 - commons-cli commons-cli @@ -161,10 +152,9 @@ true - commons-lang - commons-lang - 2.6 - true + commons-collections + commons-collections + 3.2.2 commons-discovery @@ -172,12 +162,24 @@ 0.5 true + + commons-lang + commons-lang + 2.6 + true + forehead forehead 1.0-beta-5 true + + javax.servlet + javax.servlet-api + 3.1.0 + true + javax.servlet jstl @@ -185,9 +187,9 @@ true - javax.servlet - javax.servlet-api - 3.1.0 + jaxen + jaxen + 1.2.0 true @@ -204,10 +206,9 @@ true - jaxen - jaxen - 1.2.0 - true + org.jenkins-ci + commons-jexl + 1.1-jenkins-20111212