diff --git a/.github/workflows/resources/logo-ontimize.png b/.github/workflows/resources/logo-ontimize.png new file mode 100644 index 0000000..dd31e0a Binary files /dev/null and b/.github/workflows/resources/logo-ontimize.png differ diff --git a/.github/workflows/resources/mail.html b/.github/workflows/resources/mail.html index 064a526..97d11c3 100644 --- a/.github/workflows/resources/mail.html +++ b/.github/workflows/resources/mail.html @@ -121,7 +121,7 @@
- Logo + Logo
diff --git a/.github/workflows/sonar-build.yml b/.github/workflows/sonar-build.yml index b6b6cbd..a58c3d4 100644 --- a/.github/workflows/sonar-build.yml +++ b/.github/workflows/sonar-build.yml @@ -1,5 +1,9 @@ -name: Build and analyze +name: SonarQube on: + push: + branches: + - main + - develop pull_request: types: [opened, synchronize, reopened] jobs: @@ -10,12 +14,12 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v4 with: - distribution: 'temurin' - java-version: 11 - - name: Cache SonarCloud packages + java-version: 17 + distribution: 'temurin' # Alternative distribution options are available. + - name: Cache SonarQube packages uses: actions/cache@v4 with: path: ~/.sonar/cache @@ -27,18 +31,7 @@ jobs: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} restore-keys: ${{ runner.os }}-m2 - - name: Build - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - run: mvn -B -Pjacoco verify - - name: Set up JDK 17 - uses: actions/setup-java@v4 - with: - distribution: 'temurin' - java-version: 17 - - name: Sonar + - name: Build and analyze env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=ontimize_ontimize-boot-parent + SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_EE }} + run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=ontimize_ontimize-boot-parent \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 53e0bad..92fd6fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ ## [Unreleased] +## [3.17.0] - 2025-11-04 +* **Updated Ontimize Boot Version**: Update Ontimize EE version to 5.14.0 ## [3.16.0] - 2025-09-12 ### Changed 🛠️ * **Updated Ontimize Boot Version**: Update Ontimize EE version to 5.13.0 @@ -51,7 +53,8 @@ ### Changed 🛠️ * **Updated Ontimize Boot Version**: Update Ontimize Version to 3.9.0. -[unreleased]: https://github.com/ontimize/ontimize-boot-parent/compare/3.16.0...HEAD +[unreleased]: https://github.com/ontimize/ontimize-boot-parent/compare/3.17.0...HEAD +[3.17.0]: https://github.com/ontimize/ontimize-boot-parent/compare/3.16.0...3.17.0 [3.16.0]: https://github.com/ontimize/ontimize-boot-parent/compare/3.15.3...3.16.0 [3.15.3]: https://github.com/ontimize/ontimize-boot-parent/compare/3.15.2...3.15.3 [3.15.2]: https://github.com/ontimize/ontimize-boot-parent/compare/3.15.1...3.15.2 diff --git a/pom.xml b/pom.xml index 579a50c..e83e0df 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.ontimize.boot ontimize-boot-parent - 3.17.0-SNAPSHOT + 3.18.0-SNAPSHOT pom @@ -72,7 +72,7 @@ 2.5.0 - 3.17.0-SNAPSHOT + 3.18.0-SNAPSHOT Greenwich.RELEASE 1.2.0