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 171745e commit bde9c6bCopy full SHA for bde9c6b
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.2</version>
+ <version>1.0.3-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.2</tag>
+ <tag>HEAD</tag>
49
</scm>
50
51
<dependencies>
0 commit comments