Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modernize build a bit #46

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Modernize build a bit #46

wants to merge 3 commits into from

Commits on Jan 16, 2019

  1. Switch to spotbugs-maven-plugin

    findbugs is no longer supported, switch to using SpotBugs, which
    has a larger coverage and an active community.
    
    Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
    rovarga committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    f0bda08 View commit details
    Browse the repository at this point in the history
  2. Fix malformed javadocs

    Using < and > in javadoc requires using HTML entities, otherwise
    recent javadoc complains loudly. Fix the few instances where these
    are used.
    
    Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
    rovarga committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    7ddd915 View commit details
    Browse the repository at this point in the history
  3. Update automaton reference

    This bumps automaton to 1.12-1, updating its groupId.
    
    Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
    rovarga committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    dd9bba6 View commit details
    Browse the repository at this point in the history