File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - name : Set up JDK 11
17+ - name : Set up JDK 17
1818 uses : actions/setup-java@v1
1919 with :
20- java-version : 11
20+ java-version : 17
2121
2222 - name : Checkout sources
2323 uses : actions/checkout@v1
Original file line number Diff line number Diff line change 1515 <parent >
1616 <groupId >com.powsybl</groupId >
1717 <artifactId >powsybl-parent-ws</artifactId >
18- <version >10 </version >
18+ <version >11 </version >
1919 <relativePath />
2020 </parent >
2121
4444 </developers >
4545
4646 <properties >
47- <java .version>11</java .version>
4847 <jaxb-api .version>2.4.0-b180830.0359</jaxb-api .version>
4948 <jaxb-runtime .version>2.4.0-b180830.0438</jaxb-runtime .version>
50- <jib .from.image>gridsuite/java-simulator:1.1 .0</jib .from.image>
49+ <jib .from.image>gridsuite/java-simulator:2.0 .0</jib .from.image>
5150 <gridsuite-dependencies .version>23</gridsuite-dependencies .version>
5251 <liquibase-hibernate-package >org.gridsuite.securityanalysis.server</liquibase-hibernate-package >
5352 </properties >
You can’t perform that action at this time.
0 commit comments