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 Feb 22, 2023
2 parents 6e495d6 + 4920fa7 commit cef7100
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ deploy:
branch: master
- provider: script
skip_cleanup: true
script: ./gradlew -Drepos_pwd=${repos_pwd} -Drepos_usr=jql_jars-INTE '-Drelease=' -Ddownloads_pwd=${downloads_pwd} -Ddownloads_usr=jql_downloads uploadArchives uploadBin
script: ./gradlew -Dgithub_token=${github_token} -Drepos_pwd=${repos_pwd} -Drepos_usr=jql_jars-INTE '-Drelease=' -Ddownloads_pwd=${downloads_pwd} -Ddownloads_usr=jql_downloads uploadArchives uploadBin
on:
branch: stable
4 changes: 2 additions & 2 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.13.1'+System.getProperty('release','-SNAPSHOT')
version '1.13.2'+System.getProperty('release','-SNAPSHOT')

configurations {
deployerJars
Expand All @@ -24,7 +24,7 @@ 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.21.16'
compile group: 'ch.interlis', name: 'iox-ili', version: '1.21.17'
compile group: 'ch.interlis', name: 'ili2c-tool', version: "5.3.2"
compile group: 'ch.interlis', name: 'ili2c-core', version: "5.3.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,3 +1,10 @@
ilivalidator 1.13.2 (2023-02-22)
--------------------------------
- Validator: PlausibilityConstraint: add calculated value to log (ilivalidator#367)
- Validator: fix LIST OF / BAG OF NumericType
- Validator: fix xtflog duplicate coord shows different coordinates in <message> and <geometry> (ilivalidator#353)
- iox-ili-1.21.17

ilivalidator 1.13.1 (2023-01-23)
--------------------------------
- ILI2.4 support LIST OF / BAG OF primitive type (#348)
Expand Down

0 comments on commit cef7100

Please sign in to comment.