diff options
Diffstat (limited to 'examples/examples-myfirstpolicy/pom.xml')
-rw-r--r-- | examples/examples-myfirstpolicy/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/examples-myfirstpolicy/pom.xml b/examples/examples-myfirstpolicy/pom.xml index 65349d1b3..16b49552c 100644 --- a/examples/examples-myfirstpolicy/pom.xml +++ b/examples/examples-myfirstpolicy/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.examples</groupId> <artifactId>examples</artifactId> - <version>2.3.0-SNAPSHOT</version> + <version>2.3.1-SNAPSHOT</version> </parent> <artifactId>examples-myfirstpolicy</artifactId> @@ -188,4 +188,4 @@ </build> </profile> </profiles> -</project>
\ No newline at end of file +</project> |