diff options
Diffstat (limited to 'client/pom.xml')
-rw-r--r-- | client/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/pom.xml b/client/pom.xml index 21afba11d..7f4831a13 100644 --- a/client/pom.xml +++ b/client/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.client</groupId> @@ -56,4 +56,4 @@ </distributionManagement> </profile> </profiles> -</project>
\ No newline at end of file +</project> |