Skip to content

Commit

Permalink
Bump for the next release, cleanup build, update dependency on Common…
Browse files Browse the repository at this point in the history
…s CSV
  • Loading branch information
ccavanaugh committed Nov 6, 2018
1 parent ecf84be commit 1d5133b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
10 changes: 4 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ allprojects {
targetCompatibility = 1.8

group = 'jgnash'
version = '2.36.0'
version = '2.36.1'

project.ext {
junitVersion = '5.3.1'
Expand All @@ -24,8 +24,8 @@ allprojects {
picocliVersion = '3.5.2'

apachePoiVersion = '4.0.0'
commons_cvs = '1.5'
commons_text = '1.1'
commonsCsvVersion = '1.6'
commonsTextVersion = '1.6'

h2Version = '1.4.197'
hsqldbVersion = '2.4.1'
Expand All @@ -38,8 +38,6 @@ allprojects {
dynamicJasperVersion = '5.1.1'
jasperReportsVersion = '6.4.3'
itextVersion = '2.1.7.js6'

OpenPDFVersion = '1.2.4'

nettyVersion = '4.1.31.Final'

Expand Down Expand Up @@ -83,7 +81,7 @@ subprojects {

testCompile group: 'io.github.glytching', name: 'junit-extensions', version: junitextensionsVersion
testCompile group: 'org.awaitility', name: 'awaitility', version: awaitilityVersion
testCompile group: 'org.apache.commons', name: 'commons-text', version: commons_text
testCompile group: 'org.apache.commons', name: 'commons-text', version: commonsTextVersion
}
}

Expand Down
1 change: 1 addition & 0 deletions changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
* Open zipped backups instead of manually unzipping.
== Release 2.36.1
* 11/06/2018 Updated to the latest Commons CSV dependency.
* 11/05/2018 Potential fix for a ConcurrentModificationException when changing budget properties (Swing, Bug #64)
* 11/04/2018 Updated to the latest Hibernate, Netty, XStream, and JUnit dependencies.
* 11/01/2018 Adjust width of the date column to match entry format and font scale. (Fx, GitHub Issue #63)
Expand Down
2 changes: 1 addition & 1 deletion jgnash-convert/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
compile project(':jgnash-core')
compile project(':jgnash-bayes')

compile group: 'org.apache.commons', name: 'commons-csv', version: commons_cvs
compile group: 'org.apache.commons', name: 'commons-csv', version: commonsCsvVersion

testCompile project(':jgnash-core').sourceSets.test.output
}
Expand Down

0 comments on commit 1d5133b

Please sign in to comment.