From 4c501173a580e75dbe145311eff60187f837f458 Mon Sep 17 00:00:00 2001 From: "Ahmad K. Bawaneh" Date: Fri, 10 May 2024 23:41:20 +0300 Subject: [PATCH] init development branch --- .github/workflows/deploy.yaml | 4 ++-- pom.xml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 5847721..5d3e86a 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -18,14 +18,14 @@ name: Deploy on: push: - branches: [ master , development ] + branches: [ main , development ] jobs: verify: runs-on: ubuntu-20.04 strategy: matrix: - java-version: [ 11 ] + java-version: [ 11 , 17 , 21 ] steps: - name: Check out Git repository uses: actions/checkout@v3 diff --git a/pom.xml b/pom.xml index e14b418..19c68a5 100644 --- a/pom.xml +++ b/pom.xml @@ -90,7 +90,7 @@ 1.0.2 1.0.3 - 2.0.0 + 2.0.1 1.0.2 @@ -99,7 +99,7 @@ org.gwtproject gwt - 2.10.0 + 2.11.0 pom import @@ -363,7 +363,7 @@ -Duser.timezone=UTC - 1.8 + ${maven.compiler.source} true true