aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2017-02-01 10:12:25 +0100
committerThomas Lenz <thomas.lenz@egiz.gv.at>2017-02-01 10:12:25 +0100
commit5159762bea80c8e09a448859d62868f010de7d3a (patch)
treed323dffe986906a66eb55ea4830b1bb95507a982
parent45819f5a12b1942d5c942ec909e22536b16aa56c (diff)
downloadmoa-sig-5159762bea80c8e09a448859d62868f010de7d3a.tar.gz
moa-sig-5159762bea80c8e09a448859d62868f010de7d3a.tar.bz2
moa-sig-5159762bea80c8e09a448859d62868f010de7d3a.zip
switch version to 3.1.0-RC3
-rw-r--r--.gitignore2
-rw-r--r--moaSig/build.gradle2
-rw-r--r--moaSig/moa-sig/build.gradle1
3 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 4c72bde..77f0f9b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -191,7 +191,7 @@ buildNumber.properties
.mtj.tmp/
# Package Files #
-*.jar
+#*.jar
*.war
*.ear
diff --git a/moaSig/build.gradle b/moaSig/build.gradle
index 52a61bb..808a960 100644
--- a/moaSig/build.gradle
+++ b/moaSig/build.gradle
@@ -21,7 +21,7 @@ subprojects {
testCompile 'junit:junit:4.8.2'
}
- version = '3.0.1'
+ version = '3.1.0-RC3'
jar { manifest.attributes provider: 'EGIZ', 'Specification-Version': getCheckedOutGitCommitHash(), 'Implementation-Version': project.version }
}
diff --git a/moaSig/moa-sig/build.gradle b/moaSig/moa-sig/build.gradle
index 0ddd479..016eebd 100644
--- a/moaSig/moa-sig/build.gradle
+++ b/moaSig/moa-sig/build.gradle
@@ -1,4 +1,5 @@
apply plugin: 'war'
+apply plugin: 'eclipse'
apply plugin: 'eclipse-wtp'
apply from: 'https://raw.github.com/akhikhl/gretty/master/pluginScripts/gretty.plugin'