File tree Expand file tree Collapse file tree 4 files changed +8
-9
lines changed
src/main/java/com/example/functionjar Expand file tree Collapse file tree 4 files changed +8
-9
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-rc2 -SNAPSHOT</version >
7+ <version >1.0.0-alpha-2-rc1 -SNAPSHOT</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-rc2 -SNAPSHOT</version >
12+ <version >1.0.0-alpha-2-rc1 -SNAPSHOT</version >
1313 <name >GCF Java Invoker</name >
1414 <description >
1515 Application that invokes a GCF Java function. This application is a
106106 <dependency >
107107 <groupId >com.google.cloud.functions.invoker</groupId >
108108 <artifactId >java-function-invoker-testfunction</artifactId >
109- <version >1.0.0-alpha-2-SNAPSHOT </version >
109+ <version >1.0.0-alpha-1 </version >
110110 <type >test-jar</type >
111111 <scope >test</scope >
112112 </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 " xsi : schemaLocation = " http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd " >
1+ <project >
22 <modelVersion >4.0.0</modelVersion >
33 <parent >
44 <groupId >org.sonatype.oss</groupId >
88
99 <groupId >com.google.cloud.functions.invoker</groupId >
1010 <artifactId >java-function-invoker-parent</artifactId >
11- <version >1.0.0-alpha-2-rc2 -SNAPSHOT</version >
11+ <version >1.0.0-alpha-2-rc1 -SNAPSHOT</version >
1212 <packaging >pom</packaging >
1313 <name >GCF Java Invoker Parent</name >
1414 <description >
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 " xsi : schemaLocation = " http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd " >
1+ <project >
22 <modelVersion >4.0.0</modelVersion >
33
44 <parent >
55 <groupId >com.google.cloud.functions.invoker</groupId >
66 <artifactId >java-function-invoker-parent</artifactId >
7- <version >1.0.0-alpha-2-rc2 -SNAPSHOT</version >
7+ <version >1.0.0-alpha-2-rc1 -SNAPSHOT</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-1 </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.
8585 <plugin >
8686 <groupId >org.apache.maven.plugins</groupId >
8787 <artifactId >maven-deploy-plugin</artifactId >
88- <version >3.0.0-M1</version >
8988 <configuration >
9089 <skip >true</skip >
9190 </configuration >
You can’t perform that action at this time.
0 commit comments