Skip to content

Commit

Permalink
Merge pull request #28 from dotCMS/release-4.3.2
Browse files Browse the repository at this point in the history
Release 4.3.2
  • Loading branch information
dsilvam authored Mar 1, 2018
2 parents f4f5db0 + ab7c729 commit 4531667
Show file tree
Hide file tree
Showing 26 changed files with 27 additions and 27 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 @@ -15,7 +15,7 @@ configurations {

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

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 @@ -14,7 +14,7 @@ configurations {
}

dependencies {
compile('com.dotcms:dotcms:4.3.0') { transitive = true }
compile('com.dotcms:dotcms:4.3.2') { transitive = true }
}

jar {
Expand Down
4 changes: 2 additions & 2 deletions OSGi/com.dotcms.aop/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,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.0'){
providedCompile (group: 'com.dotcms', name: 'dotcms', version: '4.3.2'){
transitive = true
}
aspects (group: 'com.dotcms', name: 'dotcms', version: '4.3.0')
aspects (group: 'com.dotcms', name: 'dotcms', version: '4.3.2')
providedCompile "javax.servlet:javax.servlet-api:3.1.0"
}

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 @@ -15,7 +15,7 @@ configurations {
}

dependencies {
compile('com.dotcms:dotcms:4.3.0') { transitive = true }
compile('com.dotcms:dotcms:4.3.2') { 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:4.3.0') { transitive = true }
compile('com.dotcms:dotcms:4.3.2') { transitive = true }
}

// gradle task creates the manifest for the OSGi bundle
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 @@ -14,7 +14,7 @@ configurations {
}

dependencies {
compile('com.dotcms:dotcms:4.3.0') { transitive = true }
compile('com.dotcms:dotcms:4.3.2') { transitive = true }
}

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 @@ -14,7 +14,7 @@ configurations {
}

dependencies {
compile('com.dotcms:dotcms:4.3.0') { transitive = true }
compile('com.dotcms:dotcms:4.3.2') { transitive = true }
}

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 @@ -14,7 +14,7 @@ configurations {
}

dependencies {
compile('com.dotcms:dotcms:4.3.0') { transitive = true }
compile('com.dotcms:dotcms:4.3.2') { transitive = true }
}

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 @@ -14,7 +14,7 @@ configurations {
}

dependencies {
compile('com.dotcms:dotcms:4.3.0') { transitive = true }
compile('com.dotcms:dotcms:4.3.2') { transitive = true }
}

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 @@ -14,7 +14,7 @@ configurations {
}

dependencies {
compile('com.dotcms:dotcms:4.3.0') { transitive = true }
compile('com.dotcms:dotcms:4.3.2') { transitive = true }
}

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 @@ -15,7 +15,7 @@ configurations {
}

dependencies {
compile('com.dotcms:dotcms:4.3.0') { transitive = true }
compile('com.dotcms:dotcms:4.3.2') { transitive = true }
}

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 @@ -14,7 +14,7 @@ configurations {
}

dependencies {
compile('com.dotcms:dotcms:4.3.0') { transitive = true }
compile('com.dotcms:dotcms:4.3.2') { transitive = true }
}

jar {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repositories {
}

dependencies {
compile (group: 'com.dotcms', name: 'dotcms', version: '4.3.0'){
compile (group: 'com.dotcms', name: 'dotcms', version: '4.3.2'){
transitive = true
}
compile group: 'javax.servlet', name: 'javax.servlet-api', version: '3.1.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
}

dependencies {
compile (group: 'com.dotcms', name: 'dotcms', version: '4.3.0'){
compile (group: 'com.dotcms', name: 'dotcms', version: '4.3.2'){
transitive = true
}
/* Specifying an alternate configuration (see above 'configurations') keeps servlet-api.jar from being added to our own output Jar. */
Expand Down
2 changes: 1 addition & 1 deletion OSGi/com.dotcms.servlet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ configurations {

dependencies {
compile fileTree(dir: '../com.dotcms.service/build/libs/', include: '*.jar')//As this example depends on the com.dotcms.service example
compile('com.dotcms:dotcms:4.3.0') { transitive = true }
compile('com.dotcms:dotcms:4.3.2') { transitive = true }
}

jar {
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 @@ -14,7 +14,7 @@ configurations {
}

dependencies {
compile('com.dotcms:dotcms:4.3.0') { transitive = true }
compile('com.dotcms:dotcms:4.3.2') { transitive = true }
}

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 @@ -14,7 +14,7 @@ configurations {
}

dependencies {
compile('com.dotcms:dotcms:4.3.0') { transitive = true }
compile('com.dotcms:dotcms:4.3.2') { transitive = true }
}

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 @@ -15,7 +15,7 @@ configurations {
}

dependencies {
compile('com.dotcms:dotcms:4.3.0') { transitive = true }
compile('com.dotcms:dotcms:4.3.2') { 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 @@ -14,7 +14,7 @@ configurations {
}

dependencies {
compile('com.dotcms:dotcms:4.3.0') { transitive = true }
compile('com.dotcms:dotcms:4.3.2') { transitive = true }
}

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 @@ -14,7 +14,7 @@ configurations {
}

dependencies {
compile('com.dotcms:dotcms:4.3.0') { transitive = true }
compile('com.dotcms:dotcms:4.3.2') { transitive = true }
}

jar {
Expand Down
2 changes: 1 addition & 1 deletion static/com.dotcms.hook/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.0'){
compileOnly (group: 'com.dotcms', name: 'dotcms', version: '4.3.2'){
transitive = true
}
}
Expand Down
2 changes: 1 addition & 1 deletion static/com.dotcms.macro/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.0'){
compileOnly (group: 'com.dotcms', name: 'dotcms', version: '4.3.2'){
transitive = true
}
}
Expand Down
2 changes: 1 addition & 1 deletion static/com.dotcms.portlet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.0'){
compileOnly (group: 'com.dotcms', name: 'dotcms', version: '4.3.2'){
transitive = true
}
}
Expand Down
2 changes: 1 addition & 1 deletion static/com.dotcms.servlet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.0'){
compileOnly (group: 'com.dotcms', name: 'dotcms', version: '4.3.2'){
transitive = true
}
compileOnly group: 'javax.servlet', name: 'javax.servlet-api', version: '3.0.1'
Expand Down
2 changes: 1 addition & 1 deletion static/com.dotcms.skeleton/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.0'){
compileOnly (group: 'com.dotcms', name: 'dotcms', version: '4.3.2'){
transitive = true
}
}
Expand Down
2 changes: 1 addition & 1 deletion static/com.dotcms.viewtool/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.0'){
compileOnly (group: 'com.dotcms', name: 'dotcms', version: '4.3.2'){
transitive = true
}
}
Expand Down

0 comments on commit 4531667

Please sign in to comment.