Skip to content

Commit

Permalink
Using the next snapshot post release 18.3.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Builder Service committed Nov 22, 2019
1 parent 1889826 commit ae1c4af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ buildscript {
mavenCentral()
maven { url 'https://plugins.gradle.org/m2/' }
}
dependencies { classpath "com.blackducksoftware.integration:common-gradle-plugin:0.0.85" }
dependencies { classpath "com.blackducksoftware.integration:common-gradle-plugin:0.0.+" }
}

project.ext.moduleName = 'com.synopsys.integration.integration-bdio'
project.ext.javaUseAutoModuleName = 'true'

version = '18.3.1'
version = '18.3.2-SNAPSHOT'
description = 'A library to allow for easy and clear creation of Black Duck I/O (bdio) documents.'

apply plugin: 'com.blackducksoftware.integration.library'
Expand Down

0 comments on commit ae1c4af

Please sign in to comment.