Skip to content

4.4.6 Release

Compare
Choose a tag to compare
@nickbattle nickbattle released this 14 Jul 08:54
· 1360 commits to master since this release

This release formally includes all of the functionality of the 4.4.5-SNAPSHOT. There was a bug in the 4.4.5 release POMs, which required us to release a 4.4.6 fix immediately. Sorry for the confusion. You should not use 4.4.5 (a Maven build will fail).

The release has been packaged to allow it to be distributed from Maven Central. This required a groupId change, so rather than being part of "com.fujitsu", the new dependency is as follows:

<dependency>
  <groupId>dk.au.ece.vdmj</groupId>
  <artifactId>vdmj</artifactId>
  <version>4.4.6</version>
</dependency>

For a full list of component dependencies on Maven Central, see here.