Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
froque authored Sep 26, 2024
1 parent 43a8c5d commit f1c4882
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,30 @@
- [Upgrade to Wicket 9, Java 11 and Junit 5](https://github.com/premium-minds/pm-wicket-archetype/pull/65)
- [fix sql migrations + jetty + logs](https://github.com/premium-minds/pm-wicket-archetype/pull/8)
- [Bump maven-gpg-plugin from 1.5 to 1.6](https://github.com/premium-minds/pm-wicket-archetype/pull/9)
- [Bump maven-gpg-plugin from 1.6 to 3.0.1](https://github.com/premium-minds/pm-wicket-archetype/pull/35)
- [Bump maven-archetype-plugin from 2.2 to 3.1.2](https://github.com/premium-minds/pm-wicket-archetype/pull/10)
- [Bump maven-archetype-plugin from 3.1.2 to 3.2.0](https://github.com/premium-minds/pm-wicket-archetype/pull/15)
- [Bump maven-archetype-plugin from 3.2.0 to 3.2.1](https://github.com/premium-minds/pm-wicket-archetype/pull/38)
- [Bump org.apache.maven.plugins:maven-archetype-plugin from 3.2.1 to 3.3.0](https://github.com/premium-minds/pm-wicket-archetype/pull/84)
- [Bump maven-scm-provider-gitexe from 1.8.1 to 1.11.2](https://github.com/premium-minds/pm-wicket-archetype/pull/11)
- [Bump maven-scm-provider-gitexe from 1.11.2 to 1.11.3](https://github.com/premium-minds/pm-wicket-archetype/pull/36)
- [Bump maven-scm-provider-gitexe from 1.11.3 to 1.12.0](https://github.com/premium-minds/pm-wicket-archetype/pull/37)
- [Bump maven-scm-provider-gitexe from 1.12.0 to 1.12.2](https://github.com/premium-minds/pm-wicket-archetype/pull/41)
- [Bump maven-scm-provider-gitexe from 1.12.2 to 1.13.0](https://github.com/premium-minds/pm-wicket-archetype/pull/57)
- [Bump maven-scm-provider-gitexe from 1.13.0 to 2.0.0](https://github.com/premium-minds/pm-wicket-archetype/pull/60)
- [Bump maven-release-plugin from 2.4.2 to 2.5.3](https://github.com/premium-minds/pm-wicket-archetype/pull/12)
- [Bump maven-release-plugin from 2.5.3 to 3.0.0](https://github.com/premium-minds/pm-wicket-archetype/pull/61)
- [Bump maven-release-plugin from 3.0.0 to 3.0.1](https://github.com/premium-minds/pm-wicket-archetype/pull/67)
- [Bump org.apache.maven.plugins:maven-release-plugin from 3.0.1 to 3.1.0](https://github.com/premium-minds/pm-wicket-archetype/pull/78)
- [Bump archetype-packaging from 2.2 to 3.1.2](https://github.com/premium-minds/pm-wicket-archetype/pull/13)
- [Bump nexus-staging-maven-plugin from 1.6.2 to 1.6.8](https://github.com/premium-minds/pm-wicket-archetype/pull/14)
- [Bump archetype-packaging from 3.1.2 to 3.2.0](https://github.com/premium-minds/pm-wicket-archetype/pull/16)
- [Bump maven-archetype-plugin from 3.1.2 to 3.2.0](https://github.com/premium-minds/pm-wicket-archetype/pull/15)
- [Bump archetype-packaging from 3.2.0 to 3.2.1](https://github.com/premium-minds/pm-wicket-archetype/pull/39)
- [Bump org.apache.maven.archetype:archetype-packaging from 3.2.1 to 3.3.0](https://github.com/premium-minds/pm-wicket-archetype/pull/83)
- [Bump nexus-staging-maven-plugin from 1.6.2 to 1.6.8](https://github.com/premium-minds/pm-wicket-archetype/pull/14)
- [Bump nexus-staging-maven-plugin from 1.6.8 to 1.6.11](https://github.com/premium-minds/pm-wicket-archetype/pull/54)
- [Bump nexus-staging-maven-plugin from 1.6.11 to 1.6.12](https://github.com/premium-minds/pm-wicket-archetype/pull/55)
- [Bump nexus-staging-maven-plugin from 1.6.12 to 1.6.13](https://github.com/premium-minds/pm-wicket-archetype/pull/56)
- [Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0](https://github.com/premium-minds/pm-wicket-archetype/pull/77)
- [Bump wicket to 8.10.0 in resource pom.xml](https://github.com/premium-minds/pm-wicket-archetype/pull/28)
- [Bump wicket to 8.13.0 in resource pom.xml](https://github.com/premium-minds/pm-wicket-archetype/pull/46)
- [Bump org.apache.wicket:wicket-core from 9.14.0 to 9.18.0 in /src/main/resources/archetype-resources](https://github.com/premium-minds/pm-wicket-archetype/pull/79)
Expand All @@ -44,26 +58,13 @@
- [Bump easymock to 4.2 in resource pom.xml](https://github.com/premium-minds/pm-wicket-archetype/pull/17)
- [Move from old javax.mail to new jakarta.mail](https://github.com/premium-minds/pm-wicket-archetype/pull/31)
- [Move from old javax.servlet-api to new jakarta.servlet-api](https://github.com/premium-minds/pm-wicket-archetype/pull/32)
- [Bump maven-gpg-plugin from 1.6 to 3.0.1](https://github.com/premium-minds/pm-wicket-archetype/pull/35)
- [Bump Guice to 4.2.3 in resource pom.xml](https://github.com/premium-minds/pm-wicket-archetype/pull/29)
- [Bump Guice to 5.1.0 in resource pom.xml](https://github.com/premium-minds/pm-wicket-archetype/pull/45)
- [Bump java source and target to 11](https://github.com/premium-minds/pm-wicket-archetype/pull/30)
- [Bump maven-scm-provider-gitexe from 1.11.2 to 1.11.3](https://github.com/premium-minds/pm-wicket-archetype/pull/36)
- [Bump maven-scm-provider-gitexe from 1.11.3 to 1.12.0](https://github.com/premium-minds/pm-wicket-archetype/pull/37)
- [Bump maven-scm-provider-gitexe from 1.12.0 to 1.12.2](https://github.com/premium-minds/pm-wicket-archetype/pull/41)
- [Bump maven-scm-provider-gitexe from 1.12.2 to 1.13.0](https://github.com/premium-minds/pm-wicket-archetype/pull/57)
- [Bump maven-scm-provider-gitexe from 1.13.0 to 2.0.0](https://github.com/premium-minds/pm-wicket-archetype/pull/60)
- [Bump archetype-packaging from 3.2.0 to 3.2.1](https://github.com/premium-minds/pm-wicket-archetype/pull/39)
- [Bump maven-archetype-plugin from 3.2.0 to 3.2.1](https://github.com/premium-minds/pm-wicket-archetype/pull/38)
- [Bump pm-persistence-utils to 2.2 in resource pom.xml](https://github.com/premium-minds/pm-wicket-archetype/pull/47)
- [Bump wicket-crudifier to 4.2 in resource pom.xml](https://github.com/premium-minds/pm-wicket-archetype/pull/48)
- [Bump logback to 1.2.10 in resource pom.xml](https://github.com/premium-minds/pm-wicket-archetype/pull/49)
- [Bump ch.qos.logback:logback-classic from 1.3.7 to 1.3.12 in /src/main/resources/archetype-resources](https://github.com/premium-minds/pm-wicket-archetype/pull/69)
- [Bump nexus-staging-maven-plugin from 1.6.8 to 1.6.11](https://github.com/premium-minds/pm-wicket-archetype/pull/54)
- [Bump nexus-staging-maven-plugin from 1.6.11 to 1.6.12](https://github.com/premium-minds/pm-wicket-archetype/pull/55)
- [Bump nexus-staging-maven-plugin from 1.6.12 to 1.6.13](https://github.com/premium-minds/pm-wicket-archetype/pull/56)
- [Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0](https://github.com/premium-minds/pm-wicket-archetype/pull/77)


## [v3.1] - 2018-10-03

Expand Down

0 comments on commit f1c4882

Please sign in to comment.