This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch camel-spring-boot-3.x in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit d24bcff4d2a05eb70f36022041099ffe91286b2c Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Tue Jan 17 19:30:32 2023 +0100 (chores) ci: fixed misleading name and incorrect JVM version --- .github/workflows/automatic-sync-camel-3.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/automatic-sync-camel-3.yml b/.github/workflows/automatic-sync-camel-3.yml index 1f43d90943a..56da5a82fae 100644 --- a/.github/workflows/automatic-sync-camel-3.yml +++ b/.github/workflows/automatic-sync-camel-3.yml @@ -15,7 +15,7 @@ # limitations under the License. # -name: Sync Camel Spring Boot (Camel 4) +name: Sync Camel Spring Boot (Camel 3) on: schedule: @@ -38,7 +38,7 @@ jobs: uses: actions/setup-java@v3 with: distribution: 'temurin' - java-version: 17 + java-version: 11 cache: 'maven' - name: Build Camel Project run: ./mvnw -V --no-transfer-progress clean install -DskipTests
