Update project version and Spring Boot version (#555)

This commit updates the project version to 1.1.x and the Spring
Boot version to 3.3.0-SNAPSHOT.

The version compatibility matrix is also updated to include a row for
the 1.1.x version.
This commit is contained in:
Chris Bono
2024-01-25 23:27:03 -06:00
committed by GitHub
parent cf6d3ab1f2
commit 0ba22a4696
4 changed files with 13 additions and 7 deletions

View File

@@ -39,7 +39,7 @@ jobs:
needs: [prerequisites]
strategy:
matrix:
springBootVersion: [ "${{ needs.prerequisites.outputs.boot_version }}", '3.3.0-SNAPSHOT' ]
springBootVersion: [ "${{ needs.prerequisites.outputs.boot_version }}" ]
runs-on: ubuntu-latest
if: needs.prerequisites.outputs.runjobs
steps: