Skip to content

Commit f0849d2

Browse files
committed
refactor: rename components
BREAKING CHANGE: renamed model-sync-lib to bulk-model-sync-lib and updated package names
1 parent cf55c86 commit f0849d2

File tree

68 files changed

+334
-784
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+334
-784
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
run: model-api-gen-gradle-test/ci.sh
37-
- name: Test Model Sync Gradle Plugin
37+
- name: Test Bulk Model Sync Gradle Plugin
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40-
run: model-sync-gradle-test/ci.sh
40+
run: bulk-model-sync-gradle-test/ci.sh
4141
- name: Archive test report
4242
uses: actions/upload-artifact@v3
4343
if: always()
File renamed without changes.

model-sync-gradle-test/build.gradle.kts renamed to bulk-model-sync-gradle-test/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ buildscript {
2828

2929
plugins {
3030
kotlin("jvm")
31-
id("org.modelix.model-sync")
31+
id("org.modelix.bulk-model-sync")
3232
}
3333

3434
val modelixCoreVersion: String = file("../version.txt").readText()
@@ -53,7 +53,7 @@ dependencies {
5353
implementation("org.modelix:model-server:$modelixCoreVersion")
5454
implementation("org.modelix:model-api-gen-runtime:$modelixCoreVersion")
5555
testImplementation("org.modelix:model-client:$modelixCoreVersion")
56-
testImplementation("org.modelix:model-sync-lib:$modelixCoreVersion")
56+
testImplementation("org.modelix:bulk-model-sync-lib:$modelixCoreVersion")
5757
testImplementation("org.modelix.mps:model-adapters:$modelixCoreVersion")
5858
testImplementation("org.modelix:graph-lang-api:$modelixCoreVersion")
5959
testImplementation(kotlin("test"))
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

model-sync-gradle-test/graph-lang-api/settings.gradle.kts renamed to bulk-model-sync-gradle-test/graph-lang-api/settings.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
pluginManagement {
1818
val modelixCoreVersion: String = file("../../version.txt").readText()
1919
plugins {
20-
id("org.modelix.model-sync") version modelixCoreVersion
2120
id("org.modelix.model-api-gen") version modelixCoreVersion
2221
}
2322
repositories {

0 commit comments

Comments
 (0)