3.8.5-local-SNAPSHOT instead of 3.8.5 from https://github.com/liquibase/liquibase/releases/tag/v3.8.5

Hi Liquibase,

3.8.5-local-SNAPSHOT instead of 3.8.5 from https://github.com/liquibase/liquibase/releases/tag/v3.8.5

3.8.5 base.pom.xml:

        <liquibase.base.version>3.8.5</liquibase.base.version>
        <liquibase.version.qualifier>-local</liquibase.version.qualifier>
        <liquibase.version.snapshot>-SNAPSHOT</liquibase.version.snapshot>
        <liquibase.version>${liquibase.base.version}${liquibase.version.qualifier}${liquibase.version.snapshot}</liquibase.version>

(Recompiling latest to have built from source in house at my employer Oracle).

(same -local-SNAPSHOT issue with 3.8.4).

Thank you for your time,

Turloch O’Tierney

I’m not 100% clear what you are asking here. 

I think you want to build locally, but have that build not be marked as a local build. If that is what you want, you will need to override the settings in the POM by supplying them on the command line like so:

      mvn -Dliquibase.version=3.8.5 clean package

Just curious if there is a reason you can’t use the jar as-built?

Steve Donie
Principal Software Engineer
Liquibase Community Engagement
Datical, Inc. http://www.datical.com/