Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The project uses OpenRewrite, a framework for programmatically transforming and
* **`Plug-and-play:`** No need to integrate this standalone tool into your own Frank!Framework project. Clone the project, and you're good to go.

## Limitations
* **`Limited version support:`** Currently we only support migrations between Frank!Framework-version 7.3.x through 9.0.x.
* **`Limited version support:`** Currently we only support migrations between Frank!Framework-version 7.3.x through 9.3.0.
* **`Limited coverage:`** Currently we don't provide full coverage for all needed migrations. This project is still a work in progress and should be treated as such, don't blindly trust the output before commiting any changes to your project!

## Requirements
Expand All @@ -33,7 +33,7 @@ Optionally you can provide your current Frank!Framework version if you want to r

An example for migrating from 7.3.x to 9.0.x could be:

```.\runRecipes.bat ..\myproject\ 9_0 7_3```
```.\runRecipes.bat ..\myproject\ 9_0_0 7_3```

## How to contribute
We endorse contributions to this project! If you would like to suggest any changes or even add additional missing recipes, please follow the following steps:
Expand Down
2 changes: 1 addition & 1 deletion installRecipes.bat
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if not exist "%MVN_BAT%" (
exit /b 1
)

set profiles=default 7_4 7_5 7_6 7_7 7_8 7_9 8_0 8_1 8_2 8_3 9_0
set profiles=default 7_4 7_5 7_6 7_7 7_8 7_9_5 7_9_6 8_0_0 8_0_1 8_0_2 8_0_3 8_0_4 8_0_5 8_1_0 8_1_1 8_1_2 8_1_3 8_2_0 8_2_1 8_2_2 8_3_0 8_3_1 8_3_2 8_3_3 9_0_0 9_0_1 9_0_2 9_0_3 9_1_0 9_2_0 9_2_1 9_2_2 9_3_0
for %%p in (%profiles%) do (
if "%%p"=="default" (
echo Building with default profile...
Expand Down
Loading
Loading