Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Commit

Permalink
release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrichard committed Jul 31, 2017
1 parent 4a47e54 commit c399b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -7,7 +7,7 @@ tasks.withType(JavaCompile) { options.encoding = 'UTF-8' }
tasks.withType(GroovyCompile) { options.encoding = 'UTF-8' }

group = 'com.blackducksoftware.integration'
version = '0.2.0-SNAPSHOT'
version = '0.2.0'

sourceCompatibility = 1.7
targetCompatibility = 1.7
Expand Down

0 comments on commit c399b17

Please sign in to comment.