Skip to content

Commit

Permalink
Prepare release v9.0.98.0 (#570)
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 Jan 2, 2025
1 parent 649420d commit 2813f51
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion webapp-runner-9/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [Unreleased]


## [9.0.98.0] - 2025-01-02

- Update Tomcat to version `9.0.98`. ([#568](https://github.com/heroku/webapp-runner/pull/568))

## [9.0.97.0] - 2024-11-20
Expand Down Expand Up @@ -59,7 +62,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

- Update Tomcat to version `9.0.80`. ([#356](https://github.com/heroku/webapp-runner/pull/356))

[unreleased]: https://github.com/heroku/webapp-runner/compare/v9.0.97.0...HEAD
[unreleased]: https://github.com/heroku/webapp-runner/compare/v9.0.98.0...HEAD
[9.0.98.0]: https://github.com/heroku/webapp-runner/compare/v9.0.97.0...v9.0.98.0
[9.0.97.0]: https://github.com/heroku/webapp-runner/compare/v9.0.96.0...v9.0.97.0
[9.0.96.0]: https://github.com/heroku/webapp-runner/compare/v9.0.93.0...v9.0.96.0
[9.0.93.0]: https://github.com/heroku/webapp-runner/compare/v9.0.91.0...v9.0.93.0
Expand Down
2 changes: 1 addition & 1 deletion webapp-runner-9/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>9.0.98.0-SNAPSHOT</version>
<version>9.0.98.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-9/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>9.0.98.0-SNAPSHOT</version>
<version>9.0.98.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>webapp-runner-main</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion webapp-runner-9/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>9.0.98.0-SNAPSHOT</version>
<version>9.0.98.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>webapp-runner-memcached</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion webapp-runner-9/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>9.0.98.0-SNAPSHOT</version>
<version>9.0.98.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>webapp-runner-redis</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion webapp-runner-9/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>9.0.98.0-SNAPSHOT</version>
<version>9.0.98.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>webapp-runner</artifactId>
Expand Down

0 comments on commit 2813f51

Please sign in to comment.