diff options
author | Forsyth, James (jf2512) <jf2512@att.com> | 2020-01-17 14:37:41 -0500 |
---|---|---|
committer | Forsyth, James (jf2512) <jf2512@att.com> | 2020-01-17 14:38:11 -0500 |
commit | 6069dc4cd121b382f3b9368b16573a0245dee1e8 (patch) | |
tree | 815a94e7de25b37d9246810c737183d828f5eafa /aai-parent | |
parent | af2453db98cd8c66237103c96088d8c808ff016c (diff) |
Change aai-release-version to allow override
Issue-ID: AAI-2753
Change-Id: I5ca91b92e27412e84ef0104908360f0b2e09993d
Signed-off-by: Forsyth, James (jf2512) <jf2512@att.com>
Diffstat (limited to 'aai-parent')
-rw-r--r-- | aai-parent/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml index c187d095..3977518e 100644 --- a/aai-parent/pom.xml +++ b/aai-parent/pom.xml @@ -39,7 +39,7 @@ <properties> <!-- update this just prior to release or figure out something with version.properties --> - <aai.release.version>1.6.1-SNAPSHOT</aai.release.version> + <aai.release.version>${project.version}</aai.release.version> <aai.common.logging.version>1.5.1</aai.common.logging.version> <aai.rest.client.version>1.5.1</aai.rest.client.version> <aai.schema.service.version>1.6.0</aai.schema.service.version> |