we are using two jars one trying to point database with below dependency
org.flowable
flowable-ui-parent
6.8.1
Another trying to point same database with version 7.0.1.1. We are getting error DB version mismatch for first jar.As 6.8.1 for flowable UI parent it can not be upgraded to any higher version. Kindly suggest on issue resolution.
Error snippet :-
Caused by: org.flowable.common.engine.api.FlowableWrongDbException: version mismatch: library version is ‘6.8.0.0’, db version is 7.0.1.1 Hint: Set <property name=“databaseSchemaUpdate” to value=“true” or value=“create-drop” (use create-drop for testing only!) in bean processEngineConfiguration in flowable.cfg.xml for automatic schema creation