Skip to content

Commit

Permalink
Update Parent pom and target sdk deployment jobs for (#1848)
Browse files Browse the repository at this point in the history
R4_31_maintenance
  • Loading branch information
elsazac committed Mar 1, 2024
1 parent e0573ea commit 9db1aca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
12 changes: 2 additions & 10 deletions JenkinsJobs/Releng/deployPlatformParentPom.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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')
}
}

Expand Down
10 changes: 1 addition & 9 deletions JenkinsJobs/Releng/deploySdkPom.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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')
}
}

Expand Down

0 comments on commit 9db1aca

Please sign in to comment.