Skip to content

Commit

Permalink
bump to v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasgeiger committed Oct 13, 2015
1 parent 64a7faa commit f1cfc2f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ publishing {

groupId 'de.uniba.dsg'
artifactId 'bpmnspector'
version '1.0.2'
version '1.0.3'
}
}
}

bintray {
user = 'bintray_user'
bintray {
user = 'bintray_user'
key = 'bintray_api_key'
publications = ['Bintray']
pkg {
Expand All @@ -52,9 +52,9 @@ bintray {
licenses = ['LGPL-3.0']
vcsUrl = 'https://github.com/uniba-dsg/BPMNspector.git'
version {
name = 'v1.0.2'
desc = 'BPMNspector v1.0.2 - Static analysis for BPMN 2.0 process models.'
vcsTag = 'v1.0.2'
name = 'v1.0.3'
desc = 'BPMNspector v1.0.3 - Static analysis for BPMN 2.0 process models.'
vcsTag = 'v1.0.3'
}
}
}
Expand Down Expand Up @@ -88,7 +88,7 @@ dependencies {

mainClassName = "de.uniba.dsg.bpmnspector.BPMNspectorMain"

version = "1.0.2"
version = "1.0.3"

run {
if(project.hasProperty('args')){
Expand Down

0 comments on commit f1cfc2f

Please sign in to comment.