Skip to content

Commit

Permalink
prep 1.14.5
Browse files Browse the repository at this point in the history
  • Loading branch information
claeis committed Jan 14, 2025
1 parent 087f4a9 commit 9ff38e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.4+'
compile group: 'ch.interlis', name: 'ili2c-tool', version: "5.6.2"
compile group: 'ch.interlis', name: 'ili2c-core', version: "5.6.2"
compile group: 'ch.interlis', name: 'iox-ili', version: '1.23.4'
compile group: 'ch.interlis', name: 'ili2c-tool', version: "5.6.3"
compile group: 'ch.interlis', name: 'ili2c-core', version: "5.6.3"
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
6 changes: 3 additions & 3 deletions docs/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
ilivalidator 1.14.5 (2024-12-xx)
ilivalidator 1.14.5 (2025-01-14)
--------------------------------
- Xtf23Reader: fix xml whitespace/comment reading in alias table (#431)
- Xtf32Reader: fix missing object linenumber (#432)
- Validator: ILI2.4 fix reference attributes at class level not evaluated (#434)
- Validator: Inherited association is not evaluated (#422)
- iox-ili-1.23.4+
- iox-ili-1.23.4
- ili2c-5.6.3

ilivalidator 1.14.4 (2024-12-04)
--------------------------------
Expand All @@ -13,7 +14,6 @@ ilivalidator 1.14.4 (2024-12-04)
- ili2c-5.6.2
- iox-ili-1.23.3


ilivalidator 1.14.3 (2024-08-16)
--------------------------------
- Validate VIEW in non-validation models (#324)
Expand Down

0 comments on commit 9ff38e9

Please sign in to comment.