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