Skip to content

Commit 5e82f1c

Browse files
committed
Change the version number for function-maven-plugin so it is not tied to the version for the Functions Framework. Although every release of the Functions Framework will require a release of function-maven-plugin that can use it, there can also be several releases of function-maven-plugin without the Functions Framework changing.
PiperOrigin-RevId: 294719014
1 parent 7dbd2f4 commit 5e82f1c

File tree

1 file changed

+1
-1
lines changed
  • invoker/function-maven-plugin

1 file changed

+1
-1
lines changed

invoker/function-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>com.google.cloud.functions</groupId>
1212
<artifactId>function-maven-plugin</artifactId>
1313
<packaging>maven-plugin</packaging>
14-
<version>1.0.0-alpha-2-rc3-SNAPSHOT</version>
14+
<version>0.9-SNAPSHOT</version>
1515
<name>Functions Framework Plugin</name>
1616
<description>A Maven plugin that allows functions to be run locally
1717
using the Java Functions Framework.</description>

0 commit comments

Comments
 (0)