surefire 2.22.0-1~18.04.1 source package in Ubuntu

Changelog

surefire (2.22.0-1~18.04.1) bionic; urgency=medium

  * Backport from Cosmic. Fixes FTBFS with openjdk-lts. (LP: #1814133)

surefire (2.22.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Refreshed the patches
    - Ignore the new surefire-junit-platform plugin

surefire (2.21.0-3) unstable; urgency=medium

  * Team upload.
  * Rebuild with maven-debian-helper/2.3.2 to remove the ignore rules
    copied into the installed poms (Closes: #908542)

surefire (2.21.0-2) unstable; urgency=medium

  * Team upload.
  * Fixed the compatibility with maven-shared-utils 3.2.1 (Closes: #906411)
  * Standards-Version updated to 4.2.1
  * Switch to debhelper level 11

surefire (2.21.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Refreshed the patches
    - Updated the Maven rules
    - New dependency on libplexus-languages-java
  * Depend on libcommons-lang3-java (>= 3.7) to ensure
    the compatibility with Java 10
  * Use salsa.debian.org Vcs-* URLs
  * Standards-Version updated to 4.1.4
  * Removed debian/orig-tar.sh
  * Converted debian/copyright to the Copyright Format 1.0

 -- Tiago Stürmer Daitx <email address hidden>  Tue, 05 Feb 2019 10:48:15 +0000

Upload details

Uploaded by:
Tiago Stürmer Daitx
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic updates universe libs
Bionic security universe libs

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
surefire_2.22.0.orig.tar.gz 930.3 KiB 708c4b9d79989db421885991f16dd9efe9a5636c2caf426a1e8f3325c5ed5822
surefire_2.22.0-1~18.04.1.debian.tar.xz 9.4 KiB 8e86543e450140e6dcec36152c1d74f5b049978abb34156e287295a705c9d788
surefire_2.22.0-1~18.04.1.dsc 2.6 KiB 2e7e9c70e2bbaf87eee4919dee99998eb89d1abfa206aa5aea5bd68b33b5bd95

View changes file

Binary packages built by this source

libsurefire-java: Surefire test framework for Java

 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
    * Making the build process easy
    * Providing a uniform build system
    * Providing quality project information
    * Providing guidelines for best practices development
    * Allowing transparent migration to new features
 .
 This package ships the surefire test framework and the maven-surefire-plugin.