diff options
Diffstat (limited to 'examples/pom.xml')
-rw-r--r-- | examples/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/pom.xml b/examples/pom.xml index 6bef02f4c..76fafc8bf 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.apex-pdp</groupId> <artifactId>apex-pdp</artifactId> - <version>2.3.0-SNAPSHOT</version> + <version>2.3.1-SNAPSHOT</version> </parent> <groupId>org.onap.policy.apex-pdp.examples</groupId> @@ -70,4 +70,4 @@ </distributionManagement> </profile> </profiles> -</project>
\ No newline at end of file +</project> |