diff options
author | Jim Hahn <jrh3@att.com> | 2019-09-17 12:14:50 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2019-09-17 15:16:33 -0400 |
commit | 1c5d6cdf3793b0691686dc34c742f62582daff50 (patch) | |
tree | 5bfb93c9057eb8e655d906d8676ba11b093accd4 /BRMSGateway/pom.xml | |
parent | 40d261d31fd7481c29a80f8c2519beb60ca3de14 (diff) |
Bump versions in policy/engine master
Also added default branch to .gitreview to facilitate branching in
the future.
Switched internal properties to use snapshot versions of other
repos per review comment.
Change-Id: I23d71e67051d88cfaa07adc15e2d143289269027
Issue-ID: POLICY-2045
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'BRMSGateway/pom.xml')
-rw-r--r-- | BRMSGateway/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BRMSGateway/pom.xml b/BRMSGateway/pom.xml index 1e9737656..5b344af8a 100644 --- a/BRMSGateway/pom.xml +++ b/BRMSGateway/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.engine</groupId> <artifactId>PolicyEngineSuite</artifactId> - <version>1.5.2-SNAPSHOT</version> + <version>1.6.0-SNAPSHOT</version> </parent> <artifactId>BRMSGateway</artifactId> <description>This application will take in BRMS rules and acts as interface between PR and PDP XACML</description> |