From 75aa7989cb5fcad8a36b735bddf55b05c90dcca4 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Fri, 10 Jul 2026 20:32:26 +0000
Subject: [PATCH] chore(main): release function-maven-plugin 1.0.2
---
.github/.release-please-manifest.json | 2 +-
function-maven-plugin/CHANGELOG.md | 7 +++++++
function-maven-plugin/pom.xml | 2 +-
3 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json
index ee75dc85..9a09d462 100644
--- a/.github/.release-please-manifest.json
+++ b/.github/.release-please-manifest.json
@@ -1 +1 @@
-{"functions-framework-api":"2.0.2","invoker":"2.0.1","function-maven-plugin":"1.0.1"}
+{"functions-framework-api":"2.0.2","invoker":"2.0.1","function-maven-plugin":"1.0.2"}
diff --git a/function-maven-plugin/CHANGELOG.md b/function-maven-plugin/CHANGELOG.md
index 6004a955..71d7fdd1 100644
--- a/function-maven-plugin/CHANGELOG.md
+++ b/function-maven-plugin/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [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-10)
+
+
+### Bug Fixes
+
+* 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))
+
## [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)
diff --git a/function-maven-plugin/pom.xml b/function-maven-plugin/pom.xml
index db260e89..88fac556 100644
--- a/function-maven-plugin/pom.xml
+++ b/function-maven-plugin/pom.xml
@@ -10,7 +10,7 @@
com.google.cloud.functions
function-maven-plugin
maven-plugin
- 1.0.2-SNAPSHOT
+ 1.0.2
Functions Framework Plugin
A Maven plugin that allows functions to be deployed, and to be run locally
using the Java Functions Framework.