Skip to content

Commit

Permalink
Updating dotcms version to 21.02.2
Browse files Browse the repository at this point in the history
  • Loading branch information
e49356a7f162dd533a2285d359169cb037d66ca9 committed Feb 26, 2021
1 parent cec9cb0 commit bb121ab
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion OSGi/com.dotcms.3rd.party/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {

dependencies {
compile fileTree(dir: 'src/main/resources/libs', include: '*.jar')
compile('com.dotcms:dotcms:21.02.1') { transitive = true }
compile('com.dotcms:dotcms:21.02.2.1') { transitive = true }
}

import java.util.jar.*
Expand Down
2 changes: 1 addition & 1 deletion OSGi/com.dotcms.actionlet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

dependencies {
compile('com.dotcms:dotcms:21.02.1') { transitive = true }
compile('com.dotcms:dotcms:21.02.2.1') { transitive = true }
}

import java.util.jar.*
Expand Down
2 changes: 1 addition & 1 deletion OSGi/com.dotcms.app.example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

dependencies {
compile('com.dotcms:dotcms:21.02.1') { transitive = true }
compile('com.dotcms:dotcms:21.02.2.1') { transitive = true }

testCompile group: 'junit', name: 'junit-dep', version: '4.10'
}
Expand Down
2 changes: 1 addition & 1 deletion OSGi/com.dotcms.custom.spring/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ configurations {
}

dependencies {
compile('com.dotcms:dotcms:21.02.1') { transitive = true }
compile('com.dotcms:dotcms:21.02.2.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.
Expand Down
2 changes: 1 addition & 1 deletion OSGi/com.dotcms.dynamic.skeleton/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.02.1') { transitive = true }
compile('com.dotcms:dotcms:21.02.2.1') { transitive = true }
}

import java.util.jar.*
Expand Down
2 changes: 1 addition & 1 deletion OSGi/com.dotcms.fixasset/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

dependencies {
compile('com.dotcms:dotcms:21.02.1') { transitive = true }
compile('com.dotcms:dotcms:21.02.2.1') { transitive = true }
}

import java.util.jar.*
Expand Down
2 changes: 1 addition & 1 deletion OSGi/com.dotcms.hooks.validations/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

dependencies {
compile('com.dotcms:dotcms:21.02.1') { transitive = true }
compile('com.dotcms:dotcms:21.02.2.1') { transitive = true }
}

import java.util.jar.*
Expand Down
2 changes: 1 addition & 1 deletion OSGi/com.dotcms.hooks/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

dependencies {
compile('com.dotcms:dotcms:21.02.1') { transitive = true }
compile('com.dotcms:dotcms:21.02.2.1') { transitive = true }
}

import java.util.jar.*
Expand Down
2 changes: 1 addition & 1 deletion OSGi/com.dotcms.job/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

dependencies {
compile('com.dotcms:dotcms:21.02.1')
compile('com.dotcms:dotcms:21.02.2.1')
}

import java.util.jar.*
Expand Down
2 changes: 1 addition & 1 deletion OSGi/com.dotcms.override/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

dependencies {
compile('com.dotcms:dotcms:21.02.1') { transitive = true }
compile('com.dotcms:dotcms:21.02.2.1') { transitive = true }
}

import java.util.jar.*
Expand Down
2 changes: 1 addition & 1 deletion OSGi/com.dotcms.portlet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

dependencies {
compile('com.dotcms:dotcms:21.02.1') { transitive = true }
compile('com.dotcms:dotcms:21.02.2.1') { transitive = true }
}

import java.util.jar.*
Expand Down
2 changes: 1 addition & 1 deletion OSGi/com.dotcms.pushpublish.listener/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

dependencies {
compile('com.dotcms:dotcms:21.02.1') { transitive = true }
compile('com.dotcms:dotcms:21.02.2.1') { transitive = true }
}

import java.util.jar.*
Expand Down
2 changes: 1 addition & 1 deletion OSGi/com.dotcms.rest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

dependencies {
compile('com.dotcms:dotcms:21.02.1') { transitive = true }
compile('com.dotcms:dotcms:21.02.2.1') { transitive = true }
}

import java.util.jar.*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ configurations {
}

dependencies {
compile('com.dotcms:dotcms:21.02.1') { transitive = true }
compile('com.dotcms:dotcms:21.02.2.1') { transitive = true }

testCompile 'org.mockito:mockito-core:2.0.31-beta'
testCompile 'org.hamcrest:hamcrest-all:1.3'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ configurations {
}

dependencies {
compile('com.dotcms:dotcms:21.02.1') { transitive = true }
compile('com.dotcms:dotcms:21.02.2.1') { transitive = true }

testCompile 'org.mockito:mockito-core:2.0.31-beta'
testCompile 'org.hamcrest:hamcrest-all:1.3'
Expand Down
2 changes: 1 addition & 1 deletion OSGi/com.dotcms.simpleService/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

dependencies {
compile('com.dotcms:dotcms:21.02.1') { transitive = true }
compile('com.dotcms:dotcms:21.02.2.1') { transitive = true }
}

import java.util.jar.*
Expand Down
2 changes: 1 addition & 1 deletion OSGi/com.dotcms.spring/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

dependencies {
compile('com.dotcms:dotcms:21.02.1') { transitive = true }
compile('com.dotcms:dotcms:21.02.2.1') { transitive = true }
}

import java.util.jar.*
Expand Down
2 changes: 1 addition & 1 deletion OSGi/com.dotcms.staticpublish.listener/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ configurations {
}

dependencies {
compile('com.dotcms:dotcms:21.02.1') { transitive = true }
compile('com.dotcms:dotcms:21.02.2.1') { transitive = true }

compileOnly('com.hierynomus:sshj:0.23.0'){
exclude group: 'org.bouncycastle' //Why we exlude? See README's important notes.
Expand Down
2 changes: 1 addition & 1 deletion OSGi/com.dotcms.tuckey/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

dependencies {
compile('com.dotcms:dotcms:21.02.1') { transitive = true }
compile('com.dotcms:dotcms:21.02.2.1') { transitive = true }
}

import java.util.jar.*
Expand Down
2 changes: 1 addition & 1 deletion OSGi/com.dotcms.viewtool/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

dependencies {
compile('com.dotcms:dotcms:21.02.1') { transitive = true }
compile('com.dotcms:dotcms:21.02.2.1') { transitive = true }
}

import java.util.jar.*
Expand Down
2 changes: 1 addition & 1 deletion OSGi/com.dotcms.webinterceptor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

dependencies {
compile('com.dotcms:dotcms:21.02.1') { transitive = true }
compile('com.dotcms:dotcms:21.02.2.1') { transitive = true }
}

import java.util.jar.*
Expand Down

0 comments on commit bb121ab

Please sign in to comment.