Skip to content

Commit

Permalink
build: 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebillings committed Sep 30, 2022
1 parent 599b082 commit f441797
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -10,7 +10,7 @@ buildscript {
ext.dotNetExec = project.hasProperty('dotNetExec') ? project.getProperty('dotNetExec') : 'dotnet6'

group 'com.synopsys.integration'
version = '1.0.2-SIGQA2-SNAPSHOT'
version = '1.0.2'

apply plugin: 'com.synopsys.integration.solution'
apply plugin: 'distribution'
Expand Down Expand Up @@ -79,4 +79,4 @@ artifactory {
publish {
defaults { publications('mavenZip') }
}
}
}

0 comments on commit f441797

Please sign in to comment.