aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorHOCKLA <ah999m@att.com>2020-01-20 16:37:27 -0600
committerHOCKLA <ah999m@att.com>2020-01-22 08:46:55 -0600
commitb830606fbb6d76757f4b3c66e612a7f0f4dee331 (patch)
tree7a790c99912e857d0f1f618122dca5e65eade0dd /pom.xml
parent8c9a29a362e29db4ba81107b1c75c0aba467b7ae (diff)
policy/distribution jdk11 upgrades
Issue-ID: POLICY-1585 Change-Id: I4aa879656c039d9de9c288f0309105c21f4bf285 Signed-off-by: HOCKLA <ah999m@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index c01fb43f..58faf41f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.1.0</version>
+ <version>3.1.1-SNAPSHOT</version>
<relativePath />
</parent>
@@ -43,10 +43,10 @@
<!-- Default Sonar configuration -->
<sonar.coverage.jacoco.xmlReportPaths>${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
- <policy.common.version>1.6.1</policy.common.version>
+ <policy.common.version>1.6.2-SNAPSHOT</policy.common.version>
<policy.engine.version>1.6.0-SNAPSHOT</policy.engine.version>
<policy.apex-pdp.version>2.3.0-SNAPSHOT</policy.apex-pdp.version>
- <policy.models.version>2.2.0</policy.models.version>
+ <policy.models.version>2.2.1-SNAPSHOT</policy.models.version>
</properties>
<modules>
@@ -102,7 +102,7 @@
with minor changes -->
<configLocation>onap-checkstyle/onap-java-style.xml</configLocation>
<!-- <sourceDirectory> is needed so that checkstyle ignores the generated sources directory -->
- <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
+ <sourceDirectories>${project.build.sourceDirectory}</sourceDirectories>
<includeResources>true</includeResources>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
<includeTestResources>true</includeTestResources>