This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new 20daabad7ea (chores) ci: fixed misleading name and incorrect JVM 
version
20daabad7ea is described below

commit 20daabad7ea3bd3c47d29b2be8c4fa2af9426722
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

Reply via email to