Skip to content

Commit

Permalink
init development branch
Browse files Browse the repository at this point in the history
  • Loading branch information
vegegoku committed May 10, 2024
1 parent c595bab commit 4c50117
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<gwt.i18n.version>1.0.2</gwt.i18n.version>

<domino.history.version>1.0.3</domino.history.version>
<domino.ui.version>2.0.0</domino.ui.version>
<domino.ui.version>2.0.1</domino.ui.version>
<domino.auto.version>1.0.2</domino.auto.version>
</properties>

Expand All @@ -99,7 +99,7 @@
<dependency>
<groupId>org.gwtproject</groupId>
<artifactId>gwt</artifactId>
<version>2.10.0</version>
<version>2.11.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -363,7 +363,7 @@
<configuration>
<!--Only required due to a GWT DateTimeFormat issue see https://github.com/gwtproject/gwt/issues/8259-->
<argLine>-Duser.timezone=UTC</argLine>
<sourceLevel>1.8</sourceLevel>
<sourceLevel>${maven.compiler.source}</sourceLevel>
<failOnError>true</failOnError>
<useCompilerArgsForTests>true</useCompilerArgsForTests>
<codeserverArgs>
Expand Down

0 comments on commit 4c50117

Please sign in to comment.