diff options
author | liamfallon <liam.fallon@ericsson.com> | 2018-05-21 16:49:26 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@ericsson.com> | 2018-05-21 16:49:37 +0100 |
commit | a7f30f3bdd7b3118e423243e6328c4c7ffe32244 (patch) | |
tree | 4f901c3dd0943fbb65e9fb1535e04ae24cfba708 /BRMSGateway/src/main | |
parent | 1da6b3b6a28f40322a13e6fb5142206f1eefa027 (diff) |
Update Policy Engine to 1.2.3-SNAPSHOT
These reviews must be merged in order because of layering.
This review should be merged FOURTH.
Change-Id: Ifca8e33b79085a4032164b44dae3401f8179f5f6
Issue-ID: POLICY-844
Signed-off-by: liamfallon <liam.fallon@ericsson.com>
Diffstat (limited to 'BRMSGateway/src/main')
-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 a15eee34d..caf49aa55 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 @@ -118,7 +118,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.2.2"; + private static final String DEFAULT_VERSION = "1.2.3"; private static final String DEPENDENCY_FILE = "dependency.json"; private static final String BRMSPERSISTENCE = "brmsEclipselink.persistencexml"; |