Skip to content

Commit

Permalink
ili2c-5.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
claeis committed Aug 16, 2024
1 parent 2cb0352 commit f44fd2d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ configurations {
dependencies {
compile group: 'ch.ehi', name: 'ehibasics', version: '1.4.1'
compile group: 'ch.interlis', name: 'iox-api', version: '1.0.4'
compile group: 'ch.interlis', name: 'iox-ili', version: '1.23.1+'
compile group: 'ch.interlis', name: 'ili2c-tool', version: "5.5.3"
compile group: 'ch.interlis', name: 'ili2c-core', version: "5.5.3"
compile group: 'ch.interlis', name: 'iox-ili', version: '1.23.1'
compile group: 'ch.interlis', name: 'ili2c-tool', version: "5.5.4"
compile group: 'ch.interlis', name: 'ili2c-core', version: "5.5.4"
testCompile group: 'junit', name: 'junit', version: '4.12'
deployerJars "org.apache.maven.wagon:wagon-ftp:3.3.3"
deployerJars "org.apache.maven.wagon:wagon-ssh:3.3.3"
Expand Down
11 changes: 7 additions & 4 deletions docs/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
ilivalidator 1.14.3 (2024-08-xx)
ilivalidator 1.14.3 (2024-08-16)
--------------------------------
- Validate VIEW in non-validation models (#324)
- XTF-AREA Refactoring (#384)
- ILI2 accept valid AREA overlaps (#366)
- iox-ili-1.23.1+
- XTF: AREA Refactoring (#384)
- XTF: accept valid AREA overlaps (#366)
- support DMAVTYM_Topologie_V1_0 covers function
- support where conditions (selections) in projection views (#408)
- iox-ili-1.23.1
- ili2c-5.5.4

ilivalidator 1.14.2 (2024-06-19)
--------------------------------
Expand Down

0 comments on commit f44fd2d

Please sign in to comment.