Skip to content

Latest commit

 

History

History
140 lines (108 loc) · 6.03 KB

changelog.asciidoc

File metadata and controls

140 lines (108 loc) · 6.03 KB

Changelog

A list of the releases and their changes follows below. Check out the commit history for a detailed list of changes.

Unless otherwise noted all changes are done by Manfred Moser from simpligility

Maven Repository Tools 1.4.2 or higher - upcoming

  • Support for non-proxy hosts

  • Update Maven wrapper and Maven used for build

  • Update Maven deps to 3.6.3

  • Update Maven Resolver deps to 1.4.1

Maven Repository Tools 1.4.1 - released 2019-05-20

Maven Repository Tools 1.4.0 - released 2019-03-29

  • Fixed authorization for header-requests on target repository (checkTarget option)

  • Support for zip archives, avoid NPE

  • Update commons-io to 2.6

  • Update Maven resolver to 1.3.3

  • removed wrong classpath entry in executable JAR *

Maven Repository Tools 1.3.1 - released 2018-07-17

Maven Repository Tools 1.3.0 - released 2018-03-07

Maven Repository Tools 1.2.1 - released 2017-07-19

  • Updated retrieval logic

    • better support for additional artifacts and main artifact download (hpi and jar)

    • avoid failure when packaging and extension differ (maven-plugin and jar)

Maven Repository Tools 1.2.0 - released 2016-11-09

  • Correct javadoc and sources jar retrieval for non-jar packaging

  • Upgraded commons-lang3

  • Added feature to include dependencies with scope provided and/or test

  • Removed chatty KB download and upload progress logging

Maven Repository Tools 1.1.2 - released 2016-08-08

  • modify target URL if required by adding /

  • plexus-utils upgrade

Maven Repository Tools 1.1.1 - released 2016-04-20

  • fixed boolean parameter setup and docs

Maven Repository Tools 1.1.0 - released 2016-04-19

  • updated Maven wrapper config to use 3.3.9

  • feature to only verify which dependencies would be deployed

Maven Repository Tools 1.0.0 - released 2016-04-18

Earlier versions have been used in production for quite a while now and its stable as it stands. So releasing 1.0.0.

  • added exit status for execution of provisioner so that it can be used as failure/success indicator in scripts and so on

  • added support to deploy a local folder without specifying artifact coordinates for initial download

  • upgraded org.codehaus.plexus:plexus-utils 3.0.21 → 3.0.22

  • upgraded org.slf4j:slf4j-api 1.6.2 → 1.7.21

  • upgraded ch.qos.logback:logback-classic 1.1.2 → 1.1.7

  • upgraded minimal required Java version for compile and runtime to 1.8

  • upgraded com.beust:jcommander 1.48 → 1.55

  • upgraded commons-io:commons-io 2.4 → 2.5

  • upgraded org.apache.httpcomponents:httpclient 4.5 → 4.5.2

  • upgraded all aether dependencies 1.0.0.v20140518 → 1.1.0

Maven Repository Tools 0.4.0 - released 2015-08-27

  • feature to check for existence of artifacts in target repo, skip deployment and report on it

  • refactored retrieval to allow easy expansion and loading of main artifact even if request is for qualifier artifact

  • documented proxy support

  • NPE fix

  • dependency updates

  • minor code cleanups

Maven Repository Tools 0.3.0 - released 2015-06-16

Maven Repository Tools 0.2.0 - released 2015-03-04

  • first release available on the Central Repository

  • fully functioning Maven Repository Provisioner command line application

  • see documentation on the site regarding features and more