diff --git a/OSGi/com.dotcms.3rd.party/build.gradle b/OSGi/com.dotcms.3rd.party/build.gradle index 35e24d37..af8f860a 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.0.2') { transitive = true } + compile('com.dotcms:dotcms:5.0.3') { transitive = true } } import java.util.jar.* @@ -101,4 +101,4 @@ fragmentJar.dependsOn 'readManifesttAttributes' task wrapper(type: Wrapper) { gradleVersion = '4.2' -} \ No newline at end of file +} diff --git a/OSGi/com.dotcms.actionlet/build.gradle b/OSGi/com.dotcms.actionlet/build.gradle index 14485727..b432c594 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.0.2') { transitive = true } + compile('com.dotcms:dotcms:5.0.3') { transitive = true } } import java.util.jar.* @@ -100,4 +100,4 @@ fragmentJar.dependsOn 'readManifesttAttributes' task wrapper(type: Wrapper) { gradleVersion = '4.2' -} \ No newline at end of file +} diff --git a/OSGi/com.dotcms.aop/build.gradle b/OSGi/com.dotcms.aop/build.gradle index 8037d1cf..f3e9dc0c 100644 --- a/OSGi/com.dotcms.aop/build.gradle +++ b/OSGi/com.dotcms.aop/build.gradle @@ -72,10 +72,10 @@ dependencies { ajc "org.aspectj:aspectjtools:1.8.10" providedCompile "org.aspectj:aspectjrt:1.8.10" - providedCompile (group: 'com.dotcms', name: 'dotcms', version: '5.0.2'){ + providedCompile (group: 'com.dotcms', name: 'dotcms', version: '5.0.3'){ transitive = true } - aspects (group: 'com.dotcms', name: 'dotcms', version: '5.0.2') + aspects (group: 'com.dotcms', name: 'dotcms', version: '5.0.3') providedCompile "javax.servlet:javax.servlet-api:3.1.0" } @@ -166,4 +166,4 @@ fragmentJar.dependsOn 'readManifesttAttributes' task wrapper(type: Wrapper) { gradleVersion = '4.2' -} \ No newline at end of file +} diff --git a/OSGi/com.dotcms.custom.spring/build.gradle b/OSGi/com.dotcms.custom.spring/build.gradle index 87da9861..4faf4919 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.0.2') { transitive = true } + compile('com.dotcms:dotcms:5.0.3') { 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. @@ -161,4 +161,4 @@ fragmentJar.dependsOn 'readManifesttAttributes' tasks.copyToLib.execute() task wrapper(type: Wrapper) { gradleVersion = '4.2' -} \ No newline at end of file +} diff --git a/OSGi/com.dotcms.dynamic.skeleton/build.gradle b/OSGi/com.dotcms.dynamic.skeleton/build.gradle index 23003e6b..5272c89c 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.0.2') { transitive = true } + compile('com.dotcms:dotcms:5.0.3') { transitive = true } } import java.util.jar.* @@ -117,4 +117,4 @@ fragmentJar.dependsOn 'readManifesttAttributes' task wrapper(type: Wrapper) { gradleVersion = '4.2' -} \ No newline at end of file +} diff --git a/OSGi/com.dotcms.fixasset/build.gradle b/OSGi/com.dotcms.fixasset/build.gradle index 41740e53..16d3c52b 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.0.2') { transitive = true } + compile('com.dotcms:dotcms:5.0.3') { transitive = true } } import java.util.jar.* @@ -100,4 +100,4 @@ fragmentJar.dependsOn 'readManifesttAttributes' task wrapper(type: Wrapper) { gradleVersion = '4.2' -} \ No newline at end of file +} diff --git a/OSGi/com.dotcms.hooks/build.gradle b/OSGi/com.dotcms.hooks/build.gradle index d69a015c..b1fa1651 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.0.2') { transitive = true } + compile('com.dotcms:dotcms:5.0.3') { transitive = true } } import java.util.jar.* @@ -99,4 +99,4 @@ fragmentJar.dependsOn 'readManifesttAttributes' task wrapper(type: Wrapper) { gradleVersion = '4.2' -} \ No newline at end of file +} diff --git a/OSGi/com.dotcms.job/build.gradle b/OSGi/com.dotcms.job/build.gradle index 80429d1b..465a29bb 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.0.2') { transitive = true } + compile('com.dotcms:dotcms:5.0.3') { transitive = true } } import java.util.jar.* @@ -100,4 +100,4 @@ fragmentJar.dependsOn 'readManifesttAttributes' task wrapper(type: Wrapper) { gradleVersion = '4.2' -} \ No newline at end of file +} diff --git a/OSGi/com.dotcms.override/build.gradle b/OSGi/com.dotcms.override/build.gradle index 945e9c49..f80d3e60 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.0.2') { transitive = true } + compile('com.dotcms:dotcms:5.0.3') { transitive = true } } import java.util.jar.* @@ -100,4 +100,4 @@ fragmentJar.dependsOn 'readManifesttAttributes' task wrapper(type: Wrapper) { gradleVersion = '4.2' -} \ No newline at end of file +} diff --git a/OSGi/com.dotcms.portlet/build.gradle b/OSGi/com.dotcms.portlet/build.gradle index c7798609..1ad33d31 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.0.2') { transitive = true } + compile('com.dotcms:dotcms:5.0.3') { transitive = true } } import java.util.jar.* @@ -99,4 +99,4 @@ fragmentJar.dependsOn 'readManifesttAttributes' task wrapper(type: Wrapper) { gradleVersion = '4.2' -} \ No newline at end of file +} diff --git a/OSGi/com.dotcms.pushpublish.listener/build.gradle b/OSGi/com.dotcms.pushpublish.listener/build.gradle index 18dc15b3..9091aad9 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.0.2') { transitive = true } + compile('com.dotcms:dotcms:5.0.3') { transitive = true } } import java.util.jar.* @@ -99,4 +99,4 @@ fragmentJar.dependsOn 'readManifesttAttributes' task wrapper(type: Wrapper) { gradleVersion = '4.2' -} \ No newline at end of file +} diff --git a/OSGi/com.dotcms.rest/build.gradle b/OSGi/com.dotcms.rest/build.gradle index fe1b5d99..15920d43 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.0.2') { transitive = true } + compile('com.dotcms:dotcms:5.0.3') { transitive = true } } import java.util.jar.* @@ -99,4 +99,4 @@ fragmentJar.dependsOn 'readManifesttAttributes' task wrapper(type: Wrapper) { gradleVersion = '4.2' -} \ No newline at end of file +} diff --git a/OSGi/com.dotcms.ruleengine.velocityscriptingactionlet/build.gradle b/OSGi/com.dotcms.ruleengine.velocityscriptingactionlet/build.gradle index 4ecc1bb5..e76f800c 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.0.2') { transitive = true } + compile('com.dotcms:dotcms:5.0.3') { transitive = true } testCompile 'org.mockito:mockito-core:2.0.31-beta' testCompile 'org.hamcrest:hamcrest-all:1.3' @@ -126,4 +126,4 @@ fragmentJar.dependsOn 'readManifesttAttributes' task wrapper(type: Wrapper) { gradleVersion = '4.2' -} \ No newline at end of file +} diff --git a/OSGi/com.dotcms.ruleengine.visitoripconditionlet/build.gradle b/OSGi/com.dotcms.ruleengine.visitoripconditionlet/build.gradle index f5c09581..b338035a 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.0.2') { transitive = true } + compile('com.dotcms:dotcms:5.0.3') { transitive = true } testCompile 'org.mockito:mockito-core:2.0.31-beta' testCompile 'org.hamcrest:hamcrest-all:1.3' @@ -126,4 +126,4 @@ fragmentJar.dependsOn 'readManifesttAttributes' task wrapper(type: Wrapper) { gradleVersion = '4.2' -} \ No newline at end of file +} diff --git a/OSGi/com.dotcms.servlet/build.gradle b/OSGi/com.dotcms.servlet/build.gradle index 88dff082..7b533c76 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.0.2') { transitive = true } + compile('com.dotcms:dotcms:5.0.3') { transitive = true } } import java.util.jar.* @@ -100,4 +100,4 @@ fragmentJar.dependsOn 'readManifesttAttributes' task wrapper(type: Wrapper) { gradleVersion = '4.2' -} \ No newline at end of file +} diff --git a/OSGi/com.dotcms.simpleService/build.gradle b/OSGi/com.dotcms.simpleService/build.gradle index f54d5ff6..9e15cb2f 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.0.2') { transitive = true } + compile('com.dotcms:dotcms:5.0.3') { transitive = true } } import java.util.jar.* @@ -100,4 +100,4 @@ fragmentJar.dependsOn 'readManifesttAttributes' task wrapper(type: Wrapper) { gradleVersion = '4.2' -} \ No newline at end of file +} diff --git a/OSGi/com.dotcms.spring/build.gradle b/OSGi/com.dotcms.spring/build.gradle index bd0bff02..c1a9e986 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.0.2') { transitive = true } + compile('com.dotcms:dotcms:5.0.3') { transitive = true } } import java.util.jar.* @@ -99,4 +99,4 @@ fragmentJar.dependsOn 'readManifesttAttributes' task wrapper(type: Wrapper) { gradleVersion = '4.2' -} \ No newline at end of file +} diff --git a/OSGi/com.dotcms.staticpublish.listener/build.gradle b/OSGi/com.dotcms.staticpublish.listener/build.gradle index f5945bc9..017ead6e 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.0.2') { transitive = true } + compile('com.dotcms:dotcms:5.0.3') { transitive = true } compileOnly('com.hierynomus:sshj:0.23.0'){ exclude group: 'org.bouncycastle' //Why we exlude? See README's important notes. @@ -130,4 +130,4 @@ fragmentJar.dependsOn 'readManifesttAttributes' task wrapper(type: Wrapper) { gradleVersion = '4.2' -} \ No newline at end of file +} diff --git a/OSGi/com.dotcms.tuckey/build.gradle b/OSGi/com.dotcms.tuckey/build.gradle index 61b46f9f..85e01436 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.0.2') { transitive = true } + compile('com.dotcms:dotcms:5.0.3') { transitive = true } } import java.util.jar.* @@ -99,4 +99,4 @@ fragmentJar.dependsOn 'readManifesttAttributes' task wrapper(type: Wrapper) { gradleVersion = '4.2' -} \ No newline at end of file +} diff --git a/OSGi/com.dotcms.viewtool/build.gradle b/OSGi/com.dotcms.viewtool/build.gradle index f871967d..bdcdba20 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.0.2') { transitive = true } + compile('com.dotcms:dotcms:5.0.3') { transitive = true } } import java.util.jar.* @@ -99,4 +99,4 @@ fragmentJar.dependsOn 'readManifesttAttributes' task wrapper(type: Wrapper) { gradleVersion = '4.2' -} \ No newline at end of file +} diff --git a/static/com.dotcms.hook/build.gradle b/static/com.dotcms.hook/build.gradle index 41975960..e20c90e0 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.0.2'){ + compileOnly (group: 'com.dotcms', name: 'dotcms', version: '5.0.3'){ transitive = true } } @@ -34,4 +34,4 @@ libsDirName = file("$rootDir/build/jar") task wrapper(type: Wrapper) { gradleVersion = '3.1' -} \ No newline at end of file +} diff --git a/static/com.dotcms.macro/build.gradle b/static/com.dotcms.macro/build.gradle index 41975960..e20c90e0 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.0.2'){ + compileOnly (group: 'com.dotcms', name: 'dotcms', version: '5.0.3'){ transitive = true } } @@ -34,4 +34,4 @@ libsDirName = file("$rootDir/build/jar") task wrapper(type: Wrapper) { gradleVersion = '3.1' -} \ No newline at end of file +} diff --git a/static/com.dotcms.portlet/build.gradle b/static/com.dotcms.portlet/build.gradle index 41975960..e20c90e0 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.0.2'){ + compileOnly (group: 'com.dotcms', name: 'dotcms', version: '5.0.3'){ transitive = true } } @@ -34,4 +34,4 @@ libsDirName = file("$rootDir/build/jar") task wrapper(type: Wrapper) { gradleVersion = '3.1' -} \ No newline at end of file +} diff --git a/static/com.dotcms.servlet/build.gradle b/static/com.dotcms.servlet/build.gradle index 6a3f50a3..5659a9da 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.0.2'){ + compileOnly (group: 'com.dotcms', name: 'dotcms', version: '5.0.3'){ transitive = true } compileOnly group: 'javax.servlet', name: 'javax.servlet-api', version: '3.0.1' @@ -35,4 +35,4 @@ libsDirName = file("$rootDir/build/jar") task wrapper(type: Wrapper) { gradleVersion = '3.1' -} \ No newline at end of file +} diff --git a/static/com.dotcms.skeleton/build.gradle b/static/com.dotcms.skeleton/build.gradle index 41975960..e20c90e0 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.0.2'){ + compileOnly (group: 'com.dotcms', name: 'dotcms', version: '5.0.3'){ transitive = true } } @@ -34,4 +34,4 @@ libsDirName = file("$rootDir/build/jar") task wrapper(type: Wrapper) { gradleVersion = '3.1' -} \ No newline at end of file +} diff --git a/static/com.dotcms.viewtool/build.gradle b/static/com.dotcms.viewtool/build.gradle index 41975960..e20c90e0 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.0.2'){ + compileOnly (group: 'com.dotcms', name: 'dotcms', version: '5.0.3'){ transitive = true } } @@ -34,4 +34,4 @@ libsDirName = file("$rootDir/build/jar") task wrapper(type: Wrapper) { gradleVersion = '3.1' -} \ No newline at end of file +}