aboutsummaryrefslogtreecommitdiff
path: root/moaSig/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'moaSig/build.gradle')
-rw-r--r--moaSig/build.gradle8
1 files changed, 4 insertions, 4 deletions
diff --git a/moaSig/build.gradle b/moaSig/build.gradle
index b68f418..c4e8a3a 100644
--- a/moaSig/build.gradle
+++ b/moaSig/build.gradle
@@ -15,6 +15,8 @@ subprojects {
apply plugin: 'maven-publish'
apply plugin: 'maven'
+ version = '3.2.1-SNAPSHOT'
+
repositories {
mavenCentral()
@@ -36,9 +38,7 @@ subprojects {
dependencies {
testImplementation 'junit:junit:4.13.2'
}
-
- version = '3.1.8'
-
+
jar { manifest.attributes provider: 'EGIZ', 'Specification-Version': getCheckedOutGitCommitHash(), 'Implementation-Version': project.version }
compileJava {
@@ -74,7 +74,7 @@ subprojects {
}
dependencies {
- deployerJars "org.apache.maven.wagon:wagon-ssh:2.9"
+ deployerJars "org.apache.maven.wagon:wagon-ssh:3.4.3"
}