Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: liquibase/liquibase-parent-pom
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.1
Choose a base ref
...
head repository: liquibase/liquibase-parent-pom
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: liquibase-parent-pom-0.1.2
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Oct 2, 2023

  1. Dat 15996 (#41)

    * chore(build-nightly.yml): remove nightly build workflow
    
    chore(pom.xml): update build-helper-maven-plugin version to 3.4.0 for compatibility improvements
    chore(pom.xml): update maven-failsafe-plugin version to 3.1.2 for bug fixes
    chore(pom.xml): update maven-resources-plugin version to 3.3.1 for compatibility improvements
    chore(pom.xml): update mockito-core version to 5.5.0 for new features and bug fixes
    chore(pom.xml): update mockito-junit-jupiter version to 5.5.0 for new features and bug fixes
    chore(pom.xml): update liquibase-test-harness version to 1.0.9 for compatibility improvements
    feat(pom.xml): add maven-failsafe-plugin configuration for integration tests
    feat(pom.xml): add executions for building javadoc and sources jars
    
    * chore(pom.xml): update version from 0.0.1-SNAPSHOT to 0.1.0-SNAPSHOT for consistency and clarity
    
    * chore(README.md): update liquibase-parent-pom version to 0.1.0 in the example code to reflect the desired version
    
    * chore(release-published.yml): update workflow file to use the correct extension release logic file
    chore(release-published.yml): update workflow file to use the correct pom release logic file for DAT-15505
    
    * chore(release-published.yml): update workflow name to "Release Extension to Sonatype" for clarity and accuracy
    docs(pom.xml): add URL to the GitHub repository for the parent POM to provide more information and context
    
    * chore(pom.xml): update version from 0.2.0-SNAPSHOT to 0.1.0-SNAPSHOT to align with project versioning scheme
    
    * chore(attach-artifact-release.yml): update workflow to use latest version of extension-attach-artifact-release.yml
    chore(release-published.yml): update workflow to use latest version of extension-release-published.yml
    chore(pom.xml): add developer information for Nathan Voxland
    
    * chore(upload_asset.sh): remove unused script for uploading assets
    
    The script `.github/upload_asset.sh` was removed as it was no longer being used. This script was responsible for uploading assets to a GitHub release. However, it was not being used in the project anymore, so it was deleted to clean up the codebase.
    
    * feat(upload_asset.sh): add script to upload release assets to GitHub
    feat(attach-artifact-release.yml): add workflow to attach artifact to release when pull request is merged
    feat(release-published.yml): add workflow to publish release artifacts to Maven Central Repository
    
    * fix(release-published.yml): remove duplicate entry for jar.asc in the -Dtypes parameter to fix build issue
    
    * chore(release-published.yml): rename workflow from "Release Extension to Sonatype" to "Release POM to Sonatype" for clarity and accuracy
    chore(release-published.yml): remove unnecessary steps and configurations related to Java and Maven release artifacts
    chore(release-published.yml): update workflow to use the latest version of the "pom-release-published.yml" workflow from the "liquibase/build-logic" repository
    
    * chore(create-release.yml): update liquibase/build-logic version to v0.4.4
    chore(release-published.yml): update liquibase/build-logic version to v0.4.4
    chore(snyk-nightly.yml): update liquibase/build-logic version to v0.4.4
    chore(test.yml): update liquibase/build-logic version to v0.4.4
    chore(pom.xml):
    - Update Liquibase EULA URL to https://www.liquibase.com/eula
    - Add jackson-dataformat-yaml version 2.15.2 as a test dependency
    - Set scope of liquibase-core and liquibase-commercial dependencies to provided
    - Add resource filtering for src/main/resources directory
    - Set optimize and debug flags to true in maven-compiler-plugin configuration
    - Add ApacheNoticeResourceTransformer and ManifestResourceTransformer to maven-shade-plugin configuration
    - Add filters to exclude signature files from signed dependencies in maven-shade-plugin configuration
    - Add snapshot profile with liquibase-extension-testing and jackson-dataformat-yaml as test dependencies
    - Add gmavenplus-plugin configuration for snapshot profile
    - Add gmavenplus-plugin configuration for coverage profile
    
    * chore(pom.xml): update version from 0.1.0-SNAPSHOT to 0.1.1-SNAPSHOT for the liquibase-parent-pom
    
    * chore(create-release.yml): update liquibase/build-logic version to fix release prepare rollback
    chore(release-published.yml): update liquibase/build-logic version to fix release prepare rollback
    chore(pom.xml): update version of liquibase-parent-pom to 0.1.2-SNAPSHOT
    chore(pom.xml): update versions of commons-io, hsqldb, h2, mssql-jdbc, ojdbc8, and postgresql dependencies
    jandroav authored Oct 2, 2023
    Copy the full SHA
    cc1503a View commit details
  2. Copy the full SHA
    a91c87a View commit details
Loading