File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 44 <parent >
55 <artifactId >java-function-invoker-parent</artifactId >
66 <groupId >com.google.cloud.functions.invoker</groupId >
7- <version >1.0.4-SNAPSHOT </version >
7+ <version >1.1.0 </version >
88 </parent >
99
1010 <groupId >com.google.cloud.functions.invoker</groupId >
1111 <artifactId >conformance</artifactId >
12- <version >1.0.1-SNAPSHOT </version >
12+ <version >1.1.0 </version >
1313
1414 <name >GCF Confromance Tests</name >
1515 <description >
5252 <plugin >
5353 <groupId >com.google.cloud.functions</groupId >
5454 <artifactId >function-maven-plugin</artifactId >
55- <version >0.9.9-SNAPSHOT </version >
55+ <version >0.10.0 </version >
5656 </plugin >
5757 </plugins >
5858 </pluginManagement >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.google.cloud.functions.invoker</groupId >
66 <artifactId >java-function-invoker-parent</artifactId >
7- <version >1.0.4-SNAPSHOT </version >
7+ <version >1.1.0 </version >
88 </parent >
99
1010 <groupId >com.google.cloud.functions.invoker</groupId >
1111 <artifactId >java-function-invoker</artifactId >
12- <version >1.0.4-SNAPSHOT </version >
12+ <version >1.1.0 </version >
1313 <name >GCF Java Invoker</name >
1414 <description >
1515 Application that invokes a GCF Java function. This application is a
114114 <dependency >
115115 <groupId >com.google.cloud.functions.invoker</groupId >
116116 <artifactId >java-function-invoker-testfunction</artifactId >
117- <version >1.0.4-SNAPSHOT </version >
117+ <version >1.1.0 </version >
118118 <type >test-jar</type >
119119 <scope >test</scope >
120120 </dependency >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.google.cloud.functions.invoker</groupId >
66 <artifactId >java-function-invoker-parent</artifactId >
7- <version >1.0.4-SNAPSHOT </version >
7+ <version >1.1.0 </version >
88 </parent >
99
1010 <groupId >com.google.cloud.functions</groupId >
1111 <artifactId >function-maven-plugin</artifactId >
1212 <packaging >maven-plugin</packaging >
13- <version >0.9.9-SNAPSHOT </version >
13+ <version >0.10.0 </version >
1414 <name >Functions Framework Plugin</name >
1515 <description >A Maven plugin that allows functions to be deployed, and to be run locally
1616 using the Java Functions Framework.</description >
4444 <dependency >
4545 <groupId >com.google.cloud.functions.invoker</groupId >
4646 <artifactId >java-function-invoker</artifactId >
47- <version >1.0.4-SNAPSHOT </version >
47+ <version >1.1.0 </version >
4848 </dependency >
4949
5050 <dependency >
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.cloud.functions.invoker</groupId >
1010 <artifactId >java-function-invoker-parent</artifactId >
11- <version >1.0.4-SNAPSHOT </version >
11+ <version >1.1.0 </version >
1212 <packaging >pom</packaging >
1313 <name >GCF Java Invoker Parent</name >
1414 <description >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.google.cloud.functions.invoker</groupId >
66 <artifactId >java-function-invoker-parent</artifactId >
7- <version >1.0.4-SNAPSHOT </version >
7+ <version >1.1.0 </version >
88 </parent >
99
1010 <groupId >com.google.cloud.functions.invoker</groupId >
1111 <artifactId >java-function-invoker-testfunction</artifactId >
12- <version >1.0.4-SNAPSHOT </version >
12+ <version >1.1.0 </version >
1313 <name >Example GCF Function Jar</name >
1414 <description >
1515 An example of a GCF function packaged into a jar. We use this in tests.
You can’t perform that action at this time.
0 commit comments