Skip to content

Commit

Permalink
Set versions of deps for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Nothaas committed Jul 28, 2018
1 parent 04b4351 commit de6b27b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildscript {
}

dependencies {
classpath "de.hhu.bsinfo:dxbuild:0.4.0-SNAPSHOT"
classpath "de.hhu.bsinfo:dxbuild:0.1.0"
}
}

Expand Down Expand Up @@ -83,8 +83,8 @@ task javadocJar(type: Jar, dependsOn: javadoc) {
dependencies {
implementation fileTree(dir: 'lib', include: ['*.jar'])

implementation 'de.hhu.bsinfo:dxmon:0.4.0-SNAPSHOT'
implementation 'de.hhu.bsinfo:dxutils:0.4.0-SNAPSHOT'
implementation 'de.hhu.bsinfo:dxmon:0.1.0'
implementation 'de.hhu.bsinfo:dxutils:0.4.0'

testCompile group: 'junit', name: 'junit', version: '4.12'
}
Expand Down

0 comments on commit de6b27b

Please sign in to comment.