Skip to content

Commit

Permalink
Merge pull request #77 from dotCMS/auto_generate_release_plugins
Browse files Browse the repository at this point in the history
Plugins release-20.11.1
  • Loading branch information
nollymar authored Dec 3, 2020
2 parents e48347c + 3e5b84b commit 739cec3
Show file tree
Hide file tree
Showing 28 changed files with 29 additions and 29 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:20.11') { transitive = true }
compile('com.dotcms:dotcms:20.11.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:20.11') { transitive = true }
compile('com.dotcms:dotcms:20.11.1') { transitive = true }
}

import java.util.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 @@ -74,10 +74,10 @@ dependencies {

ajc "org.aspectj:aspectjtools:1.8.10"
providedCompile "org.aspectj:aspectjrt:1.8.10"
providedCompile (group: 'com.dotcms', name: 'dotcms', version: '20.11'){
providedCompile (group: 'com.dotcms', name: 'dotcms', version: '20.11.1'){
transitive = true
}
aspects (group: 'com.dotcms', name: 'dotcms', version: '20.11')
aspects (group: 'com.dotcms', name: 'dotcms', version: '20.11.1')

providedCompile "javax.servlet:javax.servlet-api:3.1.0"
}
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:20.11') { transitive = true }
compile('com.dotcms:dotcms:20.11.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:20.11') { transitive = true }
compile('com.dotcms:dotcms:20.11.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:20.11') { transitive = true }
compile('com.dotcms:dotcms:20.11.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:20.11') { transitive = true }
compile('com.dotcms:dotcms:20.11.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:20.11') { transitive = true }
compile('com.dotcms:dotcms:20.11.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:20.11') { transitive = true }
compile('com.dotcms:dotcms:20.11.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:20.11')
compile('com.dotcms:dotcms:20.11.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:20.11') { transitive = true }
compile('com.dotcms:dotcms:20.11.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:20.11') { transitive = true }
compile('com.dotcms:dotcms:20.11.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:20.11') { transitive = true }
compile('com.dotcms:dotcms:20.11.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:20.11') { transitive = true }
compile('com.dotcms:dotcms:20.11.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:20.11') { transitive = true }
compile('com.dotcms:dotcms:20.11.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:20.11') { transitive = true }
compile('com.dotcms:dotcms:20.11.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:20.11') { transitive = true }
compile('com.dotcms:dotcms:20.11.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:20.11') { transitive = true }
compile('com.dotcms:dotcms:20.11.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:20.11') { transitive = true }
compile('com.dotcms:dotcms:20.11.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:20.11') { transitive = true }
compile('com.dotcms:dotcms:20.11.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:20.11') { transitive = true }
compile('com.dotcms:dotcms:20.11.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:20.11') { transitive = true }
compile('com.dotcms:dotcms:20.11.1') { transitive = true }
}

import java.util.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: '20.11'){
compileOnly (group: 'com.dotcms', name: 'dotcms', version: '20.11.1'){
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: '20.11'){
compileOnly (group: 'com.dotcms', name: 'dotcms', version: '20.11.1'){
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: '20.11'){
compileOnly (group: 'com.dotcms', name: 'dotcms', version: '20.11.1'){
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: '20.11'){
compileOnly (group: 'com.dotcms', name: 'dotcms', version: '20.11.1'){
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: '20.11'){
compileOnly (group: 'com.dotcms', name: 'dotcms', version: '20.11.1'){
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: '20.11'){
compileOnly (group: 'com.dotcms', name: 'dotcms', version: '20.11.1'){
transitive = true
}
}
Expand Down

0 comments on commit 739cec3

Please sign in to comment.