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 | |
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')
-rw-r--r-- | client/client-common/pom.xml | 2 | ||||
-rw-r--r-- | client/client-deployment/pom.xml | 2 | ||||
-rw-r--r-- | client/client-editor/pom.xml | 2 | ||||
-rw-r--r-- | client/client-full/pom.xml | 2 | ||||
-rw-r--r-- | client/client-monitoring/pom.xml | 2 | ||||
-rw-r--r-- | client/pom.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/client/client-common/pom.xml b/client/client-common/pom.xml index 7009f5c65..b8013ca88 100644 --- a/client/client-common/pom.xml +++ b/client/client-common/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-common</artifactId> diff --git a/client/client-deployment/pom.xml b/client/client-deployment/pom.xml index 118d0870f..b577e3913 100644 --- a/client/client-deployment/pom.xml +++ b/client/client-deployment/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-deployment</artifactId> 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> diff --git a/client/client-full/pom.xml b/client/client-full/pom.xml index 56d00dc20..c5a53bb56 100644 --- a/client/client-full/pom.xml +++ b/client/client-full/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-full</artifactId> diff --git a/client/client-monitoring/pom.xml b/client/client-monitoring/pom.xml index 1b1ef5aa9..5fd0676df 100644 --- a/client/client-monitoring/pom.xml +++ b/client/client-monitoring/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-monitoring</artifactId> diff --git a/client/pom.xml b/client/pom.xml index 8f7efb2ee..03b7e0eed 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.policy.apex-pdp</groupId> <artifactId>apex-pdp</artifactId> - <version>2.2.2-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> </parent> <groupId>org.onap.policy.apex-pdp.client</groupId> |