Skip to content

Commit

Permalink
Publish 0.6.0-rc2 from master branch, based on core 5.5.2-rc1 (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
dr0i committed May 23, 2023
1 parent b7c318f commit e0225b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ subprojects {
'jquery': '3.3.1-1',
'junit_jupiter': '5.8.2',
'junit_platform': '1.4.2',
'metafacture': '5.5.1-rc1',
'metafacture': '5.5.2-rc1-SNAPSHOT',
'mockito': '2.27.0',
'requirejs': '2.3.6',
'slf4j': '1.7.21',
Expand All @@ -53,7 +53,7 @@ subprojects {
}

group = 'org.metafacture'
version = '0.6.0-SNAPSHOT'
version = '0.6.0-rc2'

apply plugin: 'checkstyle'
apply plugin: 'eclipse'
Expand Down
1 change: 1 addition & 0 deletions metafix/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ dependencies {
runtimeOnly "org.slf4j:slf4j-simple:${versions.slf4j}"

implementation "org.metafacture:metafacture-commons:${versions.metafacture}"
implementation "org.metafacture:metafacture-csv:${versions.metafacture}"
implementation "org.metafacture:metafacture-flowcontrol:${versions.metafacture}"
implementation "org.metafacture:metafacture-formatting:${versions.metafacture}"
implementation "org.metafacture:metafacture-framework:${versions.metafacture}"
Expand Down

0 comments on commit e0225b6

Please sign in to comment.