Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Malax committed Jan 2, 2025
1 parent 8b01f12 commit fc6e6d2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions webapp-runner-10/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [Unreleased]

- 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
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.33.1-SNAPSHOT</version>
<version>10.1.34.0-SNAPSHOT</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.33.1-SNAPSHOT</version>
<version>10.1.34.0-SNAPSHOT</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.33.1-SNAPSHOT</version>
<version>10.1.34.0-SNAPSHOT</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.33.1-SNAPSHOT</version>
<version>10.1.34.0-SNAPSHOT</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.33.1-SNAPSHOT</version>
<version>10.1.34.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>webapp-runner</artifactId>
Expand Down

0 comments on commit fc6e6d2

Please sign in to comment.