Skip to content

Commit

Permalink
Prepare release v10.1.28.0 (#518)
Browse files Browse the repository at this point in the history
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] authored Sep 4, 2024
1 parent 913db98 commit 78de3ba
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion webapp-runner-10/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
## [Unreleased]


## [10.1.28.0] - 2024-09-04


## [10.1.25.0] - 2024-07-17

- Update Tomcat to version `10.1.25`. ([#484](https://github.com/heroku/webapp-runner/pull/484))
Expand Down Expand Up @@ -37,7 +40,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

- Initial release with Tomcat 10.1 support. ([#397](https://github.com/heroku/webapp-runner/pull/397))

[unreleased]: https://github.com/heroku/webapp-runner/compare/v10.1.25.0...HEAD
[unreleased]: https://github.com/heroku/webapp-runner/compare/v10.1.28.0...HEAD
[10.1.28.0]: https://github.com/heroku/webapp-runner/compare/v10.1.25.0...v10.1.28.0
[10.1.25.0]: https://github.com/heroku/webapp-runner/compare/v10.1.24.0...v10.1.25.0
[10.1.24.0]: https://github.com/heroku/webapp-runner/compare/v10.1.23.0...v10.1.24.0
[10.1.23.0]: https://github.com/heroku/webapp-runner/compare/v10.1.20.0...v10.1.23.0
Expand Down
2 changes: 1 addition & 1 deletion webapp-runner-10/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.heroku</groupId>
<artifactId>webapp-runner-parent</artifactId>
<version>10.1.28.0-SNAPSHOT</version>
<version>10.1.28.0</version>
<packaging>pom</packaging>
<name>webapp-runner-parent</name>
<description>Lightweight Application Launcher. Launch your webapp in the most popular open source web container
Expand Down
2 changes: 1 addition & 1 deletion webapp-runner-10/webapp-runner-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>webapp-runner-parent</artifactId>
<groupId>com.heroku</groupId>
<version>10.1.28.0-SNAPSHOT</version>
<version>10.1.28.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>webapp-runner-main</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion webapp-runner-10/webapp-runner-memcached/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>webapp-runner-parent</artifactId>
<groupId>com.heroku</groupId>
<version>10.1.28.0-SNAPSHOT</version>
<version>10.1.28.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>webapp-runner-memcached</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion webapp-runner-10/webapp-runner-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>webapp-runner-parent</artifactId>
<groupId>com.heroku</groupId>
<version>10.1.28.0-SNAPSHOT</version>
<version>10.1.28.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>webapp-runner-redis</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion webapp-runner-10/webapp-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>webapp-runner-parent</artifactId>
<groupId>com.heroku</groupId>
<version>10.1.28.0-SNAPSHOT</version>
<version>10.1.28.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>webapp-runner</artifactId>
Expand Down

0 comments on commit 78de3ba

Please sign in to comment.