From 2f20360242aea2e399b1044a9a602b6304b34914 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Wed, 24 Sep 2014 16:22:08 +0200 Subject: Version to RC11 --- build.gradle | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'build.gradle') 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 { -- cgit v1.2.3