Skip to content

Commit

Permalink
Changed version numbers of referenced libs and own version number to …
Browse files Browse the repository at this point in the history
…1.1.1
  • Loading branch information
marco-wehnert authored and doip committed Jan 27, 2020
1 parent 5dcd392 commit 7e18c44
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apply plugin: 'java-library'
apply plugin: 'maven'
apply plugin: 'eclipse'

group = 'com.github.doip'
version = '1.1.1'

repositories {
Expand All @@ -12,7 +11,7 @@ repositories {

dependencies {
implementation 'com.github.doip:doip-logging:1.1.7'
testImplementation 'com.github.doip:doip-junit:1.0.8'
testImplementation 'com.github.doip:doip-junit:1.0.9'
testImplementation 'junit:junit:4.12'
}

0 comments on commit 7e18c44

Please sign in to comment.