Skip to content

Commit 0e59dc8

Browse files
chore(main): release function-maven-plugin 1.0.2
1 parent 638157f commit 0e59dc8

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"functions-framework-api":"2.0.2","invoker":"2.0.1","function-maven-plugin":"1.0.1"}
1+
{"functions-framework-api":"2.0.2","invoker":"2.0.1","function-maven-plugin":"1.0.2"}

function-maven-plugin/CHANGELOG.md

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

3+
## [1.0.2](https://github.com/GoogleCloudPlatform/functions-framework-java/compare/function-maven-plugin-v1.0.1...function-maven-plugin-v1.0.2) (2026-07-14)
4+
5+
6+
### Bug Fixes
7+
8+
* enforce maven-enforcer-plugin 3.6.3 in release profile and fix POM structure ([#394](https://github.com/GoogleCloudPlatform/functions-framework-java/issues/394)) ([3a7faaf](https://github.com/GoogleCloudPlatform/functions-framework-java/commit/3a7faaf3026ce9762a2fe728c30938b09c112bac))
9+
310
## [1.0.1](https://github.com/GoogleCloudPlatform/functions-framework-java/compare/function-maven-plugin-v1.0.0...function-maven-plugin-v1.0.1) (2026-04-10)
411

512

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>1.0.2-SNAPSHOT</version>
13+
<version>1.0.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)