aboutsummaryrefslogtreecommitdiffstats
path: root/packages/install
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2019-09-17 12:14:50 -0400
committerJim Hahn <jrh3@att.com>2019-09-17 15:16:33 -0400
commit1c5d6cdf3793b0691686dc34c742f62582daff50 (patch)
tree5bfb93c9057eb8e655d906d8676ba11b093accd4 /packages/install
parent40d261d31fd7481c29a80f8c2519beb60ca3de14 (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 'packages/install')
-rw-r--r--packages/install/pom.xml2
-rw-r--r--packages/install/src/files/brmsgw.conf4
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/install/pom.xml b/packages/install/pom.xml
index b1c1dac87..9ebac5a30 100644
--- a/packages/install/pom.xml
+++ b/packages/install/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.policy.engine</groupId>
<artifactId>packages</artifactId>
- <version>1.5.2-SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
</parent>
<artifactId>install</artifactId>
diff --git a/packages/install/src/files/brmsgw.conf b/packages/install/src/files/brmsgw.conf
index ef9a46d36..6d025e2fc 100644
--- a/packages/install/src/files/brmsgw.conf
+++ b/packages/install/src/files/brmsgw.conf
@@ -59,5 +59,5 @@ CLIENT_ID=PDPServer
CLIENT_KEY=test
ENVIRONMENT=DEVL
-BRMS_DEPENDENCY_VERSION=1.5.2
-BRMS_MODELS_DEPENDENCY_VERSION=2.1.3
+BRMS_DEPENDENCY_VERSION=1.6.0-SNAPSHOT
+BRMS_MODELS_DEPENDENCY_VERSION=2.2.0-SNAPSHOT