Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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