From 42e0a10e873a9cfd4a503373c218cebf9934407d Mon Sep 17 00:00:00 2001 From: rodicasutu Date: Fri, 12 Mar 2021 15:46:50 +0200 Subject: [PATCH] Use project.version for module.version as the current way is confusing when doing an alpha or a milestone release --- pom.xml | 7 ------- .../module/org_alfresco_module_rm/module.properties | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 4720b511f4..05d6a46cb7 100644 --- a/pom.xml +++ b/pom.xml @@ -710,13 +710,6 @@ $1.$2 false - - ags.module.version - ${project.version} - ([0-9\.]*[0-9]).* - $1 - false - diff --git a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/module.properties b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/module.properties index 65ddc9bcdd..c0a84d9526 100644 --- a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/module.properties +++ b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/module.properties @@ -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}