Skip to content

Commit 25d8eb7

Browse files
chore(main): release function-maven-plugin 0.11.2 (#342)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 0e24d42 commit 25d8eb7

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"functions-framework-api":"1.1.4","invoker":"1.4.3","function-maven-plugin":"0.11.1"}
1+
{"functions-framework-api":"1.1.4","invoker":"1.4.3","function-maven-plugin":"0.11.2"}

function-maven-plugin/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.11.2](https://github.com/GoogleCloudPlatform/functions-framework-java/compare/function-maven-plugin-v0.11.1...function-maven-plugin-v0.11.2) (2025-10-21)
4+
5+
6+
### Bug Fixes
7+
8+
* several minor fixes ([#341](https://github.com/GoogleCloudPlatform/functions-framework-java/issues/341)) ([e152e0d](https://github.com/GoogleCloudPlatform/functions-framework-java/commit/e152e0d697c1a3f4a90a6480347b4ddf0b73f3e3))
9+
* update dependency com.google.cloud.functions.invoker to 1.4.3 ([#354](https://github.com/GoogleCloudPlatform/functions-framework-java/issues/354)) ([0e24d42](https://github.com/GoogleCloudPlatform/functions-framework-java/commit/0e24d42573d104f8b73921513f6f296ada4a255c))
10+
311
## [0.11.1](https://github.com/GoogleCloudPlatform/functions-framework-java/compare/function-maven-plugin-v0.11.0...function-maven-plugin-v0.11.1) (2024-11-27)
412

513

function-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<groupId>com.google.cloud.functions</groupId>
1111
<artifactId>function-maven-plugin</artifactId>
1212
<packaging>maven-plugin</packaging>
13-
<version>0.11.2-SNAPSHOT</version>
13+
<version>0.11.2</version>
1414
<name>Functions Framework Plugin</name>
1515
<description>A Maven plugin that allows functions to be deployed, and to be run locally
1616
using the Java Functions Framework.</description>

0 commit comments

Comments
 (0)