Skip to content

Commit 11cf02e

Browse files
release-please[bot]janell-chengarethgeorge
authored
chore(master): release functions-framework-api 1.1.0 (#153)
* chore(master): release functions-framework-api 1.1.0 * update other core and testfunction to depend on new version of function-framework-api --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: janell-chen <[email protected]> Co-authored-by: Gareth George <[email protected]>
1 parent 69db588 commit 11cf02e

File tree

5 files changed

+18
-7
lines changed

5 files changed

+18
-7
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"functions-framework-api":"1.0.4","invoker":"1.2.1","function-maven-plugin":"0.11.0"}
1+
{"functions-framework-api":"1.1.0","invoker":"1.2.1","function-maven-plugin":"0.11.0"}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## [1.1.0](https://github.com/GoogleCloudPlatform/functions-framework-java/compare/functions-framework-api-v1.0.4...functions-framework-api-v1.1.0) (2023-05-31)
4+
5+
6+
### Features
7+
8+
* 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))
9+
10+
11+
### Bug Fixes
12+
13+
* remove warnings from mvn install ([#66](https://github.com/GoogleCloudPlatform/functions-framework-java/issues/66)) ([270f4ec](https://github.com/GoogleCloudPlatform/functions-framework-java/commit/270f4ec7936239eff9c00b8d3ff0f09a8615b9c9))

functions-framework-api/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313
See the License for the specific language governing permissions and
1414
limitations under the License.
1515
-->
16-
<project xmlns="http://maven.apache.org/POM/4.0.0"
17-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
16+
<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">
1917
<modelVersion>4.0.0</modelVersion>
2018

2119
<parent>
@@ -26,7 +24,7 @@
2624

2725
<groupId>com.google.cloud.functions</groupId>
2826
<artifactId>functions-framework-api</artifactId>
29-
<version>1.0.6-SNAPSHOT</version>
27+
<version>1.1.0</version>
3028

3129
<properties>
3230
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

invoker/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>com.google.cloud.functions</groupId>
4848
<artifactId>functions-framework-api</artifactId>
49-
<version>1.0.6-SNAPSHOT</version>
49+
<version>1.1.0</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>javax.servlet</groupId>

invoker/testfunction/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>com.google.cloud.functions</groupId>
2121
<artifactId>functions-framework-api</artifactId>
22-
<version>1.0.6-SNAPSHOT</version>
22+
<version>1.1.0</version>
2323
</dependency>
2424
<dependency>
2525
<!-- We don't actually use this; we just check that its classes can be

0 commit comments

Comments
 (0)