From 0a0a50530c8601937e75a79470fef4995357bbd1 Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Tue, 3 Oct 2023 15:37:40 -0400 Subject: [PATCH] Release v2.5.0 (#493) * preparing release 2.5.0 * next development version * Update changelog entry to 2.5.0 --------- Co-authored-by: suztomo --- CHANGELOG.md | 4 +++- pom.xml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dcfa57..38d78a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ # Change Log All notable changes to this project will be documented in this file. -## 2.4.5-SNAPSHOT +## 2.5.1-SNAPSHOT + +## 2.5.0 * Update to appengine-plugins-core 0.10.0 that supports GAE java17 and java21 runtimes. diff --git a/pom.xml b/pom.xml index 1830531..32c3220 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud.tools appengine-maven-plugin - 2.4.5-SNAPSHOT + 2.5.1-SNAPSHOT maven-plugin App Engine Maven Plugin