Skip to content

Commit

Permalink
Using the next snapshot post release 0.21.8-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Builder Service committed Oct 31, 2019
1 parent 88bfb22 commit c157622
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,4 @@
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
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.73' }
dependencies { classpath 'com.blackducksoftware.integration:common-gradle-plugin:0.0.+' }
}

project.ext.moduleName = 'com.synopsys.integration.phone-home-client'
project.ext.javaUseAutoModuleName = 'true'

version = '0.21.7'
version = '0.21.8-SNAPSHOT'
description = 'A library to consolidate phoning home to track usage and other analytics.'

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

0 comments on commit c157622

Please sign in to comment.