Merge branch 'master' into pmd/7.0.x

This commit is contained in:
Andreas Dangel
2021-11-27 12:17:22 +01:00
3 changed files with 4 additions and 4 deletions

View File

@@ -65,7 +65,7 @@ function publish_release_documentation_github() {
rsync -ah --stats "../docs/pmd-doc-${PMD_CI_MAVEN_PROJECT_VERSION}/" "pmd-${PMD_CI_MAVEN_PROJECT_VERSION}/"
git status
pmd_ci_log_debug "Executing: git add pmd-${PMD_CI_MAVEN_PROJECT_VERSION}"
git add "pmd-${PMD_CI_MAVEN_PROJECT_VERSION}"
git add --sparse "pmd-${PMD_CI_MAVEN_PROJECT_VERSION}"
pmd_ci_log_debug "Executing: git commit..."
git commit -q -m "Added pmd-${PMD_CI_MAVEN_PROJECT_VERSION}"

View File

@@ -221,7 +221,7 @@ This is a {{ site.pmd.release_type }} release.
EOF
git commit -a -m "Prepare next development version"
git commit -a -m "Prepare next development version [skip ci]"
git push origin "${CURRENT_BRANCH}"
./mvnw -B release:clean
echo

View File

@@ -416,12 +416,12 @@
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-core</artifactId>
<version>6.40.0</version> <!-- pmd.dogfood.version -->
<version>6.41.0</version> <!-- pmd.dogfood.version -->
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-java</artifactId>
<version>6.40.0</version> <!-- pmd.dogfood.version -->
<version>6.41.0</version> <!-- pmd.dogfood.version -->
</dependency>
<!-- This contains the dogfood ruleset -->
<dependency>