generated from moderneinc/rewrite-recipe-starter
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provide a `release.yml` workflow and JReleaser configuration that allows the creation of automatic releases. Fixes #24
- Loading branch information
Showing
7 changed files
with
335 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
This project provides an Open Rewrite Recipe to migrate a Camunda 7 Instance to Operaton. | ||
|
||
# About this release | ||
|
||
This is the first version of the Camunda 7 to Operaton migration recipe. | ||
|
||
The project has been set up and most work has been done on build infrastructure. | ||
|
||
## New Recipes: | ||
|
||
- `org.operaton.rewrite.ReplaceCamundaDependencies`: Replaces the `org.camunda.*` occurrences with `org.operaton.*` dependencies. | ||
|
||
## Changelog | ||
|
||
{{changelogChanges}} | ||
{{changelogContributors}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,4 @@ out/ | |
src/main/generated/ | ||
.vscode/ | ||
*.iml | ||
/pom.xml.versionsBackup |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
PK |
Oops, something went wrong.