aboutsummaryrefslogtreecommitdiff
path: root/moaSig/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'moaSig/build.gradle')
-rw-r--r--moaSig/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/moaSig/build.gradle b/moaSig/build.gradle
index 07dc8eb..f052959 100644
--- a/moaSig/build.gradle
+++ b/moaSig/build.gradle
@@ -15,6 +15,8 @@ subprojects {
apply plugin: 'maven-publish'
apply plugin: 'maven'
+ version = '3.1.5-RC1'
+
repositories {
mavenCentral()
@@ -36,9 +38,7 @@ subprojects {
dependencies {
testImplementation 'junit:junit:4.13.2'
}
-
- version = '3.1.5-SNAPSHOT'
-
+
jar { manifest.attributes provider: 'EGIZ', 'Specification-Version': getCheckedOutGitCommitHash(), 'Implementation-Version': project.version }
compileJava {