Skip to content

Commit

Permalink
preparing release
Browse files Browse the repository at this point in the history
  • Loading branch information
miho committed Feb 22, 2023
1 parent 8babbc3 commit 2c3e4d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/common.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#vmf.version = 0.3-SNAPSHOT
vmf.version = 0.2.8.1
vmf.version = 0.2.8.6

publication.version = 0.3.2
publication.version = 0.4.0

asyncutils.version = 0.1.1
2 changes: 1 addition & 1 deletion subprojects/fsm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ plugins {
}

dependencies {
testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.hamcrest:hamcrest:2.2'

implementation "eu.mihosoft.vmf:vmf-runtime:${rootProject.commonProps.get("vmf.version")}"
Expand Down
2 changes: 1 addition & 1 deletion subprojects/vrlfsm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ repositories {
}

dependencies {
testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13'
testImplementation 'org.hamcrest:hamcrest:2.2'

implementation "eu.mihosoft.vmf:vmf:${rootProject.commonProps.get("vmf.version")}"
Expand Down

0 comments on commit 2c3e4d3

Please sign in to comment.