Skip to content

Releases: marcwrobel/parent

3.2.0

13 Apr 08:41
v3.2.0
f4e4043
Compare
Choose a tag to compare

Changed

  • Bump org.springframework.boot:spring-boot-starter-parent from 3.1.0 to 3.2.4 (#129)
  • Bump spotless-maven-plugin from 2.37.0 to 2.43.0 (#96, #99, #104, #118).
  • Bump maven-release-plugin from 3.0.0 to 3.0.1 (#94).
  • Bump sonar-maven-plugin from 3.9.1.2184 to 3.10.0.2594 (#101).
  • Bump jib-maven-plugin from 3.3.2 to 3.4.1 (#103, #120).
  • Bump jacoco-maven-plugin from 0.8.10 to 0.8.12 (#105, #126).
  • Bump maven-gpg-plugin from 3.1.0 to 3.2.3 (#121, #123, #127).
  • Bump sonar-maven-plugin from 3.10.0.2594 to 3.11.0.3922 (#122).
  • Bump org.codehaus.mojo:flatten-maven-plugin from 1.5.0 to 1.6.0 (#113).
  • Bump org.cyclonedx:cyclonedx-maven-plugin from 2.7.9 to 2.8.0 (#124).

Internal

3.1.0

27 May 20:13
v3.1.0
46dfcca
Compare
Choose a tag to compare

Changed

  • Activate maven-enforcer-plugin by default (#90).
  • Bump jib-maven-plugin from 3.3.1 to 3.3.2 (#85).
  • Bump cyclonedx-maven-plugin from 2.7.8 to 2.7.9 (#86).
  • Bump spring-boot-starter-parent from 3.0.6 to 3.1.0 (#87, #88).
  • Bump spotless-maven-plugin from 2.36.0 to 2.37.0 (#89).

Internal

  • Bump java from 17.0.5 to 17.0.7 (#92).
  • Bump maven from 3.9.0 to 3.9.2 (#92).

3.0.2

14 May 15:39
v3.0.2
349cead
Compare
Choose a tag to compare

Changed

  • Bump spotless-maven-plugin from 2.33.0 to 2.36.0 (#67, #69, #76).
  • Bump spring-boot-starter-parent from 3.0.3 to 3.0.6 (#68, #72, #78).
  • Bump flatten-maven-plugin from 1.3.0 to 1.5.0 (#70, #73, #82).
  • Bump maven-release-plugin from 2.5.3 to 3.0.0 (#71).
  • Bump jacoco-maven-plugin from 0.8.8 to 0.8.10 (#75, #79).
  • Bump cyclonedx-maven-plugin from 2.7.5 to 2.7.8 (#74, #77, #80).
  • Bump maven-gpg-plugin from 3.0.1 to 3.1.0 (#81).

3.0.1

25 Feb 13:44
v3.0.1
b81e520
Compare
Choose a tag to compare

Added

Changed

  • Replace git-code-format-maven-plugin by spotless-maven-plugin (#54).
  • Bump minimum required maven version from 2.8.6 to 2.8.7 (#62).
  • Bump spring-boot-starter-parent from 3.0.0 to 3.0.3 (#57, #59, #60).

Internal

  • Bump maven from 3.8.6 to 3.9.0 in .tool-versions (#61).

3.0.0

22 Dec 09:47
v3.0.0
b1e38d3
Compare
Choose a tag to compare

Changed

  • Bump spring-boot-starter-parent from 2.7.6 to 3.0.0 (#50).

2.7.3

19 Dec 17:46
v2.7.3
92ee807
Compare
Choose a tag to compare

Changed

  • Bump git-code-format-maven-plugin from 3.5 to 4.2 (#51).

2.7.2

25 Nov 11:35
v2.7.2
f8e7358
Compare
Choose a tag to compare

Changed

  • Bump spring-boot-starter-parent from 2.7.5 to 2.7.6 (#45).
  • Bump minimal Maven version from 3.8.5 to 3.8.6 (#46).
  • Bump Java version from temurin-17.0.4+101 to temurin-17.0.5+8 (#47).

2.7.1

31 Oct 11:33
v2.7.1
f033944
Compare
Choose a tag to compare

Changed

  • Bump maven-site-plugin from 3.12.0 to 3.12.1 (#33).
  • Bump spring-boot-starter-parent from 2.7.1 to 2.7.5 (#36).
  • Bump flatten-maven-plugin from 1.2.7 to 1.3.0 (#37).
  • Bump git-code-format-maven-plugin from 3.4 to 3.5 (#38).
  • Bump jib-maven-plugin from 3.2.1 to 3.3.1 (#39).

Internal

  • Prevent duplicate build workflow run on pull requests (#40).
  • Disable sonar analysis on pull requests from forks (#40).
  • Bump actions/checkout from 2 to 3 (#34).
  • Bump actions/setup-java from 1 to 3 (#35).
  • Switch to temurin for build workflow (#35).
  • Activate maven cache in build workflow (#35).
  • Reformat and annotate build workflow file (#41).
  • Improve build workflow cache (#41). Add a cache for Sonar and explicitly configure Maven cache.
  • Use fetch_depth=0 instead of a custom command in build workflow to disable shallow clones (#41).
    As seen on Sonarcloud documentation.
  • Add CODEOWNERS (#42).
  • Add a Contributor Covenant Code of Conduct (#42).
  • Add a security policy (#42).
  • Add a supported JVM versions badge (#42).
  • Add a SonarCloud vulnerabilities badge (#42).
  • Add a .tool-versions file (#42).
  • Schedule workflows runs every saturday (#42).
  • Add a contribution guide (#42).
  • Improve README (#42).

2.7.0

30 Jun 08:52
v2.7.0
ee186f2
Compare
Choose a tag to compare

Changed

  • Upgrade to spring-boot-dependencies 2.7.1 (#28).
  • Upgrade git-code-format to 3.4 (#29).
  • Upgrade maven-site-plugin to 3.12.0 (#30).
  • Update minimal maven version to 3.8.6 (#31).

2.6.1

21 Apr 18:57
fea3454
Compare
Choose a tag to compare

Changed

  • Upgrade to spring-boot-dependencies
    2.6.7 (#26).
  • Upgrade git-code-format-maven-plugin to 3.3
    (#27). This upgrade requires you now use Java 11+ in order to build you project, even if
    the target (this.java.version) is Java 8.