Skip to content

Commit

Permalink
Dat 1586 (#75)
Browse files Browse the repository at this point in the history
* chore(create-release.yml): update liquibase/build-logic version from v0.4.7 to v0.4.9
chore(release-published.yml): update liquibase/build-logic version from v0.4.7 to v0.4.9
chore(snyk-nightly.yml): update liquibase/build-logic version from v0.4.7 to v0.4.9
chore(test.yml): update liquibase/build-logic version from v0.4.7 to v0.4.9
chore(pom.xml): update liquibase-parent-pom version from 0.3.0-SNAPSHOT to 0.2.5-SNAPSHOT

* chore(pom.xml): add newline at the end of the file for consistency and to adhere to best practices

* chore(release-published.yml): update liquibase/build-logic version to DAT-15862 for compatibility with new features and bug fixes
  • Loading branch information
jandroav authored Oct 16, 2023
1 parent bdb0ec1 commit fcca0b9
Show file tree
Hide file tree
Showing 2 changed files with 2 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
Expand Up @@ -11,5 +11,5 @@ permissions:

jobs:
release:
uses: liquibase/build-logic/.github/workflows/pom-release-published.yml@v0.4.9
uses: liquibase/build-logic/.github/workflows/pom-release-published.yml@DAT-15862
secrets: inherit
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.liquibase</groupId>
<artifactId>liquibase-parent-pom</artifactId>
<name>Liquibase Parent POM</name>
<version>0.2.5</version>
<version>0.2.5-SNAPSHOT</version>
<description>Liquibase Parent POM for all Extensions</description>
<url>https:/liquibase/liquibase-parent-pom</url>
<packaging>pom</packaging>
Expand Down

0 comments on commit fcca0b9

Please sign in to comment.