Skip to content

Commit

Permalink
v3.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
yesidpol committed Oct 30, 2020
1 parent 74ed417 commit f0ef640
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'ch.interlis'
version '3.6.7'
version '3.6.8'

apply plugin: "java"
apply plugin: "maven"
Expand Down Expand Up @@ -63,9 +63,9 @@ dependencies {
implementation name: 'XMIFramework'
compile group: 'com.jtattoo', name: 'JTattoo', version: '1.6.11'
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.2'
implementation 'ch.interlis:ili2c-tool:5.1.3'
implementation 'ch.interlis:ili2c-core:5.1.3'
implementation 'ch.ehi:ehibasics:1.3.0'
implementation group: 'ch.interlis', name: 'ili2c-tool', version: '5.1.1'
implementation group: 'ch.interlis', name: 'ili2c-core', version: '5.1.1'
implementation group: 'ch.ehi', name: 'ehibasics', version: '1.3.0'
implementation(group:'org.freehep', name:'freehep-graphicsio', version:'2.3'){
exclude group:'junit', module:'junit'
}
Expand Down
6 changes: 5 additions & 1 deletion docs/bindist/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
- Add Basket Oid support
- Downgrade ili2c-tool 5.1.1
- Downgrade ili2c-core 5.1.1
UML-Editor 3.6.7.0 (2020-10-30)
----------------------------------
- Add Basket Oid support
- Update ehibasics 1.3.0
- Update ili2c-tool 5.1.3
- Update ili2c-core 5.1.3
Expand Down
4 changes: 2 additions & 2 deletions src/ch/ehi/umleditor/application/Version.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri, 21 Dec 2018 15:00:41 -0500
#Tue Dec 28 12:48:22 CET 2010
versionMicro=7
versionMicro=8
versionMinor=6
versionDate=20201008
versionDate=20201030
versionMajor=3

0 comments on commit f0ef640

Please sign in to comment.