diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 711d172cd1..7383093f46 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - java: [8, 11] # TODO: Add 11 once build issues are resolved + java: [8, 11] name: Java ${{ matrix.java }} on ${{ matrix.os }} steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 95c9395773..7b1bd8d73c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - java: 11 + java: [11] name: Java ${{ matrix.java }} steps: - uses: actions/checkout@v2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e23ac35cc..e5944c0793 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,9 @@ and what APIs have changed, if applicable. ## [Unreleased] +## [29.46.1] - 2023-09-20 +- Keep the old convention (using a variable java of type matrix) in publish.yml + ## [29.46.0] - 2023-09-05 - Rewrite the Java Doc logic in Java 11 APIs and use multi-release jar to be backward compatible with Java 8 consumers @@ -5530,7 +5533,8 @@ patch operations can re-use these classes for generating patch messages. ## [0.14.1] -[Unreleased]: https://github.com/linkedin/rest.li/compare/v29.46.0...master +[Unreleased]: https://github.com/linkedin/rest.li/compare/v29.46.1...master +[29.46.1]: https://github.com/linkedin/rest.li/compare/v29.46.0...v29.46.1 [29.46.0]: https://github.com/linkedin/rest.li/compare/v29.45.1...v29.46.0 [29.45.1]: https://github.com/linkedin/rest.li/compare/v29.45.0...v29.45.1 [29.45.0]: https://github.com/linkedin/rest.li/compare/v30.0.0...v29.45.0 diff --git a/gradle.properties b/gradle.properties index 4c225438cd..48f1631249 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=29.46.0 +version=29.46.1 group=com.linkedin.pegasus org.gradle.configureondemand=true org.gradle.parallel=true