Skip to content

Commit

Permalink
Revert changes done for the schema version in 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
filiphr committed Oct 25, 2024
1 parent 485c252 commit 4f90200
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public String execute(CommandContext commandContext) {

});

assertEquals("7.2.0.0", appSchemaVersion);
assertEquals("7.1.0.2", appSchemaVersion);

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public String execute(CommandContext commandContext) {

});

assertEquals("7.2.0.0", cmmnSchemaVersion);
assertEquals("7.1.0.2", cmmnSchemaVersion);

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public String execute(CommandContext commandContext) {

});

assertEquals("7.2.0.0", commonSchemaVersion);
assertEquals("7.1.0.2", commonSchemaVersion);

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public String execute(CommandContext commandContext) {

});

assertEquals("7.2.0.0", dmnSchemaVersion);
assertEquals("7.1.0.2", dmnSchemaVersion);

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public String execute(CommandContext commandContext) {

});

assertEquals("7.2.0.0", eventRegistrySchemaVersion);
assertEquals("7.1.0.2", eventRegistrySchemaVersion);

}
}

0 comments on commit 4f90200

Please sign in to comment.