diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-04-15 12:56:56 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-04-15 12:57:01 -0400 |
commit | 278cb967f83be3ce89d17c225f474ef42698b3c0 (patch) | |
tree | c578947a87da97f424a6485ada239fe4aa266566 /BRMSGateway/src | |
parent | 9347099fc35e87bc73a876d781102d4db8c0201e (diff) |
Bump engine 1.6.3-SNAPSHOT
Issue-ID: POLICY-2378
Change-Id: Ic374190da660b3c258998ecf131fa57dcb1cb834
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'BRMSGateway/src')
-rw-r--r-- | BRMSGateway/src/main/java/org/onap/policy/brms/api/BrmsPush.java | 2 | ||||
-rw-r--r-- | BRMSGateway/src/test/resources/config.properties | 2 |
2 files changed, 2 insertions, 2 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 9651618b7..4e01b0a84 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.6.1"; + private static final String DEFAULT_VERSION = "1.6.2-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"; diff --git a/BRMSGateway/src/test/resources/config.properties b/BRMSGateway/src/test/resources/config.properties index c0815f455..c7522cfe4 100644 --- a/BRMSGateway/src/test/resources/config.properties +++ b/BRMSGateway/src/test/resources/config.properties @@ -81,6 +81,6 @@ ping_interval=30000 # # # -brms.dependency.version=1.6.1 +brms.dependency.version=1.6.2-SNAPSHOT ENVIRONMENT = DEVL |