diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-11-18 18:50:29 -0800 |
---|---|---|
committer | Charles Cole <cc847m@att.com> | 2017-11-21 09:05:57 -0600 |
commit | db597fe2163c073e37ad2ddc0d7fe386517e21e0 (patch) | |
tree | 30df9d82489f919d7f13703dfad83f32e95f1556 /BRMSGateway/src | |
parent | 5574639015d8316696a0964c6f2f842679e4bc36 (diff) |
Bump minor version
Bump minor version in preparation for Amsterdam
branching.
Change-Id: I61e0ae91e3ece54ed09a88dad9b8dac173ccae07
Issue-ID: CIMAN-120
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'BRMSGateway/src')
-rw-r--r-- | BRMSGateway/src/main/java/org/onap/policy/brmsInterface/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/brmsInterface/BRMSPush.java b/BRMSGateway/src/main/java/org/onap/policy/brmsInterface/BRMSPush.java index 8185f2d46..a13ded09a 100644 --- a/BRMSGateway/src/main/java/org/onap/policy/brmsInterface/BRMSPush.java +++ b/BRMSGateway/src/main/java/org/onap/policy/brmsInterface/BRMSPush.java @@ -107,7 +107,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.1.2-SNAPSHOT"; + private static final String DEFAULT_VERSION = "1.2.0-SNAPSHOT"; private static final String DEPENDENCY_FILE = "dependency.json"; private static final String BRMSPERSISTENCE = "brmsEclipselink.persistencexml"; diff --git a/BRMSGateway/src/test/resources/config.properties b/BRMSGateway/src/test/resources/config.properties index fbcdaf910..6ccfc4969 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.1.2-SNAPSHOT +brms.dependency.version=1.2.0-SNAPSHOT ENVIRONMENT = DEVL |