Skip to content

Commit

Permalink
chore(master): release function-maven-plugin 0.11.0 (#173)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored May 31, 2023
1 parent 03ff771 commit 69db588
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"functions-framework-api":"1.0.4","invoker":"1.2.1","function-maven-plugin":"0.10.1"}
{"functions-framework-api":"1.0.4","invoker":"1.2.1","function-maven-plugin":"0.11.0"}
9 changes: 9 additions & 0 deletions function-maven-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## [0.11.0](https://github.com/GoogleCloudPlatform/functions-framework-java/compare/function-maven-plugin-v0.10.1...function-maven-plugin-v0.11.0) (2023-05-31)


### Features

* Add --gen2 support ([#172](https://github.com/GoogleCloudPlatform/functions-framework-java/issues/172)) ([3b7b701](https://github.com/GoogleCloudPlatform/functions-framework-java/commit/3b7b70152ca614e2a3b52f1a7c07d89221095a7d))
* Define strongly typed function interface ([#186](https://github.com/GoogleCloudPlatform/functions-framework-java/issues/186)) ([5264e35](https://github.com/GoogleCloudPlatform/functions-framework-java/commit/5264e35b2522a789d65f0e0fd9bb5584694529eb))
6 changes: 2 additions & 4 deletions function-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.google.cloud.functions</groupId>
<artifactId>function-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>0.10.2-SNAPSHOT</version>
<version>0.11.0</version>
<name>Functions Framework Plugin</name>
<description>A Maven plugin that allows functions to be deployed, and to be run locally
using the Java Functions Framework.</description>
Expand Down

0 comments on commit 69db588

Please sign in to comment.