diff options
author | jrh3 <jrh3@att.com> | 2019-09-12 10:07:06 -0400 |
---|---|---|
committer | jrh3 <jrh3@att.com> | 2019-09-12 10:07:06 -0400 |
commit | d7d9df65e10edf260f5435335781dfc85939207c (patch) | |
tree | 149953ef50681d7a59870705b87d7dd80c2a0290 /client/client-editor | |
parent | 73f0e1eb2acef679fa66bc1600d13b6f5b3afd13 (diff) |
Bump version in apex-pdp master
Also added defaultbranch to the .gitreview file to make it easier
to change it when apex-pdp is branched in the future.
Issue-ID: POLICY-2045
Signed-off-by: jrh3 <jrh3@att.com>
Change-Id: Ib2570fd395aae38862299f2193b07ab06e32ace5
Diffstat (limited to 'client/client-editor')
-rw-r--r-- | client/client-editor/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/client-editor/pom.xml b/client/client-editor/pom.xml index 88ffc0bf0..0ffd40a55 100644 --- a/client/client-editor/pom.xml +++ b/client/client-editor/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.client</groupId> <artifactId>client</artifactId> - <version>2.2.2-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> </parent> <artifactId>client-editor</artifactId> |