From 10173ad0b5a2d5a5de55cdce9547f30e14790fa2 Mon Sep 17 00:00:00 2001 From: Victor Alfaro Date: Tue, 16 Feb 2021 13:16:26 -0600 Subject: [PATCH] Upgrade of dotcms version to 21.02 --- OSGi/com.dotcms.3rd.party/build.gradle | 2 +- OSGi/com.dotcms.actionlet/build.gradle | 2 +- OSGi/com.dotcms.aop/build.gradle | 4 ++-- OSGi/com.dotcms.app.example/build.gradle | 2 +- OSGi/com.dotcms.custom.spring/build.gradle | 2 +- OSGi/com.dotcms.dynamic.skeleton/build.gradle | 2 +- OSGi/com.dotcms.fixasset/build.gradle | 2 +- OSGi/com.dotcms.hooks.validations/build.gradle | 2 +- OSGi/com.dotcms.hooks/build.gradle | 2 +- OSGi/com.dotcms.job/build.gradle | 2 +- OSGi/com.dotcms.override/build.gradle | 2 +- OSGi/com.dotcms.portlet/build.gradle | 2 +- OSGi/com.dotcms.pushpublish.listener/build.gradle | 2 +- OSGi/com.dotcms.rest/build.gradle | 2 +- .../build.gradle | 2 +- OSGi/com.dotcms.ruleengine.visitoripconditionlet/build.gradle | 2 +- OSGi/com.dotcms.simpleService/build.gradle | 2 +- OSGi/com.dotcms.spring/build.gradle | 2 +- OSGi/com.dotcms.staticpublish.listener/build.gradle | 2 +- OSGi/com.dotcms.tuckey/build.gradle | 2 +- OSGi/com.dotcms.viewtool/build.gradle | 2 +- OSGi/com.dotcms.webinterceptor/build.gradle | 2 +- static/com.dotcms.hook/build.gradle | 2 +- static/com.dotcms.macro/build.gradle | 2 +- static/com.dotcms.portlet/build.gradle | 2 +- static/com.dotcms.servlet/build.gradle | 2 +- static/com.dotcms.skeleton/build.gradle | 2 +- static/com.dotcms.viewtool/build.gradle | 2 +- 28 files changed, 29 insertions(+), 29 deletions(-) diff --git a/OSGi/com.dotcms.3rd.party/build.gradle b/OSGi/com.dotcms.3rd.party/build.gradle index 44925928..d0ee7224 100644 --- a/OSGi/com.dotcms.3rd.party/build.gradle +++ b/OSGi/com.dotcms.3rd.party/build.gradle @@ -11,7 +11,7 @@ repositories { dependencies { compile fileTree(dir: 'src/main/resources/libs', include: '*.jar') - compile('com.dotcms:dotcms:21.01') { transitive = true } + compile('com.dotcms:dotcms:21.02') { transitive = true } } import java.util.jar.* diff --git a/OSGi/com.dotcms.actionlet/build.gradle b/OSGi/com.dotcms.actionlet/build.gradle index 346a3d3b..8b073069 100644 --- a/OSGi/com.dotcms.actionlet/build.gradle +++ b/OSGi/com.dotcms.actionlet/build.gradle @@ -10,7 +10,7 @@ repositories { } dependencies { - compile('com.dotcms:dotcms:21.01') { transitive = true } + compile('com.dotcms:dotcms:21.02') { transitive = true } } import java.util.jar.* diff --git a/OSGi/com.dotcms.aop/build.gradle b/OSGi/com.dotcms.aop/build.gradle index 5529c43b..68976290 100644 --- a/OSGi/com.dotcms.aop/build.gradle +++ b/OSGi/com.dotcms.aop/build.gradle @@ -74,10 +74,10 @@ dependencies { ajc "org.aspectj:aspectjtools:1.8.10" providedCompile "org.aspectj:aspectjrt:1.8.10" - providedCompile (group: 'com.dotcms', name: 'dotcms', version: '21.01'){ + providedCompile (group: 'com.dotcms', name: 'dotcms', version: '21.02'){ transitive = true } - aspects (group: 'com.dotcms', name: 'dotcms', version: '21.01') + aspects (group: 'com.dotcms', name: 'dotcms', version: '21.02') providedCompile "javax.servlet:javax.servlet-api:3.1.0" } diff --git a/OSGi/com.dotcms.app.example/build.gradle b/OSGi/com.dotcms.app.example/build.gradle index 2cc46f05..464d738d 100644 --- a/OSGi/com.dotcms.app.example/build.gradle +++ b/OSGi/com.dotcms.app.example/build.gradle @@ -10,7 +10,7 @@ repositories { } dependencies { - compile('com.dotcms:dotcms:21.01') { transitive = true } + compile('com.dotcms:dotcms:21.02') { transitive = true } testCompile group: 'junit', name: 'junit-dep', version: '4.10' } diff --git a/OSGi/com.dotcms.custom.spring/build.gradle b/OSGi/com.dotcms.custom.spring/build.gradle index 79302c41..6229c599 100644 --- a/OSGi/com.dotcms.custom.spring/build.gradle +++ b/OSGi/com.dotcms.custom.spring/build.gradle @@ -14,7 +14,7 @@ configurations { } dependencies { - compile('com.dotcms:dotcms:21.01') { transitive = true } + compile('com.dotcms:dotcms:21.02') { transitive = true } //Resolve dependencies. These jars can be downloaded from our Maven Repo //In case you want to create a Controller using other Spring version, //just change the version Attribute. diff --git a/OSGi/com.dotcms.dynamic.skeleton/build.gradle b/OSGi/com.dotcms.dynamic.skeleton/build.gradle index 2649377a..1f1f0178 100644 --- a/OSGi/com.dotcms.dynamic.skeleton/build.gradle +++ b/OSGi/com.dotcms.dynamic.skeleton/build.gradle @@ -23,7 +23,7 @@ dependencies { // include all jars within the resource libs compile fileTree(dir: 'src/main/resources/libs', include: '*.jar') // Using all jar from artifactory part of the dotcms group - compile('com.dotcms:dotcms:21.01') { transitive = true } + compile('com.dotcms:dotcms:21.02') { transitive = true } } import java.util.jar.* diff --git a/OSGi/com.dotcms.fixasset/build.gradle b/OSGi/com.dotcms.fixasset/build.gradle index 7459f76d..1ed07a79 100644 --- a/OSGi/com.dotcms.fixasset/build.gradle +++ b/OSGi/com.dotcms.fixasset/build.gradle @@ -10,7 +10,7 @@ repositories { } dependencies { - compile('com.dotcms:dotcms:21.01') { transitive = true } + compile('com.dotcms:dotcms:21.02') { transitive = true } } import java.util.jar.* diff --git a/OSGi/com.dotcms.hooks.validations/build.gradle b/OSGi/com.dotcms.hooks.validations/build.gradle index c69bbf12..d44fa83d 100644 --- a/OSGi/com.dotcms.hooks.validations/build.gradle +++ b/OSGi/com.dotcms.hooks.validations/build.gradle @@ -10,7 +10,7 @@ repositories { } dependencies { - compile('com.dotcms:dotcms:21.01') { transitive = true } + compile('com.dotcms:dotcms:21.02') { transitive = true } } import java.util.jar.* diff --git a/OSGi/com.dotcms.hooks/build.gradle b/OSGi/com.dotcms.hooks/build.gradle index 353227b8..85f3bf39 100644 --- a/OSGi/com.dotcms.hooks/build.gradle +++ b/OSGi/com.dotcms.hooks/build.gradle @@ -10,7 +10,7 @@ repositories { } dependencies { - compile('com.dotcms:dotcms:21.01') { transitive = true } + compile('com.dotcms:dotcms:21.02') { transitive = true } } import java.util.jar.* diff --git a/OSGi/com.dotcms.job/build.gradle b/OSGi/com.dotcms.job/build.gradle index f731c3ec..1ea93357 100644 --- a/OSGi/com.dotcms.job/build.gradle +++ b/OSGi/com.dotcms.job/build.gradle @@ -10,7 +10,7 @@ repositories { } dependencies { - compile('com.dotcms:dotcms:21.01') + compile('com.dotcms:dotcms:21.02') } import java.util.jar.* diff --git a/OSGi/com.dotcms.override/build.gradle b/OSGi/com.dotcms.override/build.gradle index ab9101af..1f68de4f 100644 --- a/OSGi/com.dotcms.override/build.gradle +++ b/OSGi/com.dotcms.override/build.gradle @@ -10,7 +10,7 @@ repositories { } dependencies { - compile('com.dotcms:dotcms:21.01') { transitive = true } + compile('com.dotcms:dotcms:21.02') { transitive = true } } import java.util.jar.* diff --git a/OSGi/com.dotcms.portlet/build.gradle b/OSGi/com.dotcms.portlet/build.gradle index 603da295..63c8a80b 100644 --- a/OSGi/com.dotcms.portlet/build.gradle +++ b/OSGi/com.dotcms.portlet/build.gradle @@ -10,7 +10,7 @@ repositories { } dependencies { - compile('com.dotcms:dotcms:21.01') { transitive = true } + compile('com.dotcms:dotcms:21.02') { transitive = true } } import java.util.jar.* diff --git a/OSGi/com.dotcms.pushpublish.listener/build.gradle b/OSGi/com.dotcms.pushpublish.listener/build.gradle index 98e224a9..3084ac6e 100644 --- a/OSGi/com.dotcms.pushpublish.listener/build.gradle +++ b/OSGi/com.dotcms.pushpublish.listener/build.gradle @@ -10,7 +10,7 @@ repositories { } dependencies { - compile('com.dotcms:dotcms:21.01') { transitive = true } + compile('com.dotcms:dotcms:21.02') { transitive = true } } import java.util.jar.* diff --git a/OSGi/com.dotcms.rest/build.gradle b/OSGi/com.dotcms.rest/build.gradle index 7dd2899b..a9a8c8f2 100644 --- a/OSGi/com.dotcms.rest/build.gradle +++ b/OSGi/com.dotcms.rest/build.gradle @@ -10,7 +10,7 @@ repositories { } dependencies { - compile('com.dotcms:dotcms:21.01') { transitive = true } + compile('com.dotcms:dotcms:21.02') { transitive = true } } import java.util.jar.* diff --git a/OSGi/com.dotcms.ruleengine.velocityscriptingactionlet/build.gradle b/OSGi/com.dotcms.ruleengine.velocityscriptingactionlet/build.gradle index a1efd29d..22736540 100644 --- a/OSGi/com.dotcms.ruleengine.velocityscriptingactionlet/build.gradle +++ b/OSGi/com.dotcms.ruleengine.velocityscriptingactionlet/build.gradle @@ -15,7 +15,7 @@ configurations { } dependencies { - compile('com.dotcms:dotcms:21.01') { transitive = true } + compile('com.dotcms:dotcms:21.02') { transitive = true } testCompile 'org.mockito:mockito-core:2.0.31-beta' testCompile 'org.hamcrest:hamcrest-all:1.3' diff --git a/OSGi/com.dotcms.ruleengine.visitoripconditionlet/build.gradle b/OSGi/com.dotcms.ruleengine.visitoripconditionlet/build.gradle index a51bbbf5..9ef389db 100644 --- a/OSGi/com.dotcms.ruleengine.visitoripconditionlet/build.gradle +++ b/OSGi/com.dotcms.ruleengine.visitoripconditionlet/build.gradle @@ -15,7 +15,7 @@ configurations { } dependencies { - compile('com.dotcms:dotcms:21.01') { transitive = true } + compile('com.dotcms:dotcms:21.02') { transitive = true } testCompile 'org.mockito:mockito-core:2.0.31-beta' testCompile 'org.hamcrest:hamcrest-all:1.3' diff --git a/OSGi/com.dotcms.simpleService/build.gradle b/OSGi/com.dotcms.simpleService/build.gradle index 5c1d1180..274e256b 100644 --- a/OSGi/com.dotcms.simpleService/build.gradle +++ b/OSGi/com.dotcms.simpleService/build.gradle @@ -10,7 +10,7 @@ repositories { } dependencies { - compile('com.dotcms:dotcms:21.01') { transitive = true } + compile('com.dotcms:dotcms:21.02') { transitive = true } } import java.util.jar.* diff --git a/OSGi/com.dotcms.spring/build.gradle b/OSGi/com.dotcms.spring/build.gradle index e376bd4b..eb2b1bed 100644 --- a/OSGi/com.dotcms.spring/build.gradle +++ b/OSGi/com.dotcms.spring/build.gradle @@ -10,7 +10,7 @@ repositories { } dependencies { - compile('com.dotcms:dotcms:21.01') { transitive = true } + compile('com.dotcms:dotcms:21.02') { transitive = true } } import java.util.jar.* diff --git a/OSGi/com.dotcms.staticpublish.listener/build.gradle b/OSGi/com.dotcms.staticpublish.listener/build.gradle index 41ad311f..a3f6f9e1 100644 --- a/OSGi/com.dotcms.staticpublish.listener/build.gradle +++ b/OSGi/com.dotcms.staticpublish.listener/build.gradle @@ -14,7 +14,7 @@ configurations { } dependencies { - compile('com.dotcms:dotcms:21.01') { transitive = true } + compile('com.dotcms:dotcms:21.02') { transitive = true } compileOnly('com.hierynomus:sshj:0.23.0'){ exclude group: 'org.bouncycastle' //Why we exlude? See README's important notes. diff --git a/OSGi/com.dotcms.tuckey/build.gradle b/OSGi/com.dotcms.tuckey/build.gradle index 91399945..b3938aed 100644 --- a/OSGi/com.dotcms.tuckey/build.gradle +++ b/OSGi/com.dotcms.tuckey/build.gradle @@ -10,7 +10,7 @@ repositories { } dependencies { - compile('com.dotcms:dotcms:21.01') { transitive = true } + compile('com.dotcms:dotcms:21.02') { transitive = true } } import java.util.jar.* diff --git a/OSGi/com.dotcms.viewtool/build.gradle b/OSGi/com.dotcms.viewtool/build.gradle index c5e062d4..dfd5c0c0 100644 --- a/OSGi/com.dotcms.viewtool/build.gradle +++ b/OSGi/com.dotcms.viewtool/build.gradle @@ -10,7 +10,7 @@ repositories { } dependencies { - compile('com.dotcms:dotcms:21.01') { transitive = true } + compile('com.dotcms:dotcms:21.02') { transitive = true } } import java.util.jar.* diff --git a/OSGi/com.dotcms.webinterceptor/build.gradle b/OSGi/com.dotcms.webinterceptor/build.gradle index 9a1204d1..474afcae 100644 --- a/OSGi/com.dotcms.webinterceptor/build.gradle +++ b/OSGi/com.dotcms.webinterceptor/build.gradle @@ -10,7 +10,7 @@ repositories { } dependencies { - compile('com.dotcms:dotcms:21.01') { transitive = true } + compile('com.dotcms:dotcms:21.02') { transitive = true } } import java.util.jar.* diff --git a/static/com.dotcms.hook/build.gradle b/static/com.dotcms.hook/build.gradle index 78bac894..2d8de849 100644 --- a/static/com.dotcms.hook/build.gradle +++ b/static/com.dotcms.hook/build.gradle @@ -16,7 +16,7 @@ repositories { // In this section you declare the dependencies for your production and test code dependencies { compileOnly fileTree(dir: 'lib', include: '*.jar') - compileOnly (group: 'com.dotcms', name: 'dotcms', version: '21.01'){ + compileOnly (group: 'com.dotcms', name: 'dotcms', version: '21.02'){ transitive = true } } diff --git a/static/com.dotcms.macro/build.gradle b/static/com.dotcms.macro/build.gradle index 78bac894..2d8de849 100644 --- a/static/com.dotcms.macro/build.gradle +++ b/static/com.dotcms.macro/build.gradle @@ -16,7 +16,7 @@ repositories { // In this section you declare the dependencies for your production and test code dependencies { compileOnly fileTree(dir: 'lib', include: '*.jar') - compileOnly (group: 'com.dotcms', name: 'dotcms', version: '21.01'){ + compileOnly (group: 'com.dotcms', name: 'dotcms', version: '21.02'){ transitive = true } } diff --git a/static/com.dotcms.portlet/build.gradle b/static/com.dotcms.portlet/build.gradle index 78bac894..2d8de849 100644 --- a/static/com.dotcms.portlet/build.gradle +++ b/static/com.dotcms.portlet/build.gradle @@ -16,7 +16,7 @@ repositories { // In this section you declare the dependencies for your production and test code dependencies { compileOnly fileTree(dir: 'lib', include: '*.jar') - compileOnly (group: 'com.dotcms', name: 'dotcms', version: '21.01'){ + compileOnly (group: 'com.dotcms', name: 'dotcms', version: '21.02'){ transitive = true } } diff --git a/static/com.dotcms.servlet/build.gradle b/static/com.dotcms.servlet/build.gradle index 4c5adc39..8ead79b1 100644 --- a/static/com.dotcms.servlet/build.gradle +++ b/static/com.dotcms.servlet/build.gradle @@ -16,7 +16,7 @@ repositories { // In this section you declare the dependencies for your production and test code dependencies { compileOnly fileTree(dir: 'lib', include: '*.jar') - compileOnly (group: 'com.dotcms', name: 'dotcms', version: '21.01'){ + compileOnly (group: 'com.dotcms', name: 'dotcms', version: '21.02'){ transitive = true } compileOnly group: 'javax.servlet', name: 'javax.servlet-api', version: '3.0.1' diff --git a/static/com.dotcms.skeleton/build.gradle b/static/com.dotcms.skeleton/build.gradle index 78bac894..2d8de849 100644 --- a/static/com.dotcms.skeleton/build.gradle +++ b/static/com.dotcms.skeleton/build.gradle @@ -16,7 +16,7 @@ repositories { // In this section you declare the dependencies for your production and test code dependencies { compileOnly fileTree(dir: 'lib', include: '*.jar') - compileOnly (group: 'com.dotcms', name: 'dotcms', version: '21.01'){ + compileOnly (group: 'com.dotcms', name: 'dotcms', version: '21.02'){ transitive = true } } diff --git a/static/com.dotcms.viewtool/build.gradle b/static/com.dotcms.viewtool/build.gradle index 78bac894..2d8de849 100644 --- a/static/com.dotcms.viewtool/build.gradle +++ b/static/com.dotcms.viewtool/build.gradle @@ -16,7 +16,7 @@ repositories { // In this section you declare the dependencies for your production and test code dependencies { compileOnly fileTree(dir: 'lib', include: '*.jar') - compileOnly (group: 'com.dotcms', name: 'dotcms', version: '21.01'){ + compileOnly (group: 'com.dotcms', name: 'dotcms', version: '21.02'){ transitive = true } }