Skip to content

Commit 4c860b3

Browse files
Updating dotcms versions
1 parent 4484b81 commit 4c860b3

File tree

23 files changed

+24
-24
lines changed

23 files changed

+24
-24
lines changed

com.dotcms.3rd.party/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repositories {
1111

1212
dependencies {
1313
compile fileTree(dir: 'src/main/resources/libs', include: '*.jar')
14-
compile('com.dotcms:dotcms:22.03.1') { transitive = true }
14+
compile('com.dotcms:dotcms:22.05') { transitive = true }
1515
}
1616

1717
import java.util.jar.*

com.dotcms.actionlet/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repositories {
1010
}
1111

1212
dependencies {
13-
compile('com.dotcms:dotcms:22.03.1') { transitive = true }
13+
compile('com.dotcms:dotcms:22.05') { transitive = true }
1414
}
1515

1616
import java.util.jar.*

com.dotcms.aop/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ dependencies {
7474

7575
ajc "org.aspectj:aspectjtools:1.8.10"
7676
providedCompile "org.aspectj:aspectjrt:1.8.10"
77-
providedCompile (group: 'com.dotcms', name: 'dotcms', version: '22.03.1'){
77+
providedCompile (group: 'com.dotcms', name: 'dotcms', version: '22.05'){
7878
transitive = true
7979
}
80-
aspects (group: 'com.dotcms', name: 'dotcms', version: '22.03.1')
80+
aspects (group: 'com.dotcms', name: 'dotcms', version: '22.05')
8181

8282
providedCompile "javax.servlet:javax.servlet-api:3.1.0"
8383
}

com.dotcms.app.example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repositories {
1010
}
1111

1212
dependencies {
13-
compile('com.dotcms:dotcms:22.03.1') { transitive = true }
13+
compile('com.dotcms:dotcms:22.05') { transitive = true }
1414

1515
testCompile group: 'junit', name: 'junit-dep', version: '4.10'
1616
}

com.dotcms.content.validation/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repositories {
1010
}
1111

1212
dependencies {
13-
compile('com.dotcms:dotcms:22.03.1') { transitive = true }
13+
compile('com.dotcms:dotcms:22.05') { transitive = true }
1414
}
1515

1616
import java.util.jar.*

com.dotcms.custom.spring/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ configurations {
1414
}
1515

1616
dependencies {
17-
compile('com.dotcms:dotcms:22.03.1') { transitive = true }
17+
compile('com.dotcms:dotcms:22.05') { transitive = true }
1818
//Resolve dependencies. These jars can be downloaded from our Maven Repo
1919
//In case you want to create a Controller using other Spring version,
2020
//just change the version Attribute.

com.dotcms.dynamic.skeleton/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
// include all jars within the resource libs
2424
compile fileTree(dir: 'src/main/resources/libs', include: '*.jar')
2525
// Using all jar from artifactory part of the dotcms group
26-
compile('com.dotcms:dotcms:22.03.1') { transitive = true }
26+
compile('com.dotcms:dotcms:22.05') { transitive = true }
2727
}
2828

2929
import java.util.jar.*

com.dotcms.fixasset/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repositories {
1010
}
1111

1212
dependencies {
13-
compile('com.dotcms:dotcms:22.03.1') { transitive = true }
13+
compile('com.dotcms:dotcms:22.05') { transitive = true }
1414
}
1515

1616
import java.util.jar.*

com.dotcms.hooks.pubsub/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repositories {
1010
}
1111

1212
dependencies {
13-
compile('com.dotcms:dotcms:22.03.1') { transitive = true }
13+
compile('com.dotcms:dotcms:22.05') { transitive = true }
1414
}
1515

1616
import java.util.jar.*

com.dotcms.hooks.validations/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repositories {
1010
}
1111

1212
dependencies {
13-
compile('com.dotcms:dotcms:22.03.1') { transitive = true }
13+
compile('com.dotcms:dotcms:22.05') { transitive = true }
1414
}
1515

1616
import java.util.jar.*

0 commit comments

Comments
 (0)