This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-release-plugin.git
commit c005e44ba8229208218519c678c342934a86ddf6 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jul 31 10:38:55 2020 -0400 Use the POM defaultGoal so that Travis and GitHub run the same builds. Document recent changes. --- .github/workflows/maven.yml | 2 +- pom.xml | 3 +-- src/changes/changes.xml | 3 ++- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 86bbf63..28fa9e8 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -37,4 +37,4 @@ jobs: with: java-version: ${{ matrix.java }} - name: Build with Maven - run: mvn -V apache-rat:check spotbugs:check javadoc:javadoc -Ddoclint=all package --file pom.xml + run: mvn -V -Ddoclint=all --file pom.xml diff --git a/pom.xml b/pom.xml index 64548ea..651df3d 100644 --- a/pom.xml +++ b/pom.xml @@ -236,8 +236,7 @@ </dependencies> <build> - <defaultGoal>clean verify apache-rat:check checkstyle:check spotbugs:check javadoc:javadoc - </defaultGoal> + <defaultGoal>clean package apache-rat:check checkstyle:check spotbugs:check javadoc:javadoc</defaultGoal> <resources> <resource> <directory>src/main/resources</directory> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 000a06a..3742684 100755 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -26,12 +26,13 @@ <body> <release version="1.8" date="2020-MM-DD" description="Version 1.89"> + <action type="update" dev="ggregory">Replace FindBugs with SpotBugs.</action> <action type="update" dev="ggregory">Update Apache Commons Codec from 1.13 to 1.14.</action> <action type="update" dev="ggregory">Update JUnit from 4.12 to 4.13.</action> <action type="update" dev="ggregory">Update Maven dependencies from 3.6.1 to 3.6.3.</action> <action type="update" dev="ggregory">Update Apache Commons Compress from 1.19 to 1.20.</action> <action type="update" dev="ggregory">Update commons-io:commons-io from 2.6 to 2.7.</action> - <action type="update" dev="ggregory">Replace FindBugs with SpotBugs.</action> + <action type="update" dev="ggregory">Update checkstyle from 8.34 to 8.35 #5.</action> </release> <release version="1.7" date="2019-08-30" description="Version 1.7">