Skip to content

Releases: bonitasoft/bonita-actorfilter-archetype

Release 1.2.0

26 Nov 09:58
affcf18
Compare
Choose a tag to compare
feat(java17): Generate java 17 compliant project for Bonita 10.0+ (#24)

Release 1.1.7

17 Oct 12:04
Compare
Choose a tag to compare
fix(version): use a velocity 1.5 compliant version detection

The version of the m2e embbedded by the Studio uses an old version of
the archetype library. Thus, the velocity version used does not support
the existing syntax

Release 1.1.6

14 Oct 13:49
Compare
Choose a tag to compare
fix(version): detect post 7.13 version properly

Release 1.1.5

09 Feb 16:34
Compare
Choose a tag to compare
other(release): 1.1.5

Release 1.1.4

20 Jun 16:08
Compare
Choose a tag to compare
other(release): 1.1.4

Release 1.1.3

25 Nov 12:41
Compare
Choose a tag to compare

1.1.3 (2021-11-25)

Bug Fixes
  • pom: add maven assembly version property post 7.13 #17

Release 1.1.2

21 Jul 14:39
Compare
Choose a tag to compare

1.1.2 (2021-07-21)

New Features
  • Generate an impl assembly for single implementation archive (use for live update)
  • Change the generated README

Release 1.1.1

05 Jul 13:21
Compare
Choose a tag to compare

1.1.1 (2021-07-05)

New Features
  • groovy: generate Groovy3 project for Bonita 7.13+ (35da77d)
  • java11: use java 11 version (#12) (06fd9af)

Release 1.1.0

26 Mar 16:28
Compare
Choose a tag to compare

1.1.0 (2021-03-26)

  • Generate Java 11 projects for Bonita version above 7.13
  • Generate Groovy 3 projects for Bonita version above 7.13

Release 1.0.1

16 Sep 14:43
Compare
Choose a tag to compare

1.0.1 (2020-09-16)

Chores
Documentation Changes
  • readme: update build section (6372aaf)
Bug Fixes
  • pom: configure maven-compiler-plugin (#11) (ea93b42)
  • impl: fix impl version, use semver (#10) (e59d8a8)
Other Changes