Skip to content

Commit

Permalink
build: bumping snapshot after release
Browse files Browse the repository at this point in the history
  • Loading branch information
rottebds committed Jan 6, 2020
1 parent 7e6b7c8 commit d5a383f
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 @@ -6,15 +6,15 @@ 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.+' }
}

plugins {
id 'org.jenkins-ci.jpi' version '0.33.0'
}

group = 'org.jenkins-ci.plugins'
version = '2.3.0'
version = '2.3.1-SNAPSHOT'
description = 'Allows users to run Coverity commands in their builds'

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

0 comments on commit d5a383f

Please sign in to comment.