liquibase-databricks icon indicating copy to clipboard operation
liquibase-databricks copied to clipboard

parent-pom java 8

Open jandroav opened this issue 1 year ago • 1 comments

chore(pom.xml): update version number from 1.2.0-SNAPSHOT to 1.1.0-SNAPSHOT for better consistency

chore(pom.xml): update project name to "Liquibase Extension Databricks support" for clarity chore(pom.xml): update description to "Liquibase Extension for Databricks" for better understanding chore(pom.xml): update groovy-all.version to 2.4.21 for compatibility chore(pom.xml): update liquibase.version to 4.25.0 for latest features and bug fixes chore(pom.xml): update gmavenplus-plugin.version to 2.1.0 for compatibility chore(pom.xml): update sonar.tests to src/test/groovy for correct test directory chore(pom.xml): update spock-core.version to 1.3-groovy-2.4 for compatibility chore(pom.xml): update spock-reports.version to 1.8.0 for latest features and bug fixes chore(pom.xml): update junit-platform.version to 1.10.0 for latest features and bug fixes chore(pom.xml): update databricks-jdbc version from 2.6.34 to 2.6.33 for compatibility chore(pom.xml): update liquibase-core version to ${liquibase.version} for consistency chore(pom.xml): update snakeyaml version to ${snakeyaml.version} for consistency chore(pom.xml): update maven-surefire-plugin version to ${maven-surefire-plugin.version} for latest features and bug fixes chore(pom.xml): update surefire-junit4 version to 3.1.2 for compatibility chore(pom.xml): update propertyFile to target/classes/liquibase.properties for correct file location chore(pom.xml): update changeLogFile to target/classes/changelog.sql for correct file location chore(pom.xml): update outputChangeLogFile to target/classes/generatedChangelog.databricks.sql for correct file location chore(pom.xml): remove maven-javadoc-plugin configuration and execution for unnecessary build step

jandroav avatar Nov 29 '23 07:11 jandroav