diff --git a/OSGi/com.dotcms.3rd.party/build.gradle b/OSGi/com.dotcms.3rd.party/build.gradle index dff081e8..fb521eae 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:20.11') { transitive = true } + compile('com.dotcms:dotcms:20.11.1') { transitive = true } } import java.util.jar.* diff --git a/OSGi/com.dotcms.actionlet/build.gradle b/OSGi/com.dotcms.actionlet/build.gradle index 7cbae867..d950b67a 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:20.11') { transitive = true } + compile('com.dotcms:dotcms:20.11.1') { transitive = true } } import java.util.jar.* diff --git a/OSGi/com.dotcms.aop/build.gradle b/OSGi/com.dotcms.aop/build.gradle index 7b8fbcda..0be0235c 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: '20.11'){ + providedCompile (group: 'com.dotcms', name: 'dotcms', version: '20.11.1'){ transitive = true } - aspects (group: 'com.dotcms', name: 'dotcms', version: '20.11') + aspects (group: 'com.dotcms', name: 'dotcms', version: '20.11.1') 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 754008b4..0109e7af 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:20.11') { transitive = true } + compile('com.dotcms:dotcms:20.11.1') { 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 962040eb..0b05f91d 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:20.11') { transitive = true } + compile('com.dotcms:dotcms:20.11.1') { 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 7d69dacb..5a3734f5 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:20.11') { transitive = true } + compile('com.dotcms:dotcms:20.11.1') { transitive = true } } import java.util.jar.* diff --git a/OSGi/com.dotcms.fixasset/build.gradle b/OSGi/com.dotcms.fixasset/build.gradle index 2d0fc6fb..b9832a1f 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:20.11') { transitive = true } + compile('com.dotcms:dotcms:20.11.1') { 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 7caf04f6..b1ab8e7f 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:20.11') { transitive = true } + compile('com.dotcms:dotcms:20.11.1') { transitive = true } } import java.util.jar.* diff --git a/OSGi/com.dotcms.hooks/build.gradle b/OSGi/com.dotcms.hooks/build.gradle index 2a19e2f2..178a06fe 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:20.11') { transitive = true } + compile('com.dotcms:dotcms:20.11.1') { transitive = true } } import java.util.jar.* diff --git a/OSGi/com.dotcms.job/build.gradle b/OSGi/com.dotcms.job/build.gradle index 08094624..29ec0efd 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:20.11') + compile('com.dotcms:dotcms:20.11.1') } import java.util.jar.* diff --git a/OSGi/com.dotcms.override/build.gradle b/OSGi/com.dotcms.override/build.gradle index 1ed624aa..60c35663 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:20.11') { transitive = true } + compile('com.dotcms:dotcms:20.11.1') { transitive = true } } import java.util.jar.* diff --git a/OSGi/com.dotcms.portlet/build.gradle b/OSGi/com.dotcms.portlet/build.gradle index 9d1f34df..c6c1d49c 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:20.11') { transitive = true } + compile('com.dotcms:dotcms:20.11.1') { 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 1bf463f8..0d815107 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:20.11') { transitive = true } + compile('com.dotcms:dotcms:20.11.1') { transitive = true } } import java.util.jar.* diff --git a/OSGi/com.dotcms.rest/build.gradle b/OSGi/com.dotcms.rest/build.gradle index b2613744..0ca4b9fe 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:20.11') { transitive = true } + compile('com.dotcms:dotcms:20.11.1') { 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 396bb416..6fe7cb08 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:20.11') { transitive = true } + compile('com.dotcms:dotcms:20.11.1') { 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 7e4562d7..371ff5b8 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:20.11') { transitive = true } + compile('com.dotcms:dotcms:20.11.1') { 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 319001fe..fe78a671 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:20.11') { transitive = true } + compile('com.dotcms:dotcms:20.11.1') { transitive = true } } import java.util.jar.* diff --git a/OSGi/com.dotcms.spring/build.gradle b/OSGi/com.dotcms.spring/build.gradle index 3d9e3aba..28dc6173 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:20.11') { transitive = true } + compile('com.dotcms:dotcms:20.11.1') { 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 c6ec88c5..8898cf1c 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:20.11') { transitive = true } + compile('com.dotcms:dotcms:20.11.1') { 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 1a0e28ee..f5258cbb 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:20.11') { transitive = true } + compile('com.dotcms:dotcms:20.11.1') { transitive = true } } import java.util.jar.* diff --git a/OSGi/com.dotcms.viewtool/build.gradle b/OSGi/com.dotcms.viewtool/build.gradle index 25a61dd3..b3d4edd1 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:20.11') { transitive = true } + compile('com.dotcms:dotcms:20.11.1') { transitive = true } } import java.util.jar.* diff --git a/OSGi/com.dotcms.webinterceptor/build.gradle b/OSGi/com.dotcms.webinterceptor/build.gradle index 0ddce9dd..2af850e7 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:20.11') { transitive = true } + compile('com.dotcms:dotcms:20.11.1') { transitive = true } } import java.util.jar.* diff --git a/static/com.dotcms.hook/build.gradle b/static/com.dotcms.hook/build.gradle index 2aed4eba..a8616615 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: '20.11'){ + compileOnly (group: 'com.dotcms', name: 'dotcms', version: '20.11.1'){ transitive = true } } diff --git a/static/com.dotcms.macro/build.gradle b/static/com.dotcms.macro/build.gradle index 2aed4eba..a8616615 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: '20.11'){ + compileOnly (group: 'com.dotcms', name: 'dotcms', version: '20.11.1'){ transitive = true } } diff --git a/static/com.dotcms.portlet/build.gradle b/static/com.dotcms.portlet/build.gradle index 2aed4eba..a8616615 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: '20.11'){ + compileOnly (group: 'com.dotcms', name: 'dotcms', version: '20.11.1'){ transitive = true } } diff --git a/static/com.dotcms.servlet/build.gradle b/static/com.dotcms.servlet/build.gradle index 2cbe6dbc..e08ae5bb 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: '20.11'){ + compileOnly (group: 'com.dotcms', name: 'dotcms', version: '20.11.1'){ 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 2aed4eba..a8616615 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: '20.11'){ + compileOnly (group: 'com.dotcms', name: 'dotcms', version: '20.11.1'){ transitive = true } } diff --git a/static/com.dotcms.viewtool/build.gradle b/static/com.dotcms.viewtool/build.gradle index 2aed4eba..a8616615 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: '20.11'){ + compileOnly (group: 'com.dotcms', name: 'dotcms', version: '20.11.1'){ transitive = true } }