Skip to content

Commit

Permalink
Merge pull request #69 from dotCMS/auto_generate_release_plugins
Browse files Browse the repository at this point in the history
auto_generate_release_plugins
  • Loading branch information
nollymar authored Aug 26, 2020
2 parents e079af4 + 571fc1f commit b780327
Show file tree
Hide file tree
Showing 27 changed files with 56 additions and 28 deletions.
3 changes: 2 additions & 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:5.3.6.1') { transitive = true }
compile('com.dotcms:dotcms:5.3.7') { transitive = true }
}

import java.util.jar.*
Expand Down Expand Up @@ -121,3 +121,4 @@ task wrapper(type: Wrapper) {
gradleVersion = '4.2'
}
}
}
3 changes: 2 additions & 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:5.3.6.1') { transitive = true }
compile('com.dotcms:dotcms:5.3.7') { transitive = true }
}

import java.util.jar.*
Expand Down Expand Up @@ -102,3 +102,4 @@ task wrapper(type: Wrapper) {
gradleVersion = '4.2'
}
}
}
6 changes: 4 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: '5.3.6.1'){
providedCompile (group: 'com.dotcms', name: 'dotcms', version: '5.3.7'){
transitive = true
}
aspects (group: 'com.dotcms', name: 'dotcms', version: '5.3.6.1')
aspects (group: 'com.dotcms', name: 'dotcms', version: '5.3.7')

providedCompile "javax.servlet:javax.servlet-api:3.1.0"
}
Expand Down Expand Up @@ -172,3 +172,5 @@ task wrapper(type: Wrapper) {
}
'
}
'
}
3 changes: 2 additions & 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:5.3.6.1') { transitive = true }
compile('com.dotcms:dotcms:5.3.7') { 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 Expand Up @@ -163,3 +163,4 @@ task wrapper(type: Wrapper) {
gradleVersion = '4.2'
}
}
}
3 changes: 2 additions & 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:5.3.6.1') { transitive = true }
compile('com.dotcms:dotcms:5.3.7') { transitive = true }
}

import java.util.jar.*
Expand Down Expand Up @@ -119,3 +119,4 @@ task wrapper(type: Wrapper) {
gradleVersion = '4.2'
}
}
}
3 changes: 2 additions & 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:5.3.6.1') { transitive = true }
compile('com.dotcms:dotcms:5.3.7') { transitive = true }
}

import java.util.jar.*
Expand Down Expand Up @@ -102,3 +102,4 @@ task wrapper(type: Wrapper) {
gradleVersion = '4.2'
}
}
}
3 changes: 2 additions & 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:5.3.6.1') { transitive = true }
compile('com.dotcms:dotcms:5.3.7') { transitive = true }
}

import java.util.jar.*
Expand Down Expand Up @@ -101,3 +101,4 @@ task wrapper(type: Wrapper) {
gradleVersion = '4.2'
}
}
}
3 changes: 2 additions & 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:5.3.6.1') { transitive = true }
compile('com.dotcms:dotcms:5.3.7') { transitive = true }
}

import java.util.jar.*
Expand Down Expand Up @@ -102,3 +102,4 @@ task wrapper(type: Wrapper) {
gradleVersion = '4.2'
}
}
}
3 changes: 2 additions & 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:5.3.6.1') { transitive = true }
compile('com.dotcms:dotcms:5.3.7') { transitive = true }
}

import java.util.jar.*
Expand Down Expand Up @@ -102,3 +102,4 @@ task wrapper(type: Wrapper) {
gradleVersion = '4.2'
}
}
}
3 changes: 2 additions & 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:5.3.6.1') { transitive = true }
compile('com.dotcms:dotcms:5.3.7') { transitive = true }
}

import java.util.jar.*
Expand Down Expand Up @@ -101,3 +101,4 @@ task wrapper(type: Wrapper) {
gradleVersion = '4.2'
}
}
}
3 changes: 2 additions & 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:5.3.6.1') { transitive = true }
compile('com.dotcms:dotcms:5.3.7') { transitive = true }
}

import java.util.jar.*
Expand Down Expand Up @@ -101,3 +101,4 @@ task wrapper(type: Wrapper) {
gradleVersion = '4.2'
}
}
}
3 changes: 2 additions & 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:5.3.6.1') { transitive = true }
compile('com.dotcms:dotcms:5.3.7') { transitive = true }
}

import java.util.jar.*
Expand Down Expand Up @@ -101,3 +101,4 @@ task wrapper(type: Wrapper) {
gradleVersion = '4.2'
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ configurations {
}

dependencies {
compile('com.dotcms:dotcms:5.3.6.1') { transitive = true }
compile('com.dotcms:dotcms:5.3.7') { transitive = true }

testCompile 'org.mockito:mockito-core:2.0.31-beta'
testCompile 'org.hamcrest:hamcrest-all:1.3'
Expand Down Expand Up @@ -128,3 +128,4 @@ task wrapper(type: Wrapper) {
gradleVersion = '4.2'
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ configurations {
}

dependencies {
compile('com.dotcms:dotcms:5.3.6.1') { transitive = true }
compile('com.dotcms:dotcms:5.3.7') { transitive = true }

testCompile 'org.mockito:mockito-core:2.0.31-beta'
testCompile 'org.hamcrest:hamcrest-all:1.3'
Expand Down Expand Up @@ -128,3 +128,4 @@ task wrapper(type: Wrapper) {
gradleVersion = '4.2'
}
}
}
3 changes: 2 additions & 1 deletion OSGi/com.dotcms.servlet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {

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

import java.util.jar.*
Expand Down Expand Up @@ -102,3 +102,4 @@ task wrapper(type: Wrapper) {
gradleVersion = '4.2'
}
}
}
3 changes: 2 additions & 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:5.3.6.1') { transitive = true }
compile('com.dotcms:dotcms:5.3.7') { transitive = true }
}

import java.util.jar.*
Expand Down Expand Up @@ -102,3 +102,4 @@ task wrapper(type: Wrapper) {
gradleVersion = '4.2'
}
}
}
3 changes: 2 additions & 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:5.3.6.1') { transitive = true }
compile('com.dotcms:dotcms:5.3.7') { transitive = true }
}

import java.util.jar.*
Expand Down Expand Up @@ -101,3 +101,4 @@ task wrapper(type: Wrapper) {
gradleVersion = '4.2'
}
}
}
3 changes: 2 additions & 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:5.3.6.1') { transitive = true }
compile('com.dotcms:dotcms:5.3.7') { transitive = true }

compileOnly('com.hierynomus:sshj:0.23.0'){
exclude group: 'org.bouncycastle' //Why we exlude? See README's important notes.
Expand Down Expand Up @@ -132,3 +132,4 @@ task wrapper(type: Wrapper) {
gradleVersion = '4.2'
}
}
}
3 changes: 2 additions & 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:5.3.6.1') { transitive = true }
compile('com.dotcms:dotcms:5.3.7') { transitive = true }
}

import java.util.jar.*
Expand Down Expand Up @@ -101,3 +101,4 @@ task wrapper(type: Wrapper) {
gradleVersion = '4.2'
}
}
}
3 changes: 2 additions & 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:5.3.6.1') { transitive = true }
compile('com.dotcms:dotcms:5.3.7') { transitive = true }
}

import java.util.jar.*
Expand Down Expand Up @@ -101,3 +101,4 @@ task wrapper(type: Wrapper) {
gradleVersion = '4.2'
}
}
}
3 changes: 2 additions & 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:5.3.6.1') { transitive = true }
compile('com.dotcms:dotcms:5.3.7') { transitive = true }
}

import java.util.jar.*
Expand Down Expand Up @@ -101,3 +101,4 @@ task wrapper(type: Wrapper) {
gradleVersion = '4.2'
}
}
}
3 changes: 2 additions & 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: '5.3.6.1'){
compileOnly (group: 'com.dotcms', name: 'dotcms', version: '5.3.7'){
transitive = true
}
}
Expand All @@ -36,3 +36,4 @@ task wrapper(type: Wrapper) {
gradleVersion = '3.1'
}
}
}
3 changes: 2 additions & 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: '5.3.6.1'){
compileOnly (group: 'com.dotcms', name: 'dotcms', version: '5.3.7'){
transitive = true
}
}
Expand All @@ -36,3 +36,4 @@ task wrapper(type: Wrapper) {
gradleVersion = '3.1'
}
}
}
3 changes: 2 additions & 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: '5.3.6.1'){
compileOnly (group: 'com.dotcms', name: 'dotcms', version: '5.3.7'){
transitive = true
}
}
Expand All @@ -36,3 +36,4 @@ task wrapper(type: Wrapper) {
gradleVersion = '3.1'
}
}
}
3 changes: 2 additions & 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: '5.3.6.1'){
compileOnly (group: 'com.dotcms', name: 'dotcms', version: '5.3.7'){
transitive = true
}
compileOnly group: 'javax.servlet', name: 'javax.servlet-api', version: '3.0.1'
Expand All @@ -37,3 +37,4 @@ task wrapper(type: Wrapper) {
gradleVersion = '3.1'
}
}
}
3 changes: 2 additions & 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: '5.3.6.1'){
compileOnly (group: 'com.dotcms', name: 'dotcms', version: '5.3.7'){
transitive = true
}
}
Expand All @@ -36,3 +36,4 @@ task wrapper(type: Wrapper) {
gradleVersion = '3.1'
}
}
}
3 changes: 2 additions & 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: '5.3.6.1'){
compileOnly (group: 'com.dotcms', name: 'dotcms', version: '5.3.7'){
transitive = true
}
}
Expand All @@ -36,3 +36,4 @@ task wrapper(type: Wrapper) {
gradleVersion = '3.1'
}
}
}

0 comments on commit b780327

Please sign in to comment.