Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
- Loading branch information