diff options
author | Jorge Hernandez <jh1730@att.com> | 2017-11-15 19:04:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-11-15 19:04:36 +0000 |
commit | 183ac4aa1c5a72f0dc48b3939c5b0502a9cd878e (patch) | |
tree | a8eb948b0c741b2abe4590bd0d9b16afe61038b4 /BRMSGateway/src/main/java | |
parent | 51c7ac7d8be19221ad2fce4c0f5d815bdb0f63a7 (diff) | |
parent | f842f2075cd9b845e9120f6b7ce34e2858e791f0 (diff) |
Merge "Update to v1.1.2-SNAPSHOT"
Diffstat (limited to 'BRMSGateway/src/main/java')
-rw-r--r-- | BRMSGateway/src/main/java/org/onap/policy/brmsInterface/BRMSPush.java | 2 |
1 files changed, 1 insertions, 1 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 0842a409a..8185f2d46 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.1-SNAPSHOT"; + private static final String DEFAULT_VERSION = "1.1.2-SNAPSHOT"; private static final String DEPENDENCY_FILE = "dependency.json"; private static final String BRMSPERSISTENCE = "brmsEclipselink.persistencexml"; |