summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 93ec39f5..a05e4735 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,16 +24,17 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>3.3.1</version>
+ <!-- When changing, also change the oparent.version property -->
+ <version>3.3.2</version>
<relativePath />
</parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>policy-parent</artifactId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.6.1-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
- <oparent.version>3.3.1</oparent.version>
+ <oparent.version>3.3.2</oparent.version>
</properties>
<modules>
@@ -51,7 +52,7 @@
Be sure to override ${project.parent.basedir} in order to find the XML file
- mvn formatter:format spotless:apply process-sources -Dproject.parent.basedir=TODO
+ mvn formatter:format spotless:apply process-sources -Dproject.parent.basedir=<basedir>
-->
<plugin>
<groupId>net.revelc.code.formatter</groupId>