We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5172361 commit 747b9d7Copy full SHA for 747b9d7
functions-framework-api/pom.xml
@@ -24,7 +24,7 @@
24
25
<groupId>com.google.cloud.functions</groupId>
26
<artifactId>functions-framework-api</artifactId>
27
- <version>1.0.1</version>
+ <version>1.0.2-SNAPSHOT</version>
28
29
<properties>
30
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -45,7 +45,7 @@
45
<connection>scm:git:https://github.com/GoogleCloudPlatform/functions-framework-java.git</connection>
46
<developerConnection>scm:git:git@github.com:GoogleCloudPlatform/functions-framework-java.git</developerConnection>
47
<url>https://github.com/GoogleCloudPlatform/functions-framework-java</url>
48
- <tag>functions-framework-api-1.0.1</tag>
+ <tag>HEAD</tag>
49
</scm>
50
51
<build>
0 commit comments