Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

New packaging, new Apache HTTP Client

Compare
Choose a tag to compare
@sfuhrm sfuhrm released this 26 Feb 19:44
· 382 commits to master since this release
  • Different JAR packaging: No longer using a so-called fat-JAR, but a JAR complying the plugin packaging of GoCD.
  • Bugfix for old packaging mechanism (see #22 ).
  • Migrate repository polling to Apache HTTP Client 5.0 (was 4.5)
  • Update multiple dependencies
  • Many refactorings
  • Tests for HTTP Basic Authentication
  • Releases are published to Maven central now. You can get your releases with the go-maven-poller ;-).

Note: The JARs name changed due to the new packaging! The new plugin JAR is now called go-maven-poller-plugin.jar. Please remember to remove the old plugin when replacing it with a new one.