Skip to content

Commit

Permalink
Test workflow (#27)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
jandroav authored Sep 15, 2023
1 parent 37cb868 commit a4298a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-published.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release Parent POM to GitHub Packages
name: Release Extension to Sonatype

on:
workflow_dispatch:
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
<groupId>org.liquibase</groupId>
<artifactId>liquibase-parent-pom</artifactId>
<name>Parent POM</name>
<version>0.2.0-SNAPSHOT</version>
<version>0.1.0-SNAPSHOT</version>
<description>Parent POM for all Extensions</description>
<url>https://github.com/liquibase/liquibase-parent-pom</url>
<packaging>pom</packaging>

<issueManagement>
Expand Down

0 comments on commit a4298a1

Please sign in to comment.