diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-03-27 12:59:52 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-03-27 12:59:57 -0400 |
commit | f904f966bbfbb7e26fea8410f83b67504b1e6a76 (patch) | |
tree | b3a7f18c8c582f3e6faa52c38b256b8e5e7a3a14 | |
parent | 8b10bae2761fd7891044e9c758e712b2b54bd8ba (diff) |
Point to latest snapshots
Issue-ID: POLICY-2378
Change-Id: I3d6c118cb34202fc594b3ad7656b4f5ad75295f2
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -44,8 +44,8 @@ <!-- Default Sonar configuration --> <jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile> - <policy.common.version>1.6.2</policy.common.version> - <policy.models.version>2.2.2</policy.models.version> + <policy.common.version>1.6.3-SNAPSHOT</policy.common.version> + <policy.models.version>2.2.3-SNAPSHOT</policy.models.version> </properties> <modules> |