From ea836a2cc4cfbc24cbfb5cc04b72f7e757ef3606 Mon Sep 17 00:00:00 2001 From: fabrizzio-dotCMS Date: Thu, 4 Jul 2024 16:29:56 -0600 Subject: [PATCH 1/2] #27997 --- com.dotcms.3rd.party/pom.xml | 11 +- com.dotcms.actionlet/pom.xml | 11 +- com.dotcms.aop/pom.xml | 10 +- com.dotcms.app.example/pom.xml | 13 +-- com.dotcms.content.validation/pom.xml | 13 +-- com.dotcms.dynamic.skeleton/pom.xml | 11 +- com.dotcms.fixasset/pom.xml | 11 +- com.dotcms.hooks.pubsub/pom.xml | 11 +- com.dotcms.hooks.validations/pom.xml | 11 +- com.dotcms.job/pom.xml | 11 +- com.dotcms.override/pom.xml | 11 +- com.dotcms.portlet/pom.xml | 11 +- com.dotcms.pushpublish.listener/pom.xml | 11 +- com.dotcms.rest/pom.xml | 13 +-- .../pom.xml | 11 +- .../pom.xml | 11 +- com.dotcms.simpleService/pom.xml | 11 +- com.dotcms.staticpublish.listener/pom.xml | 11 +- com.dotcms.tuckey/pom.xml | 11 +- com.dotcms.viewtool/pom.xml | 12 +-- com.dotcms.webinterceptor/pom.xml | 11 +- pom.xml | 100 ++++++++++++++++++ 22 files changed, 233 insertions(+), 104 deletions(-) create mode 100644 pom.xml diff --git a/com.dotcms.3rd.party/pom.xml b/com.dotcms.3rd.party/pom.xml index 637cfeff..1f068d6f 100644 --- a/com.dotcms.3rd.party/pom.xml +++ b/com.dotcms.3rd.party/pom.xml @@ -8,11 +8,12 @@ 0.3 bundle - - UTF-8 - 11 - 11 - + + com.dotcms + plugin-seeds + 1.0.0 + ../pom.xml + diff --git a/com.dotcms.actionlet/pom.xml b/com.dotcms.actionlet/pom.xml index f83b8e4b..37c3d930 100644 --- a/com.dotcms.actionlet/pom.xml +++ b/com.dotcms.actionlet/pom.xml @@ -8,11 +8,18 @@ 0.2 bundle - + + com.dotcms + plugin-seeds + 1.0.0 + ../pom.xml + + + diff --git a/com.dotcms.aop/pom.xml b/com.dotcms.aop/pom.xml index 67de3e2c..81a7e8ed 100644 --- a/com.dotcms.aop/pom.xml +++ b/com.dotcms.aop/pom.xml @@ -8,10 +8,14 @@ 0.3 bundle + + com.dotcms + plugin-seeds + 1.0.0 + ../pom.xml + + - UTF-8 - 11 - 11 1.8.10 diff --git a/com.dotcms.app.example/pom.xml b/com.dotcms.app.example/pom.xml index 44cafb12..dfb2041b 100644 --- a/com.dotcms.app.example/pom.xml +++ b/com.dotcms.app.example/pom.xml @@ -3,16 +3,17 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - com.dotcms + com.dotcms.app app-and-secrets-example 0.3 bundle - - UTF-8 - 11 - 11 - + + com.dotcms + plugin-seeds + 1.0.0 + ../pom.xml + diff --git a/com.dotcms.content.validation/pom.xml b/com.dotcms.content.validation/pom.xml index e9324d71..008f4f91 100644 --- a/com.dotcms.content.validation/pom.xml +++ b/com.dotcms.content.validation/pom.xml @@ -3,16 +3,17 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - com.dotcms + com.dotcms.content validation-actionlet-example 0.2 bundle - - UTF-8 - 11 - 11 - + + com.dotcms + plugin-seeds + 1.0.0 + ../pom.xml + diff --git a/com.dotcms.dynamic.skeleton/pom.xml b/com.dotcms.dynamic.skeleton/pom.xml index f011622e..f9b9c645 100644 --- a/com.dotcms.dynamic.skeleton/pom.xml +++ b/com.dotcms.dynamic.skeleton/pom.xml @@ -8,11 +8,12 @@ 0.2 bundle - - UTF-8 - 11 - 11 - + + com.dotcms + plugin-seeds + 1.0.0 + ../pom.xml + diff --git a/com.dotcms.fixasset/pom.xml b/com.dotcms.fixasset/pom.xml index 793f1511..cc2ea21c 100644 --- a/com.dotcms.fixasset/pom.xml +++ b/com.dotcms.fixasset/pom.xml @@ -8,11 +8,12 @@ 0.2 bundle - - UTF-8 - 11 - 11 - + + com.dotcms + plugin-seeds + 1.0.0 + ../pom.xml + diff --git a/com.dotcms.hooks.pubsub/pom.xml b/com.dotcms.hooks.pubsub/pom.xml index 18d00342..227744c5 100644 --- a/com.dotcms.hooks.pubsub/pom.xml +++ b/com.dotcms.hooks.pubsub/pom.xml @@ -8,11 +8,12 @@ 0.2 bundle - - UTF-8 - 11 - 11 - + + com.dotcms + plugin-seeds + 1.0.0 + ../pom.xml + diff --git a/com.dotcms.hooks.validations/pom.xml b/com.dotcms.hooks.validations/pom.xml index 2f7c7042..860402c0 100644 --- a/com.dotcms.hooks.validations/pom.xml +++ b/com.dotcms.hooks.validations/pom.xml @@ -8,11 +8,12 @@ 0.2 bundle - - UTF-8 - 11 - 11 - + + com.dotcms + plugin-seeds + 1.0.0 + ../pom.xml + diff --git a/com.dotcms.job/pom.xml b/com.dotcms.job/pom.xml index 1ac6a9a8..e8a44a15 100644 --- a/com.dotcms.job/pom.xml +++ b/com.dotcms.job/pom.xml @@ -8,11 +8,12 @@ 0.2 bundle - - UTF-8 - 11 - 11 - + + com.dotcms + plugin-seeds + 1.0.0 + ../pom.xml + diff --git a/com.dotcms.override/pom.xml b/com.dotcms.override/pom.xml index 1a08a656..37519e0b 100644 --- a/com.dotcms.override/pom.xml +++ b/com.dotcms.override/pom.xml @@ -8,11 +8,12 @@ 0.2 bundle - - UTF-8 - 11 - 11 - + + com.dotcms + plugin-seeds + 1.0.0 + ../pom.xml + diff --git a/com.dotcms.portlet/pom.xml b/com.dotcms.portlet/pom.xml index 611a0f17..4fd36b71 100644 --- a/com.dotcms.portlet/pom.xml +++ b/com.dotcms.portlet/pom.xml @@ -8,11 +8,12 @@ 0.2 bundle - - UTF-8 - 11 - 11 - + + com.dotcms + plugin-seeds + 1.0.0 + ../pom.xml + diff --git a/com.dotcms.pushpublish.listener/pom.xml b/com.dotcms.pushpublish.listener/pom.xml index da6aedc4..9a9c2673 100644 --- a/com.dotcms.pushpublish.listener/pom.xml +++ b/com.dotcms.pushpublish.listener/pom.xml @@ -8,11 +8,12 @@ 0.2 bundle - - UTF-8 - 11 - 11 - + + com.dotcms + plugin-seeds + 1.0.0 + ../pom.xml + diff --git a/com.dotcms.rest/pom.xml b/com.dotcms.rest/pom.xml index 607f30c7..54c2b987 100644 --- a/com.dotcms.rest/pom.xml +++ b/com.dotcms.rest/pom.xml @@ -8,11 +8,12 @@ 0.2 bundle - - UTF-8 - 11 - 11 - + + com.dotcms + plugin-seeds + 1.0.0 + ../pom.xml + @@ -25,7 +26,7 @@ com.dotcms dotcms-core - 24.05.13 + 24.06.26 provided diff --git a/com.dotcms.ruleengine.velocityscriptingactionlet/pom.xml b/com.dotcms.ruleengine.velocityscriptingactionlet/pom.xml index e114eda8..02f68620 100644 --- a/com.dotcms.ruleengine.velocityscriptingactionlet/pom.xml +++ b/com.dotcms.ruleengine.velocityscriptingactionlet/pom.xml @@ -8,11 +8,12 @@ 0.2 bundle - - UTF-8 - 11 - 11 - + + com.dotcms + plugin-seeds + 1.0.0 + ../pom.xml + diff --git a/com.dotcms.ruleengine.visitoripconditionlet/pom.xml b/com.dotcms.ruleengine.visitoripconditionlet/pom.xml index fc183b35..5942c8b5 100644 --- a/com.dotcms.ruleengine.visitoripconditionlet/pom.xml +++ b/com.dotcms.ruleengine.visitoripconditionlet/pom.xml @@ -8,11 +8,12 @@ 0.2 bundle - - UTF-8 - 11 - 11 - + + com.dotcms + plugin-seeds + 1.0.0 + ../pom.xml + diff --git a/com.dotcms.simpleService/pom.xml b/com.dotcms.simpleService/pom.xml index b83e98ae..737573b4 100644 --- a/com.dotcms.simpleService/pom.xml +++ b/com.dotcms.simpleService/pom.xml @@ -8,11 +8,12 @@ 0.2 bundle - - UTF-8 - 11 - 11 - + + com.dotcms + plugin-seeds + 1.0.0 + ../pom.xml + diff --git a/com.dotcms.staticpublish.listener/pom.xml b/com.dotcms.staticpublish.listener/pom.xml index 2dc529cf..8c0513a1 100644 --- a/com.dotcms.staticpublish.listener/pom.xml +++ b/com.dotcms.staticpublish.listener/pom.xml @@ -8,11 +8,12 @@ 0.2 bundle - - UTF-8 - 11 - 11 - + + com.dotcms + plugin-seeds + 1.0.0 + ../pom.xml + diff --git a/com.dotcms.tuckey/pom.xml b/com.dotcms.tuckey/pom.xml index 1f049cf2..e257d8ab 100644 --- a/com.dotcms.tuckey/pom.xml +++ b/com.dotcms.tuckey/pom.xml @@ -8,11 +8,12 @@ 0.3 bundle - - UTF-8 - 11 - 11 - + + com.dotcms + plugin-seeds + 1.0.0 + ../pom.xml + diff --git a/com.dotcms.viewtool/pom.xml b/com.dotcms.viewtool/pom.xml index 3330d229..0ef0693e 100644 --- a/com.dotcms.viewtool/pom.xml +++ b/com.dotcms.viewtool/pom.xml @@ -8,12 +8,12 @@ 0.3 bundle - - UTF-8 - 11 - 11 - 11 - + + com.dotcms + plugin-seeds + 1.0.0 + ../pom.xml + diff --git a/com.dotcms.webinterceptor/pom.xml b/com.dotcms.webinterceptor/pom.xml index b855b398..33b63470 100644 --- a/com.dotcms.webinterceptor/pom.xml +++ b/com.dotcms.webinterceptor/pom.xml @@ -8,11 +8,12 @@ 0.2 bundle - - UTF-8 - 11 - 11 - + + com.dotcms + plugin-seeds + 1.0.0 + ../pom.xml + diff --git a/pom.xml b/pom.xml new file mode 100644 index 00000000..28e6d05b --- /dev/null +++ b/pom.xml @@ -0,0 +1,100 @@ + + 4.0.0 + + com.dotcms + plugin-seeds + 1.0.0 + pom + + + 21 + UTF-8 + ${java.version} + ${java.version} + ${java.version} + + + + com.dotcms.3rd.party + com.dotcms.actionlet + com.dotcms.aop + com.dotcms.app.example + com.dotcms.content.validation + com.dotcms.dynamic.skeleton + com.dotcms.fixasset + com.dotcms.hooks + com.dotcms.hooks.pubsub + com.dotcms.hooks.validations + com.dotcms.job + com.dotcms.override + com.dotcms.portlet + com.dotcms.pushpublish.listener + com.dotcms.rest + com.dotcms.ruleengine.velocityscriptingactionlet + com.dotcms.ruleengine.visitoripconditionlet + com.dotcms.simpleService + com.dotcms.staticpublish.listener + com.dotcms.tuckey + com.dotcms.viewtool + com.dotcms.webinterceptor + + + + + + org.codehaus.mojo + exec-maven-plugin + 3.0.0 + + + print-java-version + validate + + exec + + + java + + -version + + + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + 3.0.0 + + + enforce-java + + enforce + + + + + [${java.version},) + + + true + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + ${java.version} + ${java.version} + + + + + \ No newline at end of file From dce9acd608ed28608695d5f3529bac7dca5a7e85 Mon Sep 17 00:00:00 2001 From: fabrizzio-dotCMS Date: Thu, 4 Jul 2024 16:42:36 -0600 Subject: [PATCH 2/2] #27997 --- com.dotcms.actionlet/pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/com.dotcms.actionlet/pom.xml b/com.dotcms.actionlet/pom.xml index 37c3d930..6dcaf696 100644 --- a/com.dotcms.actionlet/pom.xml +++ b/com.dotcms.actionlet/pom.xml @@ -15,12 +15,6 @@ ../pom.xml - - dotcms-repo