Skip to content

Commit 5d8b216

Browse files
authored
Merge branch 'main' into OmarAlJarrah/update-specs-20250422
2 parents 608279d + e125fd6 commit 5d8b216

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/generate-and-publish-sdk-sources.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ on:
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

1919
jobs:
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 }}

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
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>

0 commit comments

Comments
 (0)