Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DAT-15990 liquibase-databricks using Liquibase Parent POM #51

Merged
merged 16 commits into from
Oct 11, 2023
Merged

Commits on Oct 6, 2023

  1. chore: update liquibase/build-logic workflows to version v0.4.8

    chore(pom.xml): update liquibase-parent-pom version to 0.2.0
    chore(pom.xml): update snakeyaml version to 2.2
    jandroav committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    8429de5 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. chore(pom.xml): update liquibase.version property from 4.23.2 to 4.24…

    ….0 to use the latest version of Liquibase for database migrations
    jandroav committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    eb4ff45 View commit details
    Browse the repository at this point in the history
  2. chore(pom.xml): downgrade liquibase version from 4.24.0 to 4.23.2 for…

    … compatibility reasons
    jandroav committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    6a2da6b View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. chore(pom.xml): update groovy-all and spock-core versions for compati…

    …bility and bug fixes
    jandroav committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    cd2b6fd View commit details
    Browse the repository at this point in the history
  2. chore(pom.xml): add gmavenplus-plugin version 2.1.0 to the project de…

    …pendencies for future use
    jandroav committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    95e7b94 View commit details
    Browse the repository at this point in the history
  3. chore(pom.xml): update groovy-all.version to 2.4.21 for compatibility

    chore(pom.xml): update liquibase.version to 4.23.2 for latest features and bug fixes
    chore(pom.xml): update gmavenplus-plugin.version to 2.1.0 for compatibility
    chore(pom.xml): update spock-core.version.version to 1.3-groovy-2.4 for compatibility
    chore(pom.xml): update snakeyaml.version to 2.2 for latest features and bug fixes
    jandroav committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    5379352 View commit details
    Browse the repository at this point in the history
  4. extend parent pom

    jandroav committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    5e6b480 View commit details
    Browse the repository at this point in the history
  5. chore(pom.xml): add maven-surefire-plugin to redirect test output to …

    …file
    
    feat(pom.xml): add surefire-junit4 dependency to enable JUnit 4 support for surefire plugin
    jandroav committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    ada043d View commit details
    Browse the repository at this point in the history
  6. chore(pom.xml): remove unnecessary parent pom and update project meta…

    …data
    
    feat(pom.xml): add organization, issue management, and license information
    feat(pom.xml): add SCM information for version control
    feat(pom.xml): update project properties and dependencies
    feat(pom.xml): add Liquibase dependencies and test dependencies
    feat(pom.xml): add plugins for Liquibase, Surefire, build helper, Javadoc, source, GMavenPlus, JaCoCo, Sonar, and Liquibase SDK
    feat(pom.xml): add flatten-maven-plugin for dependency management
    refactor(pom.xml): remove redundant surefire plugin configuration
    jandroav committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    a475065 View commit details
    Browse the repository at this point in the history
  7. extend parent pom

    jandroav committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    2c4b963 View commit details
    Browse the repository at this point in the history
  8. chore(pom.xml): update spock-reports.version to 1.8.0 to align with p…

    …roject dependencies
    jandroav committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    0f050d4 View commit details
    Browse the repository at this point in the history
  9. chore(pom.xml): update liquibase-parent-pom version from 0.2.0 to 0.2…

    ….1 for desired changes in the project configuration
    jandroav committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    88e3ecf View commit details
    Browse the repository at this point in the history
  10. chore(pom.xml): remove unused groovy-all.version dependency

    The groovy-all.version dependency was removed as it was no longer being used in the project. This helps to declutter the pom.xml file and improve maintainability.
    jandroav committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    975bcb3 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. chore(pom.xml): update liquibase-parent-pom version from 0.2.1 to 0.2…

    ….2 for desired changes in the project configuration
    jandroav committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    3f7ffb8 View commit details
    Browse the repository at this point in the history
  2. chore(pom.xml): remove colon from the name of the Liquibase Extension…

    … to improve consistency with other names
    jandroav committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    889ffac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f06afbe View commit details
    Browse the repository at this point in the history