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 Dec 23, 2019
2 parents ee408ed + 5c8ebcf commit 0de2d60
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ allprojects {
targetCompatibility = "1.6"
}

version '1.11.2'+System.getProperty('release','-SNAPSHOT')
version '1.11.3'+System.getProperty('release','-SNAPSHOT')

configurations {
deployerJars
Expand All @@ -20,7 +20,7 @@ configurations {
//}

dependencies {
compile group: 'ch.interlis', name: 'iox-ili', version: '1.20.14'
compile group: 'ch.interlis', name: 'iox-ili', version: '1.20.15'
compile group: 'ch.interlis', name: 'ili2c-tool', version: "5.0.2"
compile group: 'ch.interlis', name: 'ili2c-core', version: "5.0.2"
testCompile group: 'junit', name: 'junit', version: '4.12'
Expand Down
7 changes: 7 additions & 0 deletions docs/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
LATEST VERSION
-----------------------------

ilivalidator 1.11.3 (2019-12-23)
-----------------------------
- Unable to detect out model name for ili22 (#214)
- NPE when reference to main table is missing in surface table (ili1) (#213)
- Error: polygons overlay (#202)
- iox-ili-1.20.15

ilivalidator 1.11.2 (2019-11-08)
-----------------------------
- fix objectCount(UNDEFINED) (#203)
Expand Down

0 comments on commit 0de2d60

Please sign in to comment.