File tree Expand file tree Collapse file tree 6 files changed +25
-29
lines changed Expand file tree Collapse file tree 6 files changed +25
-29
lines changed Original file line number Diff line number Diff line change 11version : 2
22updates :
33- package-ecosystem : maven
4- directory : " /"
4+ directory : /
5+ schedule :
6+ interval : weekly
7+ - package-ecosystem : github-actions
8+ directory : /
59 schedule :
610 interval : weekly
7- open-pull-requests-limit : 10
8- ignore :
9- - dependency-name : org.jenkins-ci.main:jenkins-core
10- versions :
11- - " >= 0"
Original file line number Diff line number Diff line change 11_extends : .github
2- # Currently the plugin uses the 5-digit versioning, so Release Drafter won't help with tag templates anyway
3- tag-template : apache-httpcomponents-client-4-api-$NEXT_MINOR_VERSION
Original file line number Diff line number Diff line change 1+ # Note: additional setup is required, see https://www.jenkins.io/redirect/continuous-delivery-of-plugins
2+
3+ name : cd
4+ on :
5+ workflow_dispatch :
6+ check_run :
7+ types :
8+ - completed
9+
10+ jobs :
11+ maven-cd :
12+ uses : jenkins-infra/github-reusable-workflows/.github/workflows/maven-cd.yml@v1
13+ secrets :
14+ MAVEN_USERNAME : ${{ secrets.MAVEN_USERNAME }}
15+ MAVEN_TOKEN : ${{ secrets.MAVEN_TOKEN }}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11-Pconsume-incrementals
22-Pmight-produce-incrementals
3+ -Dchangelist.format=%d.v%s
Original file line number Diff line number Diff line change 1010 </parent >
1111
1212 <artifactId >apache-httpcomponents-client-4-api</artifactId >
13- <version >${revision}${changelist} </version >
13+ <version >${revision} - ${changelist} </version >
1414 <packaging >hpi</packaging >
1515
1616 <properties >
17- <revision >4.5.13-2.0 </revision >
18- <changelist >-SNAPSHOT</changelist >
17+ <revision >4.5.13</revision >
18+ <changelist >999999 -SNAPSHOT</changelist >
1919 <jenkins .version>2.319.1</jenkins .version>
2020 <httpcore .version>4.4.15</httpcore .version>
21- <httpclient .version>4.5.13 </httpclient .version>
21+ <httpclient .version>${revision} </httpclient .version>
2222 <httpasyncclient .version>4.1.4</httpasyncclient .version>
2323 </properties >
2424
You can’t perform that action at this time.
0 commit comments