Skip to content

Commit

Permalink
Revert directory rename (not supported by cli)
Browse files Browse the repository at this point in the history
  • Loading branch information
jujoramos committed Oct 9, 2023
1 parent 32da45e commit 47d4362
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.5.xsd">
<include file="net/corda/db/schema/state-manager/migration/state-manager-migration-v5.1.xml"/>
<include file="net/corda/db/schema/statemanager/migration/state-manager-migration-v5.1.xml"/>
</databaseChangeLog>
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cordaProductVersion = 5.1.0
# NOTE: update this each time this module contains a breaking change
## NOTE: currently this is a top level revision, so all API versions will line up, but this could be moved to
## a per module property in which case module versions can change independently.
cordaApiRevision = 30
cordaApiRevision = 31

# Main
kotlinVersion = 1.8.21
Expand Down

0 comments on commit 47d4362

Please sign in to comment.