Skip to content

Commit

Permalink
Merge branch 'master' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
claeis committed Aug 16, 2024
2 parents 145e782 + f44fd2d commit dda6aec
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ allprojects {
compileJava.options.encoding = 'US-ASCII'
}

version '1.14.2'+System.getProperty('release','-SNAPSHOT')
version '1.14.3'+System.getProperty('release','-SNAPSHOT')

configurations {
deployerJars
Expand All @@ -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.0'
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
10 changes: 10 additions & 0 deletions docs/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
ilivalidator 1.14.3 (2024-08-16)
--------------------------------
- Validate VIEW in non-validation models (#324)
- 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)
--------------------------------
- iox-ili-1.23.0
Expand Down

0 comments on commit dda6aec

Please sign in to comment.