aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2014-09-24 16:22:08 +0200
committerAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2014-09-24 16:22:08 +0200
commit2f20360242aea2e399b1044a9a602b6304b34914 (patch)
tree79b02e6ff405719c63aec4f0ceedae8fb62c052c /build.gradle
parent11f07848733143b19bc53aaf42cad2ff2db9385d (diff)
downloadpdf-as-4-2f20360242aea2e399b1044a9a602b6304b34914.tar.gz
pdf-as-4-2f20360242aea2e399b1044a9a602b6304b34914.tar.bz2
pdf-as-4-2f20360242aea2e399b1044a9a602b6304b34914.zip
Version to RC11
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle6
1 files changed, 1 insertions, 5 deletions
diff --git a/build.gradle b/build.gradle
index 692dc122..6740e3c0 100644
--- a/build.gradle
+++ b/build.gradle
@@ -2,7 +2,6 @@ subprojects {
apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'maven'
-
group = 'at.gv.egiz.pdfas'
configurations {
@@ -18,7 +17,7 @@ subprojects {
}
sourceCompatibility = 1.6
- version = '4.0.0-RC11-SNAPSHOT'
+ version = '4.0.0-RC11'
project.ext{
releaseRepoUrl = "file://${project(':').projectDir}/../mvn-repo/releases"
snapshotRepoUrl = "file://${project(':').projectDir}/../mvn-repo/snapshots"
@@ -29,9 +28,6 @@ subprojects {
tomcatVersion = '8.0.9';
}
-
-
-
jar { manifest.attributes provider: 'EGIZ', 'Specification-Version': getCheckedOutGitCommitHash(), 'Implementation-Version': project.version }
uploadArchives {