Alfresco / alfresco-sdk

The Alfresco In-Process SDK is based on Apache Maven, includes support for rapid and standard development, testing, packaging, versioning and release of your Alfresco integration and extension projects
Apache License 2.0
185 stars 113 forks source link

fixed deprecated valiable. #569

Closed silverskyvicto closed 4 years ago

silverskyvicto commented 5 years ago

578

I fixed three deprecated valiables because the following error was displayed when building.

[WARNING] The expression ${build.finalName} is deprecated. Please use ${project.build.finalName} instead.

Hope this helps.

jlosornogil commented 4 years ago

This will be included in sdk-4.1 (https://github.com/Alfresco/alfresco-sdk/pull/581). Thanks @silverskyvicto !