Skip to content

Commit

Permalink
bump to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasgeiger committed Oct 12, 2015
1 parent 25e55d7 commit 4961bb7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ publishing {
classifier "javadoc"
}

groupId 'de.uniba.dsg'
groupId 'de.uniba.dsg'
artifactId 'bpmnspector'
version '1.0.1'
version '1.0.2'
}
}
}
Expand All @@ -52,9 +52,9 @@ bintray {
licenses = ['LGPL-3.0']
vcsUrl = 'https://github.com/uniba-dsg/BPMNspector.git'
version {
name = '1.0.1'
desc = 'BPMNspector v1.0.1 - Static analysis for BPMN 2.0 process models.'
vcsTag = 'v1.0.1'
name = 'v1.0.2'
desc = 'BPMNspector v1.0.2 - Static analysis for BPMN 2.0 process models.'
vcsTag = 'v1.0.2'
}
}
}
Expand Down Expand Up @@ -82,7 +82,7 @@ dependencies {

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

version = "1.0.1"
version = "1.0.2"

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

0 comments on commit 4961bb7

Please sign in to comment.