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 809d05a commit 5172361Copy full SHA for 5172361
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.0-alpha-2-rc4-SNAPSHOT</version>
+ <version>1.0.1</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:[email protected]:GoogleCloudPlatform/functions-framework-java.git</developerConnection>
47
<url>https://github.com/GoogleCloudPlatform/functions-framework-java</url>
48
- <tag>HEAD</tag>
+ <tag>functions-framework-api-1.0.1</tag>
49
</scm>
50
51
<build>
0 commit comments