File tree Expand file tree Collapse file tree 4 files changed +10
-11
lines changed
Expand file tree Collapse file tree 4 files changed +10
-11
lines changed 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.0-alpha-2-rc3-SNAPSHOT </version >
7+ <version >1.0.0-alpha-2-rc3</version >
88 </parent >
99
1010 <groupId >com.google.cloud.functions.invoker</groupId >
1111 <artifactId >java-function-invoker</artifactId >
12- <version >1.0.0-alpha-2-rc3-SNAPSHOT </version >
12+ <version >1.0.0-alpha-2-rc3</version >
1313 <name >GCF Java Invoker</name >
1414 <description >
1515 Application that invokes a GCF Java function. This application is a
101101 <dependency >
102102 <groupId >com.google.cloud.functions.invoker</groupId >
103103 <artifactId >java-function-invoker-testfunction</artifactId >
104- <version >1.0.0-alpha-2-SNAPSHOT </version >
104+ <version >1.0.0-alpha-2</version >
105105 <type >test-jar</type >
106106 <scope >test</scope >
107107 </dependency >
Original file line number Diff line number Diff line change 1- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
1+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
32 <modelVersion >4.0.0</modelVersion >
43
54 <parent >
65 <groupId >com.google.cloud.functions.invoker</groupId >
76 <artifactId >java-function-invoker-parent</artifactId >
8- <version >1.0.0-alpha-2-rc3-SNAPSHOT </version >
7+ <version >1.0.0-alpha-2-rc3</version >
98 </parent >
109
1110 <groupId >com.google.cloud.functions</groupId >
1211 <artifactId >function-maven-plugin</artifactId >
1312 <packaging >maven-plugin</packaging >
14- <version >0.9-SNAPSHOT </version >
13+ <version >0.9</version >
1514 <name >Functions Framework Plugin</name >
1615 <description >A Maven plugin that allows functions to be run locally
1716 using the Java Functions Framework.</description >
4544 <dependency >
4645 <groupId >com.google.cloud.functions.invoker</groupId >
4746 <artifactId >java-function-invoker</artifactId >
48- <version >1.0.0-alpha-2-rc3-SNAPSHOT </version >
47+ <version >1.0.0-alpha-2-rc3</version >
4948 </dependency >
5049
5150 <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.0-alpha-2-rc3-SNAPSHOT </version >
11+ <version >1.0.0-alpha-2-rc3</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.0-alpha-2-rc3-SNAPSHOT </version >
7+ <version >1.0.0-alpha-2-rc3</version >
88 </parent >
99
1010 <groupId >com.google.cloud.functions.invoker</groupId >
1111 <artifactId >java-function-invoker-testfunction</artifactId >
12- <version >1.0.0-alpha-2-SNAPSHOT </version >
12+ <version >1.0.0-alpha-2</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