aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {