Skip to content

Commit 419425a

Browse files
Prepare release v10.1.33.0 (#556)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 6c3a1fe commit 419425a

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

webapp-runner-10/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
44

55
## [Unreleased]
66

7+
8+
## [10.1.33.0] - 2024-11-20
9+
710
- Update Tomcat to version `10.1.33`. ([#546](https://github.com/heroku/webapp-runner/pull/546))
811

912
## [10.1.31.0] - 2024-10-21
@@ -45,7 +48,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
4548

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

48-
[unreleased]: https://github.com/heroku/webapp-runner/compare/v10.1.31.0...HEAD
51+
[unreleased]: https://github.com/heroku/webapp-runner/compare/v10.1.33.0...HEAD
52+
[10.1.33.0]: https://github.com/heroku/webapp-runner/compare/v10.1.31.0...v10.1.33.0
4953
[10.1.31.0]: https://github.com/heroku/webapp-runner/compare/v10.1.28.0...v10.1.31.0
5054
[10.1.28.0]: https://github.com/heroku/webapp-runner/compare/v10.1.25.0...v10.1.28.0
5155
[10.1.25.0]: https://github.com/heroku/webapp-runner/compare/v10.1.24.0...v10.1.25.0

webapp-runner-10/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.heroku</groupId>
66
<artifactId>webapp-runner-parent</artifactId>
7-
<version>10.1.33.0-SNAPSHOT</version>
7+
<version>10.1.33.0</version>
88
<packaging>pom</packaging>
99
<name>webapp-runner-parent</name>
1010
<description>Lightweight Application Launcher. Launch your webapp in the most popular open source web container

webapp-runner-10/webapp-runner-main/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>webapp-runner-parent</artifactId>
66
<groupId>com.heroku</groupId>
7-
<version>10.1.33.0-SNAPSHOT</version>
7+
<version>10.1.33.0</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>webapp-runner-main</artifactId>

webapp-runner-10/webapp-runner-memcached/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>webapp-runner-parent</artifactId>
66
<groupId>com.heroku</groupId>
7-
<version>10.1.33.0-SNAPSHOT</version>
7+
<version>10.1.33.0</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>webapp-runner-memcached</artifactId>

webapp-runner-10/webapp-runner-redis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>webapp-runner-parent</artifactId>
66
<groupId>com.heroku</groupId>
7-
<version>10.1.33.0-SNAPSHOT</version>
7+
<version>10.1.33.0</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>webapp-runner-redis</artifactId>

webapp-runner-10/webapp-runner/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>webapp-runner-parent</artifactId>
66
<groupId>com.heroku</groupId>
7-
<version>10.1.33.0-SNAPSHOT</version>
7+
<version>10.1.33.0</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>webapp-runner</artifactId>

0 commit comments

Comments
 (0)