diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-07-01 14:22:12 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2019-07-01 15:13:18 -0400 |
commit | 8bfbc4b6241d21252cd98d653f0860a58e64dcc2 (patch) | |
tree | 78602805a211783e60579bb67c3671f669c08513 /BRMSGateway/src/main/java/org/onap | |
parent | 6a046075ff25a199be7a6346e4e56bbd81c362b7 (diff) |
Bump engine 1.5.1-SNAPSHOT
Released 1.5.0
Fixed compilation issue related with version upgrade of
policy/common.
Issue-ID: POLICY-1737
Change-Id: Ib2f56e8ffcb4b399dbe4a5453b70da10b0f87985
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'BRMSGateway/src/main/java/org/onap')
-rw-r--r-- | BRMSGateway/src/main/java/org/onap/policy/brms/api/BrmsPush.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BRMSGateway/src/main/java/org/onap/policy/brms/api/BrmsPush.java b/BRMSGateway/src/main/java/org/onap/policy/brms/api/BrmsPush.java index 861bf7b95..26e1b5aa1 100644 --- a/BRMSGateway/src/main/java/org/onap/policy/brms/api/BrmsPush.java +++ b/BRMSGateway/src/main/java/org/onap/policy/brms/api/BrmsPush.java @@ -117,7 +117,7 @@ public class BrmsPush { private static final Logger LOGGER = FlexLogger.getLogger(BrmsPush.class.getName()); private static final String PROJECTSLOCATION = "RuleProjects"; private static final String[] GOALS = {"clean", "deploy"}; - private static final String DEFAULT_VERSION = "1.5.0-SNAPSHOT"; + private static final String DEFAULT_VERSION = "1.5.1-SNAPSHOT"; private static final String DEPENDENCY_FILE = "dependency.json"; private static final String PROP_AES_KEY = "org.onap.policy.encryption.aes.key"; public static final String BRMSPERSISTENCE = "brmsEclipselink.persistencexml"; |