Skip to content

Commit

Permalink
Merge branch 'release/3.6.2' into support/3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-gomes committed May 7, 2019
2 parents 4169ea8 + 65d2a31 commit 12c2130
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ dependencies {
// Other dependencies we're unable to resolve via standard repositories

if (buildAccess == 'internal') {
preCompile group: 'gov.nasa.jpl.cae.magicdraw', name: 'cae-magicdraw-core', version: '3.6.1', ext: 'zip'
preCompile group: 'gov.nasa.jpl.cae.magicdraw', name: 'cae-magicdraw-core', version: '3.6.2', ext: 'zip'
}
else {
preCompile group: 'com.nomagic', name: 'magicdraw', version: '185sp3', classifier: 'MagicDraw_185_sp3_no_install', ext: 'zip'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=3.6.1
version=3.6.2
group=org.openmbee.magicdraw.mdk
descriptorFile=MDR_Plugin_Model_Development_Kit_91110_descriptor.xml
magicdDrawGroupName=gov.nasa.jpl.cae.magicdraw.mdk
Expand Down
1 change: 1 addition & 0 deletions src/main/java/gov/nasa/jpl/mbee/mdk/mms/MMSUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ public static File sendMMSRequest(Project project, HttpRequestBase request, Prog
}
}
else {
LAST_EXCEPTION.set(null);
progressStatus.setIndeterminate(true);
Future<?> future = TaskRunner.runWithProgressStatus(() -> {
try (CloseableHttpClient httpclient = HttpClients.createDefault();
Expand Down

0 comments on commit 12c2130

Please sign in to comment.