Skip to content

Commit

Permalink
Merge pull request #162 from Open-MBEE/release/4.1.0
Browse files Browse the repository at this point in the history
Updated version for 4.1.0 release
  • Loading branch information
DavidWillard authored Aug 29, 2019
2 parents 976bedc + 850fd3f commit 4f24dc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ dependencies {
// Other dependencies we're unable to resolve via standard repositories

if (buildAccess == 'internal') {
preCompile group: 'gov.nasa.jpl.cae.magicdraw', name: 'cae-cameo-systems-modeler-core', version: '4.1.0-rc3', ext: 'zip'
preCompile group: 'gov.nasa.jpl.cae.magicdraw', name: 'cae-cameo-systems-modeler-core', version: '4.1.0', ext: 'zip'
}
else {
preCompile group: 'com.nomagic', name: 'demomagicdraw', version: '190sp2', classifier: 'MagicDraw_Demo_190_sp2_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=4.1.0-rc3
version=4.1.0
group=org.openmbee.magicdraw.mdk
descriptorFile=MDR_Plugin_Model_Development_Kit_91110_descriptor.xml
magicdDrawGroupName=gov.nasa.jpl.cae.magicdraw.mdk
Expand Down

0 comments on commit 4f24dc6

Please sign in to comment.