Skip to content

Commit

Permalink
Post release update for 2.4.0 (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
loosebazooka authored Sep 21, 2020
1 parent 094457f commit 994c483
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-maven-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change Log
All notable changes to this project will be documented in this file.

## Unreleased
## 2.4.0
### Added
* `appengine.tools.verbosity` option for defining gcloud log verbosity ([#429](../../pull/429))

Expand Down
2 changes: 1 addition & 1 deletion app-maven-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ In your Maven App Engine Java app, add the following plugin to your pom.xml:
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>appengine-maven-plugin</artifactId>
<version>2.3.0</version>
<version>2.4.0</version>
</plugin>
```

Expand Down

0 comments on commit 994c483

Please sign in to comment.