Skip to content

Commit 811880f

Browse files
authored
Prepare 4.0.0 release (#248)
1 parent 1959565 commit 811880f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Command line tool to deploy JVM applications directly to Heroku without pushing
66
It will automatically include and configure a Tomcat server via [webapp-runner](https://github.com/heroku/webapp-runner) if a WAR file is deployed.
77

88
> [!IMPORTANT]
9-
> This repository previously contained Heroku's Maven Plugin for deploying JVM applications. This plugin will be sunset
10-
> soon. Customers currently using the Maven Plugin can then use the new Heroku JVM application deployer CLI to deploy
9+
> This repository previously contained Heroku's Maven Plugin for deploying JVM applications. This plugin is no longer
10+
> maintained. Customers currently using the Maven Plugin can use the new Heroku JVM application deployer CLI to deploy
1111
> JAR and WAR files to Heroku without using Git.
1212
>
1313
> The code of the last Heroku Maven plugin release can be found here:

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.heroku</groupId>
66
<artifactId>heroku-jvm-application-deployer</artifactId>
7-
<version>4.0.0-RC3-SNAPSHOT</version>
7+
<version>4.0.0-SNAPSHOT</version>
88
<packaging>jar</packaging>
99

1010
<name>Heroku JVM Application Deployer</name>

0 commit comments

Comments
 (0)