I have made developments in liquibase-core and liquibase-hibernate. So
in my local pom.xml files I reference a local Nexus and also let
liquibase-hibernate depend on the 3.3.0-SNAPSHOT version of
liquibase-core since I need fixes I have made in liquibase-core.
But after pulling updates from upstreams to both liquibase-core and liquibase-hibernate liquibase-hibernate stopped working since master of liquibase-hibernate is compatible with version 3.2.0 of liquibase-core.
I had already made one pull request that was merged for liquibase-hibernate depending on a newly merged pull request for liquibase-core. I suspect this change has broken things for those using master of liquibase-hibernate. I was in the process of making another pull request, but as it stands it seems like I would need to wait until the release of version 3.3.0 of liquibase-core.
I don't really know how this should be handled...
But after pulling updates from upstreams to both liquibase-core and liquibase-hibernate liquibase-hibernate stopped working since master of liquibase-hibernate is compatible with version 3.2.0 of liquibase-core.
I had already made one pull request that was merged for liquibase-hibernate depending on a newly merged pull request for liquibase-core. I suspect this change has broken things for those using master of liquibase-hibernate. I was in the process of making another pull request, but as it stands it seems like I would need to wait until the release of version 3.3.0 of liquibase-core.
I don't really know how this should be handled...