Skip to content

Commit

Permalink
Prepare release v9.0.93.0 (#516)
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 70ba70c commit d72ece8
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 @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
## [Unreleased]


## [9.0.93.0] - 2024-09-04


## [9.0.91.0] - 2024-07-09

- Update Tomcat to version `9.0.91`. ([#494](https://github.com/heroku/webapp-runner/pull/494))
Expand Down Expand Up @@ -47,7 +50,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.91.0...HEAD
[unreleased]: https://github.com/heroku/webapp-runner/compare/v9.0.93.0...HEAD
[9.0.93.0]: https://github.com/heroku/webapp-runner/compare/v9.0.91.0...v9.0.93.0
[9.0.91.0]: https://github.com/heroku/webapp-runner/compare/v9.0.89.0...v9.0.91.0
[9.0.89.0]: https://github.com/heroku/webapp-runner/compare/v9.0.88.0...v9.0.89.0
[9.0.88.0]: https://github.com/heroku/webapp-runner/compare/v9.0.87.0...v9.0.88.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.93.0-SNAPSHOT</version>
<version>9.0.93.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.93.0-SNAPSHOT</version>
<version>9.0.93.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.93.0-SNAPSHOT</version>
<version>9.0.93.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.93.0-SNAPSHOT</version>
<version>9.0.93.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.93.0-SNAPSHOT</version>
<version>9.0.93.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>webapp-runner</artifactId>
Expand Down

0 comments on commit d72ece8

Please sign in to comment.