diff --git a/JenkinsJobs/Releng/deployPlatformParentPom.groovy b/JenkinsJobs/Releng/deployPlatformParentPom.groovy index 6c13ff65b97..8d4539f049d 100644 --- a/JenkinsJobs/Releng/deployPlatformParentPom.groovy +++ b/JenkinsJobs/Releng/deployPlatformParentPom.groovy @@ -22,16 +22,8 @@ For this to be used by consuming projects, they must have their local maven repo remote{ url('https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git') } - branch('master') - branch('R4_7_maintenance') - branch('R4_8_maintenance') - branch('R4_19_maintenance') - branch('R4_23_maintenance') - branch('R4_26_maintenance') - branch('R4_27_maintenance') - branch('R4_28_maintenance') - branch('R4_29_maintenance') - branch('R4_30_maintenance') + branch('master') + branch('R4_31_maintenance') } } diff --git a/JenkinsJobs/Releng/deploySdkPom.groovy b/JenkinsJobs/Releng/deploySdkPom.groovy index cc405a117f8..ff8e3f22fbc 100644 --- a/JenkinsJobs/Releng/deploySdkPom.groovy +++ b/JenkinsJobs/Releng/deploySdkPom.groovy @@ -23,15 +23,7 @@ For this to be used by consuming projects, they must have their local maven repo url('https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git') } branch('master') - branch('R4_7_maintenance') - branch('R4_8_maintenance') - branch('R4_19_maintenance') - branch('R4_23_maintenance') - branch('R4_26_maintenance') - branch('R4_27_maintenance') - branch('R4_28_maintenance') - branch('R4_29_maintenance') - branch('R4_30_maintenance') + branch('R4_31_maintenance') } }