Skip to content

Commit f2e3740

Browse files
release-please[bot]dixusweHKWinterhalter
authored
chore(main): release function-maven-plugin 0.11.1 (#305)
* chore(main): release function-maven-plugin 0.11.1 * Remove SNAPSHOT from version in conformance pom.xml --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: dixuswe <[email protected]> Co-authored-by: HKWinterhalter <[email protected]>
1 parent 7444fef commit f2e3740

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.github/.release-please-manifest.json

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.3.3","function-maven-plugin":"0.11.0"}
1+
{"functions-framework-api":"1.1.4","invoker":"1.3.3","function-maven-plugin":"0.11.1"}

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+
## [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)
4+
5+
6+
### Bug Fixes
7+
8+
* revert maven-source-plugin to 3.2.1 ([#303](https://github.com/GoogleCloudPlatform/functions-framework-java/issues/303)) ([2db9a2b](https://github.com/GoogleCloudPlatform/functions-framework-java/commit/2db9a2bec6ba93e7954e68c2301c5fc2fcc032d8))
9+
310
## [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)
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>0.11.1-SNAPSHOT</version>
13+
<version>0.11.1</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>

invoker/conformance/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
<plugin>
5454
<groupId>com.google.cloud.functions</groupId>
5555
<artifactId>function-maven-plugin</artifactId>
56-
<version>0.11.1-SNAPSHOT</version>
56+
<version>0.11.1</version>
5757
</plugin>
5858
</plugins>
5959
</pluginManagement>
6060
</build>
61-
</project>
61+
</project>

0 commit comments

Comments
 (0)