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 /auth | |
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 'auth')
-rw-r--r-- | auth/cli-codegen/pom.xml | 2 | ||||
-rw-r--r-- | auth/cli-editor/pom.xml | 2 | ||||
-rw-r--r-- | auth/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/auth/cli-codegen/pom.xml b/auth/cli-codegen/pom.xml index 52305ad5b..966e97803 100644 --- a/auth/cli-codegen/pom.xml +++ b/auth/cli-codegen/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.auth</groupId> <artifactId>auth</artifactId> - <version>2.2.2-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> </parent> <artifactId>cli-codegen</artifactId> diff --git a/auth/cli-editor/pom.xml b/auth/cli-editor/pom.xml index 89d641544..49305966a 100644 --- a/auth/cli-editor/pom.xml +++ b/auth/cli-editor/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.auth</groupId> <artifactId>auth</artifactId> - <version>2.2.2-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> </parent> <artifactId>cli-editor</artifactId> diff --git a/auth/pom.xml b/auth/pom.xml index 002fe980a..51454979c 100644 --- a/auth/pom.xml +++ b/auth/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.auth</groupId> |