mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Merge pull request #1363 from Alfresco/feature/APPS-858_UpdateModuleVersionValue
Update the AGS module.version
This commit is contained in:
7
pom.xml
7
pom.xml
@@ -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>
|
||||
|
@@ -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}
|
||||
|
Reference in New Issue
Block a user