Skip to content

Releases: georgberky/dependency-update-maven-plugin

Release 0.9.0 (19/10/2022)

19 Oct 09:45
Compare
Choose a tag to compare

What's Changed

🚀 Features

🧰 Maintenance

📦 Dependencies

✏️ Documentation

Release 0.8.1 (26/09/2022)

26 Sep 17:02
Compare
Choose a tag to compare

What's Changed

  • [#29] report contents of stdout and stderr of native git invocations on error (#47) @bmarwell

🐛 Bugfixes

  • [#45] fix NPE when resolving Artifact from ArtifactFactory. (#46) @bmarwell

🧰 Maintenance

Maven Coordinates are

<dependency>
  <groupId>io.github.georgberky.maven.plugins.depsupdate</groupId>
  <artifactId>dependency-update-maven-plugin</artifactId>
  <version>0.8.1</version>
</dependency>

Full Changelog: 0.8.0...0.8.1

Release 0.8.0 (16/02/2022)

16 Feb 18:03
Compare
Choose a tag to compare

What's Changed

Bugfixes

Maintenance

Dependencies

Maven Coordinates are

<dependency>
  <groupId>io.github.georgberky.maven.plugins.depsupdate</groupId>
  <artifactId>dependency-update-maven-plugin</artifactId>
  <version>0.8.0</version>
</dependency>

Full Changelog: 0.7.0...0.8.0

Release 0.7.0 (29/05/2021)

29 May 09:35
Compare
Choose a tag to compare

Feature

  • #9 Implement a native git provider

Dependencies

  • #21 Upgrade junit jupiter to 5.7.2
  • #26 Upgrade jacoco-maven-plugin to 0.8.7

Maintenance

  • #15 Project Movement
  • #16 CI Configuration
  • #19 Define maven plugin versions

Maven Coordinates are

<dependency>
  <groupId>io.github.georgberky.maven.plugins.depsupdate</groupId>
  <artifactId>dependency-update-maven-plugin</artifactId>
  <version>0.7.0</version>
</dependency>