Skip to content

Commit

Permalink
Merge 988f75f into 7e5a4b9
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed May 30, 2019
2 parents 7e5a4b9 + 988f75f commit 2eca839
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 25 deletions.
3 changes: 1 addition & 2 deletions doc/release/release.howto.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ This process allows:
Preliminary checks:
* All Java files must contain a license header. The "RAT" maven plugin will
generate a report indicating for which files the license is missing.
* For a "minor" release, the library must be backward-compatible. Check all
the errors reported by the "Clirr" plugin.
* For a "minor" release, the library must be backward-compatible.
* Clear all "CheckStyle" warnings.
* Make sure that the construct reported by "FindBugs" are intentional.
* Mark all fixed issues as such in the bug-tracking system, and add a
Expand Down
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,6 @@
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-numbers</commons.scmPubUrl>
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>

<!-- Temporary fix to replace svn-based build number with git-based build number -->
<buildnumber.skip>true</buildnumber.skip>
<numbers.jgit.buildnumber.version>1.2.10</numbers.jgit.buildnumber.version>
<implementation.build>${git.revision}; ${maven.build.timestamp}</implementation.build>

Expand Down
21 changes: 0 additions & 21 deletions src/main/resources/clirr/clirr-ignored.xml

This file was deleted.

0 comments on commit 2eca839

Please sign in to comment.