From 098fa748f0a44d6614b1a3f74207854cebab5d34 Mon Sep 17 00:00:00 2001 From: Erick Gonzalez Date: Tue, 21 Aug 2018 12:28:31 -0600 Subject: [PATCH 1/2] update static 5.0.1 --- 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 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/static/com.dotcms.hook/build.gradle b/static/com.dotcms.hook/build.gradle index ce959083..8097ab9c 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: '4.3.2'){ + compileOnly (group: 'com.dotcms', name: 'dotcms', version: '5.0.1'){ transitive = true } } diff --git a/static/com.dotcms.macro/build.gradle b/static/com.dotcms.macro/build.gradle index ce959083..8097ab9c 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: '4.3.2'){ + compileOnly (group: 'com.dotcms', name: 'dotcms', version: '5.0.1'){ transitive = true } } diff --git a/static/com.dotcms.portlet/build.gradle b/static/com.dotcms.portlet/build.gradle index ce959083..8097ab9c 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: '4.3.2'){ + compileOnly (group: 'com.dotcms', name: 'dotcms', version: '5.0.1'){ transitive = true } } diff --git a/static/com.dotcms.servlet/build.gradle b/static/com.dotcms.servlet/build.gradle index 0af2ba91..778ccacf 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: '4.3.2'){ + compileOnly (group: 'com.dotcms', name: 'dotcms', version: '5.0.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 ce959083..8097ab9c 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: '4.3.2'){ + compileOnly (group: 'com.dotcms', name: 'dotcms', version: '5.0.1'){ transitive = true } } diff --git a/static/com.dotcms.viewtool/build.gradle b/static/com.dotcms.viewtool/build.gradle index ce959083..8097ab9c 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: '4.3.2'){ + compileOnly (group: 'com.dotcms', name: 'dotcms', version: '5.0.1'){ transitive = true } } From 57edd2742d9049bc20b451f5553180e6b08ff4d2 Mon Sep 17 00:00:00 2001 From: Erick Gonzalez Date: Tue, 21 Aug 2018 12:35:18 -0600 Subject: [PATCH 2/2] update OSGI 5.0.1 --- 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.custom.spring/build.gradle | 2 +- OSGi/com.dotcms.dynamic.skeleton/build.gradle | 2 +- OSGi/com.dotcms.fixasset/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.servlet/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 +- 20 files changed, 21 insertions(+), 21 deletions(-) diff --git a/OSGi/com.dotcms.3rd.party/build.gradle b/OSGi/com.dotcms.3rd.party/build.gradle index d70da609..2a4afd7a 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.0') { transitive = true } + compile('com.dotcms:dotcms:5.0.1') { transitive = true } } import java.util.jar.* diff --git a/OSGi/com.dotcms.actionlet/build.gradle b/OSGi/com.dotcms.actionlet/build.gradle index 7f60179a..4d1fca2c 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.0') { transitive = true } + compile('com.dotcms:dotcms:5.0.1') { transitive = true } } import java.util.jar.* diff --git a/OSGi/com.dotcms.aop/build.gradle b/OSGi/com.dotcms.aop/build.gradle index 65876c4d..2ecd0c86 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: '4.3.2'){ + providedCompile (group: 'com.dotcms', name: 'dotcms', version: '5.0.1'){ transitive = true } - aspects (group: 'com.dotcms', name: 'dotcms', version: '4.3.2') + aspects (group: 'com.dotcms', name: 'dotcms', version: '5.0.1') providedCompile "javax.servlet:javax.servlet-api:3.1.0" } diff --git a/OSGi/com.dotcms.custom.spring/build.gradle b/OSGi/com.dotcms.custom.spring/build.gradle index 84762796..70242479 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.0') { transitive = true } + compile('com.dotcms:dotcms:5.0.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 11bf2a7e..f60ac23f 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.0') { transitive = true } + compile('com.dotcms:dotcms:5.0.1') { transitive = true } } import java.util.jar.* diff --git a/OSGi/com.dotcms.fixasset/build.gradle b/OSGi/com.dotcms.fixasset/build.gradle index e01501dd..e229c725 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.0') { transitive = true } + compile('com.dotcms:dotcms:5.0.1') { transitive = true } } import java.util.jar.* diff --git a/OSGi/com.dotcms.hooks/build.gradle b/OSGi/com.dotcms.hooks/build.gradle index 48b82c24..f47c667f 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.0') { transitive = true } + compile('com.dotcms:dotcms:5.0.1') { transitive = true } } import java.util.jar.* diff --git a/OSGi/com.dotcms.job/build.gradle b/OSGi/com.dotcms.job/build.gradle index ad603c03..ddb133ce 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.0') { transitive = true } + compile('com.dotcms:dotcms:5.0.1') { transitive = true } } import java.util.jar.* diff --git a/OSGi/com.dotcms.override/build.gradle b/OSGi/com.dotcms.override/build.gradle index 836b149b..9969934c 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.0') { transitive = true } + compile('com.dotcms:dotcms:5.0.1') { transitive = true } } import java.util.jar.* diff --git a/OSGi/com.dotcms.portlet/build.gradle b/OSGi/com.dotcms.portlet/build.gradle index b6f7df08..29a4cf69 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.0') { transitive = true } + compile('com.dotcms:dotcms:5.0.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 9fa67d5d..9eeef8b9 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.0') { transitive = true } + compile('com.dotcms:dotcms:5.0.1') { transitive = true } } import java.util.jar.* diff --git a/OSGi/com.dotcms.rest/build.gradle b/OSGi/com.dotcms.rest/build.gradle index 11b3844e..686cf314 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.0') { transitive = true } + compile('com.dotcms:dotcms:5.0.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 f7237061..892efcb6 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.0') { transitive = true } + compile('com.dotcms:dotcms:5.0.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 5562d7e5..023a6dc0 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.0') { transitive = true } + compile('com.dotcms:dotcms:5.0.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.servlet/build.gradle b/OSGi/com.dotcms.servlet/build.gradle index 394c2dd7..0283426b 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.0') { transitive = true } + compile('com.dotcms:dotcms:5.0.1') { transitive = true } } import java.util.jar.* diff --git a/OSGi/com.dotcms.simpleService/build.gradle b/OSGi/com.dotcms.simpleService/build.gradle index f2665836..5348a638 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.0') { transitive = true } + compile('com.dotcms:dotcms:5.0.1') { transitive = true } } import java.util.jar.* diff --git a/OSGi/com.dotcms.spring/build.gradle b/OSGi/com.dotcms.spring/build.gradle index 13ff124e..2fe13274 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.0') { transitive = true } + compile('com.dotcms:dotcms:5.0.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 4e47e646..88f0c732 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.0') { transitive = true } + compile('com.dotcms:dotcms:5.0.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 7194ad41..457372ab 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.0') { transitive = true } + compile('com.dotcms:dotcms:5.0.1') { transitive = true } } import java.util.jar.* diff --git a/OSGi/com.dotcms.viewtool/build.gradle b/OSGi/com.dotcms.viewtool/build.gradle index 215b5a60..56081dbb 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.0') { transitive = true } + compile('com.dotcms:dotcms:5.0.1') { transitive = true } } import java.util.jar.*