aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2020-05-27 10:26:49 -0400
committerJim Hahn <jrh3@att.com>2020-05-27 10:51:38 -0400
commitddd400dc81f6bdabc76924cf904af540aa912ca2 (patch)
tree6cf2830daf3490b694ab09839b3849a97e321271 /pom.xml
parente14fac54dcf863381a8ac7f5a361f57eeba98c8c (diff)
Use snapshot versions
Issue-ID: POLICY-1526 Change-Id: I00f95b5375ef3d92482630bdf6cb32d8581a45df Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index f54524ca5..1b2df2f88 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
<properties>
<derby.version>10.13.1.1</derby.version>
<javax.ws.rs-api.version>2.1.1</javax.ws.rs-api.version>
- <policy.common.version>1.6.5</policy.common.version>
+ <policy.common.version>1.7.0-SNAPSHOT</policy.common.version>
</properties>
<modules>
@@ -221,7 +221,7 @@
</goals>
<phase>process-sources</phase>
<configuration>
- <!-- Use Google Java Style Guide: https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml
+ <!-- Use Google Java Style Guide: https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml
with minor changes -->
<configLocation>onap-checkstyle/onap-java-style.xml</configLocation>
<!-- <sourceDirectory> is needed so that checkstyle ignores the generated sources directory -->