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

set version to 1.1.2

somehow using a SNAPSHOT version leads
to failure in the build
parent ac72ee7b
Branches
Tags
No related merge requests found
...@@ -4,7 +4,7 @@ apply plugin: 'maven' ...@@ -4,7 +4,7 @@ apply plugin: 'maven'
//apply plugin: 'jacoco' //apply plugin: 'jacoco'
apply plugin: 'findbugs' apply plugin: 'findbugs'
project.version = '1.1.2-SNAPSHOT' project.version = '1.1.2'
project.group = 'de.hhu.stups' project.group = 'de.hhu.stups'
project.archivesBaseName = "tla2bAST" project.archivesBaseName = "tla2bAST"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment