Skip to content

Commit

Permalink
Merge pull request #191 from charvolant/master
Browse files Browse the repository at this point in the history
Release 1.4.2
  • Loading branch information
charvolant committed Jun 15, 2018
2 parents f134da2 + 6646aea commit b7bf6ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
}
}

version "1.4.2-SNAPSHOT"
version "1.4.2"
group "au.org.ala"

apply plugin:"eclipse"
Expand Down Expand Up @@ -65,7 +65,7 @@ dependencies {
exclude group: 'com.google.guava', module: 'guava'
}
compile "com.google.guava:guava:19.0"
compile("au.org.ala:ala-name-matching:2.4.7-SNAPSHOT") {
compile("au.org.ala:ala-name-matching:2.4.7") {
exclude group: 'org.slf4j', module: 'slf4j-log4j12'
exclude group: 'org.apache.bval', module: 'org.apache.bval.bundle'
}
Expand Down

0 comments on commit b7bf6ad

Please sign in to comment.