diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2020-07-17 13:58:07 -0400 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2020-07-17 13:58:11 -0400 |
commit | 5de488d441d9c78cd6047c79fe0747cb21de50d2 (patch) | |
tree | 2c4b2b5793a69bcf58d6e9f82b71eb4c85fe66d2 | |
parent | 54e153be45a42962e412823a7bb6ae706a864c3b (diff) |
Refer to snapshot versions
Issue-ID: POLICY-2695
Change-Id: Ie6d4d900610b818b81d8ce92f4bbbefb8d199da5
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -40,8 +40,8 @@ <description>This code implements the XACML PDP engine</description> <properties> - <policy.common.version>1.7.0</policy.common.version> - <policy.models.version>2.3.0</policy.models.version> + <policy.common.version>1.7.1-SNAPSHOT</policy.common.version> + <policy.models.version>2.3.1-SNAPSHOT</policy.models.version> </properties> <modules> |