Skip to content

Releases: timgifford/maven-buildtime-extension

v3.0.5

21 Oct 23:19
Compare
Choose a tag to compare
[maven-release-plugin] copy for tag v3.0.5

v3.0.3

28 May 19:39
Compare
Choose a tag to compare

Includes #35 and #36

v3.0.1

28 Aug 23:05
Compare
Choose a tag to compare

Included bug fix from PR #28

v3.0.0

06 Mar 20:18
Compare
Choose a tag to compare
[maven-release-plugin] copy for tag v3.0.0

v2.0.3

15 Nov 03:38
Compare
Choose a tag to compare
[maven-release-plugin] copy for tag v2.0.3

v2.0.2

22 May 04:12
Compare
Choose a tag to compare
[maven-release-plugin] copy for tag v2.0.2

maven-buildtime-extension-2.0.1

12 Dec 03:40
Compare
Choose a tag to compare
[maven-release-plugin]  copy for tag maven-buildtime-extension-2.0.1

Maven 3.1+ Support

11 Jun 19:58
Compare
Choose a tag to compare

Good stuff

  • Fixes #2
  • Changed logging to slf4j to support Maven 3.1+

Not so good stuff

  • The slf4j change causes failures for Maven 3.0.*

maven-buildtime-extension-1.0.1

19 Jul 01:48
Compare
Choose a tag to compare

Fixed the negative times when an error occurs.

<build>
    <extensions>
        <extension>
            <groupId>co.leantechniques</groupId>
            <artifactId>maven-buildtime-extension</artifactId>
            <version>1.0.1</version>
        </extension>
    </extensions>
</build>