Skip to content

Releases: maveniverse/nisse

0.6.1

05 Sep 20:50
Compare
Choose a tag to compare

Bugfix release: version hint was kicking in when it should not.

What's Changed

  • Fix version hint vs git history comparison (issue #99) by @gnodet in #101

Full Changelog: release-0.6.0...release-0.6.1

0.6.0

23 Aug 14:27
Compare
Choose a tag to compare

Make Nisse reusable-friendly, and able to work outside of Maven context as well.

What's Changed

Full Changelog: release-0.5.1...release-0.6.0

0.5.1

06 Aug 14:46
Compare
Choose a tag to compare

Bugfix release: bug fixes for "hint functionality" like consistent locale handling and hint.

What's Changed

  • Fix version hint functionality and date format locale issues by @gnodet in #94

Full Changelog: release-0.5.0...release-0.5.1

0.5.0

30 Jul 13:22
Compare
Choose a tag to compare

Nisse got new JGit feature: "version hints".

What's Changed

  • Bump eu.maveniverse.maven.shared:extension from 0.1.6 to 0.1.8 by @dependabot[bot] in #77
  • Bump org.junit.jupiter:junit-jupiter-api from 5.12.2 to 5.13.0 by @dependabot[bot] in #78
  • Bump version.resolver from 1.9.22 to 1.9.23 by @dependabot[bot] in #65
  • Update parent 39 and Maven 3.9.10 by @cstamas in #80
  • Bump org.junit.jupiter:junit-jupiter-api from 5.13.0 to 5.13.1 by @dependabot[bot] in #82
  • Bump maven4Version from 4.0.0-rc-3 to 4.0.0-rc-4 by @dependabot[bot] in #83
  • Bump org.junit.jupiter:junit-jupiter-api from 5.13.1 to 5.13.2 by @dependabot[bot] in #84
  • Bump org.junit.jupiter:junit-jupiter-api from 5.13.2 to 5.13.3 by @dependabot[bot] in #86
  • Update parent 40 by @cstamas in #87
  • Bump org.junit.jupiter:junit-jupiter-api from 5.13.3 to 5.13.4 by @dependabot[bot] in #91
  • Parent POM and other update by @cstamas in #93
  • Bump version.resolver from 1.9.23 to 1.9.24 by @dependabot[bot] in #85
  • feat: Add version hint tags support to JGitPropertySource by @gnodet in #90

Full Changelog: release-0.4.6...release-0.5.0

0.4.6

29 May 14:26
Compare
Choose a tag to compare

IMPORTANT: this undoes 0.4.5 change and redos it in much more powerful way.

What's Changed

  • feat(jgit): Add configurable timestamp formats with named patterns by @gnodet in #76

Full Changelog: release-0.4.5...release-0.4.6

0.4.5

27 May 20:46
Compare
Choose a tag to compare

Improvement: added new property, the git commit date but formatted as ISO8601. It can be used in POM as:

<project.build.outputTimestamp>${nisse.jgit.dateIso8601}</project.build.outputTimestamp>

Minor dependency updates as well.

What's Changed

  • Bump eu.maveniverse.maven.shared:extension from 0.1.5 to 0.1.6 by @dependabot in #73
  • Bump org.eclipse.sisu:org.eclipse.sisu.inject from 0.9.0.M3 to 0.9.0.M4 by @dependabot in #69
  • Emit JGit commit date as ISO8601 date by @cstamas in #75

Full Changelog: release-0.4.4...release-0.4.5

0.4.4

10 May 14:33
Compare
Choose a tag to compare

Fix classpath issue and add proper requirement checks.

What's Changed

Full Changelog: release-0.4.3...release-0.4.4

0.4.3

20 Apr 14:25
Compare
Choose a tag to compare

Bugfix release: Align Maven3 and Maven4 Nisse behaviour, user should be able to override Nisse injected property using -D (in Maven4 it was not possible). Also build and parent update.

What's Changed

Full Changelog: release-0.4.2...release-0.4.3

0.4.2

16 Apr 16:14
Compare
Choose a tag to compare

Bugfix release; Nisse failed on non-git checkout. Now, if no GIT_DIR detected, the JGitPropertySource is silently skipped.

What's Changed

  • Update parent 26 by @cstamas in #57
  • Bump org.junit.jupiter:junit-jupiter-api from 5.12.0 to 5.12.1 by @dependabot in #58
  • Bump org.junit.jupiter:junit-jupiter-api from 5.12.1 to 5.12.2 by @dependabot in #59
  • Bug: on non git checkout do not fail by @cstamas in #61

Full Changelog: release-0.4.1...release-0.4.2

0.4.1

12 Mar 12:20
Compare
Choose a tag to compare

Nisse modified to tolerate Develocity extension and Maven 4 version upped to latest 4.0.0-rc-3 w/ cleanup (versions were scattered across several POMs).

What's Changed

Full Changelog: release-0.4.0...release-0.4.1