diff --git a/OSGi/com.dotcms.3rd.party/build.gradle b/OSGi/com.dotcms.3rd.party/build.gradle index 32a51652..b0a7c0f7 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:5.3.6.1') { transitive = true } + compile('com.dotcms:dotcms:5.3.7') { transitive = true } } import java.util.jar.* @@ -121,3 +121,4 @@ task wrapper(type: Wrapper) { gradleVersion = '4.2' } } +} diff --git a/OSGi/com.dotcms.actionlet/build.gradle b/OSGi/com.dotcms.actionlet/build.gradle index 91f01be9..e743f0f9 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:5.3.6.1') { transitive = true } + compile('com.dotcms:dotcms:5.3.7') { transitive = true } } import java.util.jar.* @@ -102,3 +102,4 @@ task wrapper(type: Wrapper) { gradleVersion = '4.2' } } +} diff --git a/OSGi/com.dotcms.aop/build.gradle b/OSGi/com.dotcms.aop/build.gradle index d2d60fb8..d33f80f7 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: '5.3.6.1'){ + providedCompile (group: 'com.dotcms', name: 'dotcms', version: '5.3.7'){ transitive = true } - aspects (group: 'com.dotcms', name: 'dotcms', version: '5.3.6.1') + aspects (group: 'com.dotcms', name: 'dotcms', version: '5.3.7') providedCompile "javax.servlet:javax.servlet-api:3.1.0" } @@ -172,3 +172,5 @@ task wrapper(type: Wrapper) { } ' } +' +} diff --git a/OSGi/com.dotcms.custom.spring/build.gradle b/OSGi/com.dotcms.custom.spring/build.gradle index 536c1e1a..02582ad9 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:5.3.6.1') { transitive = true } + compile('com.dotcms:dotcms:5.3.7') { 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. @@ -163,3 +163,4 @@ task wrapper(type: Wrapper) { gradleVersion = '4.2' } } +} diff --git a/OSGi/com.dotcms.dynamic.skeleton/build.gradle b/OSGi/com.dotcms.dynamic.skeleton/build.gradle index 2f4e77f5..c4469483 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:5.3.6.1') { transitive = true } + compile('com.dotcms:dotcms:5.3.7') { transitive = true } } import java.util.jar.* @@ -119,3 +119,4 @@ task wrapper(type: Wrapper) { gradleVersion = '4.2' } } +} diff --git a/OSGi/com.dotcms.fixasset/build.gradle b/OSGi/com.dotcms.fixasset/build.gradle index 08746bfb..ab3a76f2 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:5.3.6.1') { transitive = true } + compile('com.dotcms:dotcms:5.3.7') { transitive = true } } import java.util.jar.* @@ -102,3 +102,4 @@ task wrapper(type: Wrapper) { gradleVersion = '4.2' } } +} diff --git a/OSGi/com.dotcms.hooks/build.gradle b/OSGi/com.dotcms.hooks/build.gradle index e5c2e955..d512cd0d 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:5.3.6.1') { transitive = true } + compile('com.dotcms:dotcms:5.3.7') { transitive = true } } import java.util.jar.* @@ -101,3 +101,4 @@ task wrapper(type: Wrapper) { gradleVersion = '4.2' } } +} diff --git a/OSGi/com.dotcms.job/build.gradle b/OSGi/com.dotcms.job/build.gradle index 0a324744..de60aae6 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:5.3.6.1') { transitive = true } + compile('com.dotcms:dotcms:5.3.7') { transitive = true } } import java.util.jar.* @@ -102,3 +102,4 @@ task wrapper(type: Wrapper) { gradleVersion = '4.2' } } +} diff --git a/OSGi/com.dotcms.override/build.gradle b/OSGi/com.dotcms.override/build.gradle index bace395d..f42b3503 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:5.3.6.1') { transitive = true } + compile('com.dotcms:dotcms:5.3.7') { transitive = true } } import java.util.jar.* @@ -102,3 +102,4 @@ task wrapper(type: Wrapper) { gradleVersion = '4.2' } } +} diff --git a/OSGi/com.dotcms.portlet/build.gradle b/OSGi/com.dotcms.portlet/build.gradle index 8be912b9..0f51b3dd 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:5.3.6.1') { transitive = true } + compile('com.dotcms:dotcms:5.3.7') { transitive = true } } import java.util.jar.* @@ -101,3 +101,4 @@ task wrapper(type: Wrapper) { gradleVersion = '4.2' } } +} diff --git a/OSGi/com.dotcms.pushpublish.listener/build.gradle b/OSGi/com.dotcms.pushpublish.listener/build.gradle index ecf7abf9..1015dd76 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:5.3.6.1') { transitive = true } + compile('com.dotcms:dotcms:5.3.7') { transitive = true } } import java.util.jar.* @@ -101,3 +101,4 @@ task wrapper(type: Wrapper) { gradleVersion = '4.2' } } +} diff --git a/OSGi/com.dotcms.rest/build.gradle b/OSGi/com.dotcms.rest/build.gradle index 8a436e9f..733f62d4 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:5.3.6.1') { transitive = true } + compile('com.dotcms:dotcms:5.3.7') { transitive = true } } import java.util.jar.* @@ -101,3 +101,4 @@ task wrapper(type: Wrapper) { gradleVersion = '4.2' } } +} diff --git a/OSGi/com.dotcms.ruleengine.velocityscriptingactionlet/build.gradle b/OSGi/com.dotcms.ruleengine.velocityscriptingactionlet/build.gradle index 38d98696..c3e2f2e9 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:5.3.6.1') { transitive = true } + compile('com.dotcms:dotcms:5.3.7') { transitive = true } testCompile 'org.mockito:mockito-core:2.0.31-beta' testCompile 'org.hamcrest:hamcrest-all:1.3' @@ -128,3 +128,4 @@ task wrapper(type: Wrapper) { gradleVersion = '4.2' } } +} diff --git a/OSGi/com.dotcms.ruleengine.visitoripconditionlet/build.gradle b/OSGi/com.dotcms.ruleengine.visitoripconditionlet/build.gradle index 861eb66d..f9eef560 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:5.3.6.1') { transitive = true } + compile('com.dotcms:dotcms:5.3.7') { transitive = true } testCompile 'org.mockito:mockito-core:2.0.31-beta' testCompile 'org.hamcrest:hamcrest-all:1.3' @@ -128,3 +128,4 @@ task wrapper(type: Wrapper) { gradleVersion = '4.2' } } +} diff --git a/OSGi/com.dotcms.servlet/build.gradle b/OSGi/com.dotcms.servlet/build.gradle index bc5ee79e..23673b4b 100644 --- a/OSGi/com.dotcms.servlet/build.gradle +++ b/OSGi/com.dotcms.servlet/build.gradle @@ -11,7 +11,7 @@ repositories { dependencies { compile fileTree(dir: '../com.dotcms.simpleService/build/libs/', include: '*.jar')//As this example depends on the com.dotcms.simpleService example - compile('com.dotcms:dotcms:5.3.6.1') { transitive = true } + compile('com.dotcms:dotcms:5.3.7') { transitive = true } } import java.util.jar.* @@ -102,3 +102,4 @@ task wrapper(type: Wrapper) { gradleVersion = '4.2' } } +} diff --git a/OSGi/com.dotcms.simpleService/build.gradle b/OSGi/com.dotcms.simpleService/build.gradle index a72bf66d..97c97100 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:5.3.6.1') { transitive = true } + compile('com.dotcms:dotcms:5.3.7') { transitive = true } } import java.util.jar.* @@ -102,3 +102,4 @@ task wrapper(type: Wrapper) { gradleVersion = '4.2' } } +} diff --git a/OSGi/com.dotcms.spring/build.gradle b/OSGi/com.dotcms.spring/build.gradle index 056315db..30c0cfd4 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:5.3.6.1') { transitive = true } + compile('com.dotcms:dotcms:5.3.7') { transitive = true } } import java.util.jar.* @@ -101,3 +101,4 @@ task wrapper(type: Wrapper) { gradleVersion = '4.2' } } +} diff --git a/OSGi/com.dotcms.staticpublish.listener/build.gradle b/OSGi/com.dotcms.staticpublish.listener/build.gradle index 2b87fad3..fa67e5f5 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:5.3.6.1') { transitive = true } + compile('com.dotcms:dotcms:5.3.7') { transitive = true } compileOnly('com.hierynomus:sshj:0.23.0'){ exclude group: 'org.bouncycastle' //Why we exlude? See README's important notes. @@ -132,3 +132,4 @@ task wrapper(type: Wrapper) { gradleVersion = '4.2' } } +} diff --git a/OSGi/com.dotcms.tuckey/build.gradle b/OSGi/com.dotcms.tuckey/build.gradle index f6c0158a..ac1a8ead 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:5.3.6.1') { transitive = true } + compile('com.dotcms:dotcms:5.3.7') { transitive = true } } import java.util.jar.* @@ -101,3 +101,4 @@ task wrapper(type: Wrapper) { gradleVersion = '4.2' } } +} diff --git a/OSGi/com.dotcms.viewtool/build.gradle b/OSGi/com.dotcms.viewtool/build.gradle index caadb255..9c7b0e46 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:5.3.6.1') { transitive = true } + compile('com.dotcms:dotcms:5.3.7') { transitive = true } } import java.util.jar.* @@ -101,3 +101,4 @@ task wrapper(type: Wrapper) { gradleVersion = '4.2' } } +} diff --git a/OSGi/com.dotcms.webinterceptor/build.gradle b/OSGi/com.dotcms.webinterceptor/build.gradle index 7eb64891..d7619318 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:5.3.6.1') { transitive = true } + compile('com.dotcms:dotcms:5.3.7') { transitive = true } } import java.util.jar.* @@ -101,3 +101,4 @@ task wrapper(type: Wrapper) { gradleVersion = '4.2' } } +} diff --git a/static/com.dotcms.hook/build.gradle b/static/com.dotcms.hook/build.gradle index a3c40c38..d1cb6a0f 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: '5.3.6.1'){ + compileOnly (group: 'com.dotcms', name: 'dotcms', version: '5.3.7'){ transitive = true } } @@ -36,3 +36,4 @@ task wrapper(type: Wrapper) { gradleVersion = '3.1' } } +} diff --git a/static/com.dotcms.macro/build.gradle b/static/com.dotcms.macro/build.gradle index a3c40c38..d1cb6a0f 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: '5.3.6.1'){ + compileOnly (group: 'com.dotcms', name: 'dotcms', version: '5.3.7'){ transitive = true } } @@ -36,3 +36,4 @@ task wrapper(type: Wrapper) { gradleVersion = '3.1' } } +} diff --git a/static/com.dotcms.portlet/build.gradle b/static/com.dotcms.portlet/build.gradle index a3c40c38..d1cb6a0f 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: '5.3.6.1'){ + compileOnly (group: 'com.dotcms', name: 'dotcms', version: '5.3.7'){ transitive = true } } @@ -36,3 +36,4 @@ task wrapper(type: Wrapper) { gradleVersion = '3.1' } } +} diff --git a/static/com.dotcms.servlet/build.gradle b/static/com.dotcms.servlet/build.gradle index 37d670c6..600605ca 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: '5.3.6.1'){ + compileOnly (group: 'com.dotcms', name: 'dotcms', version: '5.3.7'){ transitive = true } compileOnly group: 'javax.servlet', name: 'javax.servlet-api', version: '3.0.1' @@ -37,3 +37,4 @@ task wrapper(type: Wrapper) { gradleVersion = '3.1' } } +} diff --git a/static/com.dotcms.skeleton/build.gradle b/static/com.dotcms.skeleton/build.gradle index a3c40c38..d1cb6a0f 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: '5.3.6.1'){ + compileOnly (group: 'com.dotcms', name: 'dotcms', version: '5.3.7'){ transitive = true } } @@ -36,3 +36,4 @@ task wrapper(type: Wrapper) { gradleVersion = '3.1' } } +} diff --git a/static/com.dotcms.viewtool/build.gradle b/static/com.dotcms.viewtool/build.gradle index a3c40c38..d1cb6a0f 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: '5.3.6.1'){ + compileOnly (group: 'com.dotcms', name: 'dotcms', version: '5.3.7'){ transitive = true } } @@ -36,3 +36,4 @@ task wrapper(type: Wrapper) { gradleVersion = '3.1' } } +}