Skip to content

Commit a24f02d

Browse files
committed
bump driver version
1 parent fee4e3e commit a24f02d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

solutions/atl/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333
implementation 'org.eclipse.m2m.atl:org.eclipse.m2m.atl.emftvm:4.6.0'
3434
implementation 'org.eclipse.m2m.atl:org.eclipse.m2m.atl.emftvm.compiler:4.6.0'
3535

36-
implementation 'io.github.atlresearch.ttc2023:solutiondriver:+'
36+
implementation 'io.github.atlresearch.ttc2023:solutiondriver:0.3'
3737
}
3838

3939
application {

solutions/atol/transformation/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040

4141
implementation 'io.github.atlresearch:emfmodelfuzzer:+'
4242

43-
implementation 'io.github.atlresearch.ttc2023:solutiondriver:+'
43+
implementation 'io.github.atlresearch.ttc2023:solutiondriver:0.3'
4444
}
4545

4646
application {

utils/SolutionDriver/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ publishing {
2525
myLibrary(MavenPublication) {
2626
group = 'io.github.atlresearch.ttc2023'
2727
artifactId = 'solutiondriver'
28-
version = '0.2'
28+
version = '0.3'
2929

3030
from components.java
3131
}

0 commit comments

Comments
 (0)