File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212 sdk_repo_ref :
1313 description : |
1414 Branch or tag to checkout on the `expediagroup-java-sdk` repository.
15- Leave empty to use the default branch.
15+ Leave empty to use the default branch (legacy) .
1616 type : string
17- default : ' '
17+ default : ' legacy '
1818
1919jobs :
2020 generate-and-publish-sources :
21- uses : ExpediaGroup/expediagroup-java-sdk/.github/workflows/selfserve-full-workflow.yaml@v20250415
21+ uses : ExpediaGroup/expediagroup-java-sdk/.github/workflows/selfserve-full-workflow.yaml@legacy
2222 secrets : inherit
2323 with :
2424 name : rapid
2525 version : ${{ inputs.version }}
2626 transformations : " --headers --endpoint /v3 --operationIdsToTags"
2727 repository : ' ExpediaGroup/rapid-java-sdk'
28- sdk_repo_ref : ${{ inputs.sdk_repo_ref || 'v20250415' }}
28+ sdk_repo_ref : ${{ inputs.sdk_repo_ref }}
Original file line number Diff line number Diff line change 6969 <plugin >
7070 <groupId >org.codehaus.mojo</groupId >
7171 <artifactId >exec-maven-plugin</artifactId >
72- <version >3.5.0 </version >
72+ <version >3.5.1 </version >
7373 <configuration >
7474 <mainClass >com.expediagroup.sdk.rapid.examples.RapidSdkDemoApplication</mainClass >
7575 </configuration >
You can’t perform that action at this time.
0 commit comments