diff options
author | Jim Hahn <jrh3@att.com> | 2020-05-29 14:51:25 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2020-05-29 14:52:23 -0400 |
commit | 2d5be866dbca7f1a5d481eecba5c1690d60c8537 (patch) | |
tree | bdda61314b343a207e41bab8db331a7f43976fa9 | |
parent | 3a508c6de4d623253e389e8340d01d1535f96559 (diff) |
Use snapshot versions
Issue-ID: POLICY-1527
Change-Id: I533f11a48a3a0df5e675467a242e44580fbbfbb8
Signed-off-by: Jim Hahn <jrh3@att.com>
-rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -9,9 +9,9 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -44,8 +44,8 @@ <!-- Default Sonar configuration --> <jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile> - <policy.common.version>1.6.5</policy.common.version> - <policy.models.version>2.2.6</policy.models.version> + <policy.common.version>1.7.0-SNAPSHOT</policy.common.version> + <policy.models.version>2.3.0-SNAPSHOT</policy.models.version> </properties> <modules> |