aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2017-06-14 16:08:02 +0200
committerThomas Lenz <thomas.lenz@egiz.gv.at>2017-06-14 16:08:02 +0200
commita71656da02e2cdfb8e64b41d338eb8e004a15ade (patch)
treef30c4858041ba2f35e645ca09a377fca224a1d6d
parent01326fe50f9ac4becfe081517a9d0ef068f94331 (diff)
downloadmoa-sig-a71656da02e2cdfb8e64b41d338eb8e004a15ade.tar.gz
moa-sig-a71656da02e2cdfb8e64b41d338eb8e004a15ade.tar.bz2
moa-sig-a71656da02e2cdfb8e64b41d338eb8e004a15ade.zip
switch to next snapshot version
-rw-r--r--moaSig/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/moaSig/build.gradle b/moaSig/build.gradle
index f69ba38..d1bf609 100644
--- a/moaSig/build.gradle
+++ b/moaSig/build.gradle
@@ -21,7 +21,7 @@ subprojects {
testCompile 'junit:junit:4.8.2'
}
- version = '3.1.0'
+ version = '3.1.1-Snapshot'
jar { manifest.attributes provider: 'EGIZ', 'Specification-Version': getCheckedOutGitCommitHash(), 'Implementation-Version': project.version }
}