Merge pull request #1363 from Alfresco/feature/APPS-858_UpdateModuleVersionValue

Update the AGS module.version
This commit is contained in:
Rodica Sutu
2021-03-15 08:51:31 +02:00
committed by GitHub
2 changed files with 1 additions and 8 deletions

View File

@@ -705,13 +705,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}