Skip to content

Commit

Permalink
Merge pull request #2339 from mbeddr/feature/update_to_2022_2_1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderpann authored Dec 12, 2023
2 parents e58d515 + d07218b commit 2b52349
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ For more details please visit the [mbeddr landing page](https://github.com/mbedd

### Maven Dependencies

To use mbeddr or the mbeddr platform in your own project, you one of the following dependencies in your maven or gradle build script. The latest support MPS version is 2022.2:
To use mbeddr or the mbeddr platform in your own project, you one of the following dependencies in your maven or gradle build script. The latest support MPS version is 2022.2.1:

[![mbeddr](https://img.shields.io/badge/Github%20pages-mbeddr-success)](https://github.com/orgs/mbeddr/packages?tab=packages&q=com.mbeddr.mbeddr)
[![mbeddr platform](https://img.shields.io/badge/Github%20pages-mbeddr.platform-success)](https://github.com/orgs/mbeddr/packages?tab=packages&q=com.mbeddr.platform)
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ repositories {
}

downloadJbr {
jbrVersion = '17.0.3-b469.32'
jbrVersion = '17.0.6-b469.82'
}

ext.defaultSnapshotRepository = 'https://artifacts.itemis.cloud/repository/maven-mps-snapshots/'
ext.defaultReleaseRepository = 'https://artifacts.itemis.cloud/repository/maven-mps-releases/'

//MPS version
ext.mpsMajor = "2022.2"
ext.mpsBuild = "2022.2"
ext.mpsBuild = "2022.2.1"

//MPS-extensions version
ext.mpsExtensionsVersion = findNonEmptyProperty('mpsExtensionsVersion') ?: "$mpsMajor.+"
Expand Down

0 comments on commit 2b52349

Please sign in to comment.