Skip to content

Commit

Permalink
Fix properties issue (#89)
Browse files Browse the repository at this point in the history
* chore(pom.xml): update liquibase-parent-pom version from 0.2.6-SNAPSHOT to 0.2.7-SNAPSHOT for all extensions
chore(pom.xml): remove redundant sonar.projectName, sonar.projectKey, and sonar.projectDescription properties
chore(pom.xml): add sonar.coverage.jacoco.xmlReportPaths property to specify the path of Jacoco XML report
chore(pom.xml): update Implementation-Title in manifestEntries to project name instead of artifactId and version
chore(pom.xml): add sonar.projectName, sonar.projectKey, and sonar.projectDescription properties to snapshot profile
chore(pom.xml): add sonar.projectName, sonar.projectKey, and sonar.projectDescription properties to coverage profile
chore(pom.xml): add sonar.projectName, sonar.projectKey, and sonar.projectDescription properties to release profile
chore(pom.xml): add sonar.projectName, sonar.projectKey, and sonar.projectDescription properties to remote-repositories profile
chore(pom.xml): add sonar.projectName, sonar.projectKey, and sonar.projectDescription properties to run-proguard profile

* chore(pom.xml): update scm tag to use HEAD instead of specific version tag

The specific version tag was causing issues with the scm connection. By using HEAD, we ensure that the latest version of the project is used for the scm connection.

* chore(pom.xml): update liquibase-parent-pom version from 0.2.7-SNAPSHOT to 0.2.8-SNAPSHOT for bug fixes and improvements

* chore(release-published.yml): update liquibase/build-logic version to v0.5.3 for pom-release-published.yml workflow
chore(snyk-nightly.yml): remove snyk-nightly.yml workflow as it is no longer needed
  • Loading branch information
jandroav authored Oct 25, 2023
1 parent d0b32b0 commit 05268ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 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@DAT-15862
uses: liquibase/build-logic/.github/workflows/pom-release-published.yml@v0.5.3
secrets: inherit
14 changes: 0 additions & 14 deletions .github/workflows/snyk-nightly.yml

This file was deleted.

0 comments on commit 05268ba

Please sign in to comment.