File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ Command line tool to deploy JVM applications directly to Heroku without pushing
6
6
It will automatically include and configure a Tomcat server via [ webapp-runner] ( https://github.com/heroku/webapp-runner ) if a WAR file is deployed.
7
7
8
8
> [ !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
11
11
> JAR and WAR files to Heroku without using Git.
12
12
>
13
13
> The code of the last Heroku Maven plugin release can be found here:
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.heroku</groupId >
6
6
<artifactId >heroku-jvm-application-deployer</artifactId >
7
- <version >4.0.0-RC3- SNAPSHOT</version >
7
+ <version >4.0.0-SNAPSHOT</version >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >Heroku JVM Application Deployer</name >
You can’t perform that action at this time.
0 commit comments