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.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrichard committed Aug 1, 2017
1 parent bb6e455 commit 35384e1
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.1-SNAPSHOT'
version = '0.2.1'

sourceCompatibility = 1.7
targetCompatibility = 1.7
Expand Down

0 comments on commit 35384e1

Please sign in to comment.