Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
integration-tests:
strategy:
matrix:
jdk: [ 8, 11, 17, 21 ]
jdk: [ 11, 17, 21 ]
uses: ./.github/workflows/integration-tests.yaml
secrets: inherit
with:
Expand Down
2 changes: 1 addition & 1 deletion code/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<dependency>
<groupId>com.expediagroup</groupId>
<artifactId>xap-sdk</artifactId>
<version>1.2.0</version>
<version>1.2.8-SNAPSHOT</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions code/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.expediagroup</groupId>
<artifactId>xap-sdk</artifactId>
<version>1.2.0</version>
<version>1.2.8-SNAPSHOT</version>
<name>EG xap-sdk for Java</name>
<description>EG xap-sdk v1.2.0</description>
<description>EG xap-sdk v1.2.8-SNAPSHOT</description>
<url>https://github.com/ExpediaGroup/test-sdk</url>
<inceptionYear>2022</inceptionYear>
<packaging>jar</packaging>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading