From 2d018885fd775e10872f2e8dcc98f07bda588cf3 Mon Sep 17 00:00:00 2001 From: Gethin James Date: Mon, 30 Jan 2017 16:08:39 +0100 Subject: [PATCH] Adding the bamboo build key. --- packaging/pom.xml | 3 ++- packaging/src/main/resources/README.MD | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/packaging/pom.xml b/packaging/pom.xml index 774b61dc4..39edfeb93 100644 --- a/packaging/pom.xml +++ b/packaging/pom.xml @@ -9,7 +9,8 @@ UTF-8 UTF-8 ${maven.build.timestamp} - ${bamboo_buildKey} + ${bamboo_fullBuildKey} + ${bamboo_repository_revision_number} org.alfresco diff --git a/packaging/src/main/resources/README.MD b/packaging/src/main/resources/README.MD index 8a0097d4f..62ad74691 100644 --- a/packaging/src/main/resources/README.MD +++ b/packaging/src/main/resources/README.MD @@ -28,4 +28,4 @@ GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with Alfresco. If not, see . -#### Build ${project.build.key} ${project.timestamp} \ No newline at end of file +#### Build ${project.build.key} ${project.timestamp} ${project.revision.key} \ No newline at end of file