File tree Expand file tree Collapse file tree 6 files changed +8
-24
lines changed
Expand file tree Collapse file tree 6 files changed +8
-24
lines changed Original file line number Diff line number Diff line change 11_extends : .github
2- tag-template : $NEXT_PATCH_VERSION
3- version-template : $MAJOR.$MINOR.$PATCH
Original file line number Diff line number Diff line change 1919 output_result : true
2020
2121 - name : Release Drafter
22- uses : release-drafter/release-drafter@v5
22+ uses : release-drafter/release-drafter@v5.18.1
2323 if : steps.verify-ci-status.outputs.result == 'success'
2424 with :
2525 name : next
4545 with :
4646 fetch-depth : 0
4747 - name : Set up JDK 8
48- uses : actions/setup-java@v2
48+ uses : actions/setup-java@v3
4949 with :
50- distribution : ' adopt '
50+ distribution : ' temurin '
5151 java-version : 8
5252 - name : Release
5353 uses : jenkins-infra/jenkins-maven-cd-action@v1.2.0
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22 <extension >
33 <groupId >io.jenkins.tools.incrementals</groupId >
44 <artifactId >git-changelist-maven-extension</artifactId >
5- <version >1.2 </version >
5+ <version >1.3 </version >
66 </extension >
77</extensions >
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 99 </parent >
1010 <artifactId >configurationslicing</artifactId >
1111 <packaging >hpi</packaging >
12- <version >${revision}${ changelist} </version >
12+ <version >${changelist} </version >
1313 <name >Configuration Slicing plugin</name >
1414 <description >Allows configuration of a single property across a group of projects</description >
1515 <url >https://github.com/jenkinsci/configurationslicing-plugin</url >
2727 </developer >
2828 </developers >
2929 <properties >
30- <revision >1.53</revision >
31- <changelist >-SNAPSHOT</changelist >
30+ <changelist >999999-SNAPSHOT</changelist >
3231 <gitHubRepo >jenkinsci/configurationslicing-plugin</gitHubRepo >
3332 <findbugs .failOnError>false</findbugs .failOnError>
3433 <spotbugs .failOnError>false</spotbugs .failOnError>
3534 <java .level>8</java .level>
36- <jenkins .version>2.289.1 </jenkins .version>
35+ <jenkins .version>2.289.3 </jenkins .version>
3736 </properties >
3837 <dependencyManagement >
3938 <dependencies >
You can’t perform that action at this time.
0 commit comments