Use project.version for module.version as the current way is confusing when doing an alpha or a milestone release

This commit is contained in:
rodicasutu
2021-03-12 15:46:50 +02:00
parent 87f8a04281
commit 42e0a10e87
2 changed files with 1 additions and 8 deletions

View File

@@ -710,13 +710,6 @@
<replacement>$1.$2</replacement>
<failIfNoMatch>false</failIfNoMatch>
</regexPropertySetting>
<regexPropertySetting>
<name>ags.module.version</name>
<value>${project.version}</value>
<regex>([0-9\.]*[0-9]).*</regex>
<replacement>$1</replacement>
<failIfNoMatch>false</failIfNoMatch>
</regexPropertySetting>
</regexPropertySettings>
</configuration>
</execution>

View File

@@ -6,5 +6,5 @@ module.aliases=org_alfresco_module_dod5015
module.title=AGS Repo
module.description=Alfresco Governance Services Repository Extension
module.version=${ags.module.version}
module.version=${project.version}
module.repo.version.min=${ags.module.repo.version.min}