Skip to content

Commit 8f8d700

Browse files
Prepare release v4.0.0 (#250)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 811880f commit 8f8d700

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
11+
## [4.0.0] - 2023-11-27
12+
1013
This project used to contain both a Maven Plugin and a CLI tool for deploying Java applications to Heroku without using Git.
1114

1215
Starting with this version, it no longer contains the Maven Plugin. Users are expected to migrate to the improved command line tool (formerly known as `heroku-deploy-standalone`). Previously, the Maven plugin and CLI supported different features and were maintained at different levels. This release unifies everything into a new CLI. This allows customers to use the same tool for a variety of JVM languages, independent of their build tool of choice.
@@ -196,7 +199,8 @@ properties](https://docs.oracle.com/javase/8/docs/technotes/guides/net/proxies.h
196199

197200
* Improved detection of Heroku API key. Now uses .netrc first.
198201

199-
[unreleased]: https://github.com/heroku/heroku-maven-plugin/compare/v3.0.7...HEAD
202+
[unreleased]: https://github.com/heroku/heroku-maven-plugin/compare/v4.0.0...HEAD
203+
[4.0.0]: https://github.com/heroku/heroku-maven-plugin/compare/v3.0.7...v4.0.0
200204
[3.0.7]: https://github.com/heroku/heroku-maven-plugin/compare/v3.0.6...v3.0.7
201205
[3.0.6]: https://github.com/heroku/heroku-maven-plugin/compare/v3.0.5...v3.0.6
202206
[3.0.5]: https://github.com/heroku/heroku-maven-plugin/compare/v3.0.4...v3.0.5

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-SNAPSHOT</version>
7+
<version>4.0.0</version>
88
<packaging>jar</packaging>
99

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

0 commit comments

Comments
 (0)