Skip to content

Commit

Permalink
Using the next snapshot post release 3.0.3-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
snps-schatti committed Feb 1, 2023
1 parent 84983a6 commit 08343b5
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,9 @@ plugins {
}

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

/*repositories {
maven {
def artifactoryUserName = "schatti"
def artifactoryPassword = System.getenv('SCHATTI_SYNOPSYS_COVERITY_PLUGIN_DEPLOY_TOKEN')
url "https://repo.jenkins-ci.org/releases/"
credentials {
username "$artifactoryUserName"
password "$artifactoryPassword"
}
}
}*/

apply plugin: 'com.synopsys.integration.solution'

artifactory {
Expand Down

0 comments on commit 08343b5

Please sign in to comment.