File tree Expand file tree Collapse file tree 6 files changed +10
-6
lines changed Expand file tree Collapse file tree 6 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
4
4
5
5
## [ Unreleased]
6
6
7
+
8
+ ## [ 10.1.33.0] - 2024-11-20
9
+
7
10
- Update Tomcat to version ` 10.1.33 ` . ([ #546 ] ( https://github.com/heroku/webapp-runner/pull/546 ) )
8
11
9
12
## [ 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/).
45
48
46
49
- Initial release with Tomcat 10.1 support. ([ #397 ] ( https://github.com/heroku/webapp-runner/pull/397 ) )
47
50
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
49
53
[ 10.1.31.0 ] : https://github.com/heroku/webapp-runner/compare/v10.1.28.0...v10.1.31.0
50
54
[ 10.1.28.0 ] : https://github.com/heroku/webapp-runner/compare/v10.1.25.0...v10.1.28.0
51
55
[ 10.1.25.0 ] : https://github.com/heroku/webapp-runner/compare/v10.1.24.0...v10.1.25.0
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >com.heroku</groupId >
6
6
<artifactId >webapp-runner-parent</artifactId >
7
- <version >10.1.33.0-SNAPSHOT </version >
7
+ <version >10.1.33.0</version >
8
8
<packaging >pom</packaging >
9
9
<name >webapp-runner-parent</name >
10
10
<description >Lightweight Application Launcher. Launch your webapp in the most popular open source web container
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<artifactId >webapp-runner-parent</artifactId >
6
6
<groupId >com.heroku</groupId >
7
- <version >10.1.33.0-SNAPSHOT </version >
7
+ <version >10.1.33.0</version >
8
8
</parent >
9
9
<modelVersion >4.0.0</modelVersion >
10
10
<artifactId >webapp-runner-main</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<artifactId >webapp-runner-parent</artifactId >
6
6
<groupId >com.heroku</groupId >
7
- <version >10.1.33.0-SNAPSHOT </version >
7
+ <version >10.1.33.0</version >
8
8
</parent >
9
9
<modelVersion >4.0.0</modelVersion >
10
10
<artifactId >webapp-runner-memcached</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<artifactId >webapp-runner-parent</artifactId >
6
6
<groupId >com.heroku</groupId >
7
- <version >10.1.33.0-SNAPSHOT </version >
7
+ <version >10.1.33.0</version >
8
8
</parent >
9
9
<modelVersion >4.0.0</modelVersion >
10
10
<artifactId >webapp-runner-redis</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<artifactId >webapp-runner-parent</artifactId >
6
6
<groupId >com.heroku</groupId >
7
- <version >10.1.33.0-SNAPSHOT </version >
7
+ <version >10.1.33.0</version >
8
8
</parent >
9
9
<modelVersion >4.0.0</modelVersion >
10
10
<artifactId >webapp-runner</artifactId >
You can’t perform that action at this time.
0 commit comments