Skip to content

Commit cf6e599

Browse files
authored
Merge pull request #60 from dotCMS/auto_generate_release_plugins
auto_generate_release_plugins
2 parents bea98e5 + d700054 commit cf6e599

File tree

27 files changed

+28
-28
lines changed

27 files changed

+28
-28
lines changed

OSGi/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:5.3.0') { transitive = true }
14+
compile('com.dotcms:dotcms:5.3.1') { transitive = true }
1515
}
1616

1717
import java.util.jar.*

OSGi/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:5.3.0') { transitive = true }
13+
compile('com.dotcms:dotcms:5.3.1') { transitive = true }
1414
}
1515

1616
import java.util.jar.*

OSGi/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: '5.3.0'){
77+
providedCompile (group: 'com.dotcms', name: 'dotcms', version: '5.3.1'){
7878
transitive = true
7979
}
80-
aspects (group: 'com.dotcms', name: 'dotcms', version: '5.3.0')
80+
aspects (group: 'com.dotcms', name: 'dotcms', version: '5.3.1')
8181

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

OSGi/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:5.3.0') { transitive = true }
17+
compile('com.dotcms:dotcms:5.3.1') { 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.

OSGi/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:5.3.0') { transitive = true }
26+
compile('com.dotcms:dotcms:5.3.1') { transitive = true }
2727
}
2828

2929
import java.util.jar.*

OSGi/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:5.3.0') { transitive = true }
13+
compile('com.dotcms:dotcms:5.3.1') { transitive = true }
1414
}
1515

1616
import java.util.jar.*

OSGi/com.dotcms.hooks/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:5.3.0') { transitive = true }
13+
compile('com.dotcms:dotcms:5.3.1') { transitive = true }
1414
}
1515

1616
import java.util.jar.*

OSGi/com.dotcms.job/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:5.3.0') { transitive = true }
13+
compile('com.dotcms:dotcms:5.3.1') { transitive = true }
1414
}
1515

1616
import java.util.jar.*

OSGi/com.dotcms.override/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:5.3.0') { transitive = true }
13+
compile('com.dotcms:dotcms:5.3.1') { transitive = true }
1414
}
1515

1616
import java.util.jar.*

OSGi/com.dotcms.portlet/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:5.3.0') { transitive = true }
13+
compile('com.dotcms:dotcms:5.3.1') { transitive = true }
1414
}
1515

1616
import java.util.jar.*

0 commit comments

Comments
 (0)