Skip to content

Commit

Permalink
Prepare release v10.1.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
heroku-linguist[bot] committed Jan 2, 2025
1 parent 25cd6d6 commit 9c6de2e
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 @@ -4,6 +4,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [Unreleased]


## [10.1.34.0] - 2025-01-02

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

## [10.1.33.0] - 2024-11-20
Expand Down Expand Up @@ -49,7 +52,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.33.0...HEAD
[unreleased]: https://github.com/heroku/webapp-runner/compare/v10.1.34.0...HEAD
[10.1.34.0]: https://github.com/heroku/webapp-runner/compare/v10.1.33.0...v10.1.34.0
[10.1.33.0]: https://github.com/heroku/webapp-runner/compare/v10.1.31.0...v10.1.33.0
[10.1.31.0]: https://github.com/heroku/webapp-runner/compare/v10.1.28.0...v10.1.31.0
[10.1.28.0]: https://github.com/heroku/webapp-runner/compare/v10.1.25.0...v10.1.28.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.34.0-SNAPSHOT</version>
<version>10.1.34.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.34.0-SNAPSHOT</version>
<version>10.1.34.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.34.0-SNAPSHOT</version>
<version>10.1.34.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.34.0-SNAPSHOT</version>
<version>10.1.34.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.34.0-SNAPSHOT</version>
<version>10.1.34.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>webapp-runner</artifactId>
Expand Down

0 comments on commit 9c6de2e

Please sign in to comment.