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

pom: use new junit artifactId #78

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

Commits on Jan 1, 2020

  1. Fix building with OpenJDK 6 in Travis CI

    OpenJDK 6 is no longer supported in the default build environment of
    Travis CI, so downgrade to Ubuntu 14.04 LTS (Trusty Tahr). This version
    is EOL (like Java 6), but seems to be the only way to continue building
    with OpenJDK 6. Even with the downgraded build environment, a manual
    workaround is necessary since the usual "jdk" key does not work.
    diabonas authored and stefanbirkner committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    e638fdc View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. Configuration menu
    Copy the full SHA
    15e9ad2 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Upgrade maven to last version supporting JDK 6

    Versions before 3.2.3 don't use https when accessing Maven Central,
    which is now required (see MNG-5672).
    reftel committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    735afea View commit details
    Browse the repository at this point in the history
  2. pom: use new junit artifactId

    reftel committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    d37d1b8 View commit details
    Browse the repository at this point in the history