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
Share image doesn't have the project's generated jar updated after changing the project's version #549
I'm submitting a ... (check one with "x")
Expected Behavior
Once the project's version is changed from 1.0-SNAPSHOT into something else, the resulting image should have the generated artifact updated.
Current Behavior
Just like with the alfresco-jar artifact, the share-jar artifact has the version hard-coded inside the section below:
This is similar to what is described in https://github.com/Alfresco/alfresco-sdk/issues/548
Possible Solution
Replacing the hard coded version with ${project.version} would fix the issue, just like:
Steps to Reproduce (for bugs)
Context
Your Environment