Skip to content
Snippets Groups Projects
Commit 6f022bbb authored by Michael Leuschel's avatar Michael Leuschel
Browse files

set version to 1.1.5-SNAPSHOT

parent 0abc60b6
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ apply plugin: 'maven-publish' ...@@ -4,7 +4,7 @@ apply plugin: 'maven-publish'
apply plugin: 'jacoco' apply plugin: 'jacoco'
apply plugin: 'signing' apply plugin: 'signing'
project.version = '1.1.4' project.version = '1.1.5-SNAPSHOT'
project.group = 'de.hhu.stups' project.group = 'de.hhu.stups'
project.archivesBaseName = "tla2bAST" project.archivesBaseName = "tla2bAST"
final isSnapshot = project.version.endsWith("-SNAPSHOT") final isSnapshot = project.version.endsWith("-SNAPSHOT")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment