From 9a2a7c13b3392bd6b399fc0e0adb41a94beba087 Mon Sep 17 00:00:00 2001 From: Joel Johnson <joel.johnson@issinc.com> Date: Mon, 29 Jun 2015 12:17:28 -0400 Subject: [PATCH] add version number to built jar files --- build.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/build.xml b/build.xml index ef76b20..8544573 100644 --- a/build.xml +++ b/build.xml @@ -261,7 +261,7 @@ </mx:webxml> <!-- Gitblit jar --> - <mx:jar destfile="${webinf}/lib/gitblit.jar" includeresources="false" /> + <mx:jar destfile="${webinf}/lib/gitblit-${project.version}.jar" includeresources="false" /> <!-- Build the WAR file --> <mx:zip basedir="${war.dir}" destfile="${project.targetDirectory}/${distribution.warfile}" compress="true" > -- Gitblit v1.9.1