diff --git a/build.gradle b/build.gradle index d1e4dd9..51df88d 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ repositories { dependencies { compile 'org.apache.commons:commons-lang3:3.4' - testCompile group: 'junit', name: 'junit', version: '4.+' + testCompile group: 'junit', name: 'junit', version: '4.12' testCompile 'org.yaml:snakeyaml:1.17' } diff --git a/gradle.properties b/gradle.properties index 3e9fa99..952b035 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ POM_NAME=modesbeast POM_ARTIFACT_ID=modesbeast -VERSION_NAME=0.0.1 +VERSION_NAME=0.0.2 GROUP=com.lemondronor POM_DESCRIPTION=A Java library that decodes Mode-S Beast messages containing Mode S/ADS-B information. POM_URL=https://github.com/wiseman/java-mode-s-beast