File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
impl/test/src/test/java/io/serverlessworkflow/impl/test Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 6060 - name : Maven release ${{steps.metadata.outputs.current-version}}
6161 run : |
6262 git checkout -b release
63- mvn -B release:prepare -Prelease -DreleaseVersion=${{steps.metadata.outputs.current-version}} -DdevelopmentVersion=${{steps.metadata.outputs.next-version}}
63+ mvn -B release:prepare -DperformRelease - Prelease -DreleaseVersion=${{steps.metadata.outputs.current-version}} -DdevelopmentVersion=${{steps.metadata.outputs.next-version}}
6464 cat release.properties
6565 git checkout ${{github.base_ref}}
6666 git rebase release
Original file line number Diff line number Diff line change 3434
3535public final class DBGenerator {
3636
37- public static void generate (String dbName , boolean suspend )
38- throws IOException , InterruptedException {
37+ public static void generate (String dbName , boolean suspend ) throws IOException {
3938 Files .deleteIfExists (Path .of (dbName ));
4039 try (PersistenceInstanceHandlers factories =
4140 BytesMapPersistenceInstanceHandlers .builder (new MVStorePersistenceStore (dbName ))
Original file line number Diff line number Diff line change 597597 </profile >
598598 <profile >
599599 <id >release</id >
600- <properties >
601- <performRelease >true</performRelease >
602- </properties >
603600 <build >
604601 <plugins >
605602 <plugin >
You can’t perform that action at this time.
0 commit comments