Skip to content

Commit fb7fcbe

Browse files
Update functions-framework-api dependency to 1.0.4. (GoogleCloudPlatform#81)
* [maven-release-plugin] prepare release functions-framework-api-1.0.4 * [maven-release-plugin] prepare for next development iteration * Update functions-framework-api dependency to 1.0.4.
1 parent cff2077 commit fb7fcbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

functions-framework-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<groupId>com.google.cloud.functions</groupId>
2626
<artifactId>functions-framework-api</artifactId>
27-
<version>1.0.4-SNAPSHOT</version>
27+
<version>1.0.5-SNAPSHOT</version>
2828

2929
<properties>
3030
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

invoker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>com.google.cloud.functions</groupId>
4444
<artifactId>functions-framework-api</artifactId>
45-
<version>1.0.4-SNAPSHOT</version>
45+
<version>1.0.4</version>
4646
</dependency>
4747
</dependencies>
4848
</dependencyManagement>

0 commit comments

Comments
 (0)