File tree Expand file tree Collapse file tree 3 files changed +14
-6
lines changed
Expand file tree Collapse file tree 3 files changed +14
-6
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-rc1-SNAPSHOT </version >
7+ <version >1.0.0-alpha-2-rc1</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-rc1-SNAPSHOT </version >
12+ <version >1.0.0-alpha-2-rc1</version >
1313 <name >GCF Java Invoker</name >
1414 <description >
1515 Application that invokes a GCF Java function. This application is a
Original file line number Diff line number Diff line change 1- <project >
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 " >
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-rc1-SNAPSHOT </version >
11+ <version >1.0.0-alpha-2-rc1</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 >
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 " >
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-rc1-SNAPSHOT </version >
7+ <version >1.0.0-alpha-2-rc1</version >
88 </parent >
99
1010 <groupId >com.google.cloud.functions.invoker</groupId >
8282 </execution >
8383 </executions >
8484 </plugin >
85+ <plugin >
86+ <groupId >org.apache.maven.plugins</groupId >
87+ <artifactId >maven-deploy-plugin</artifactId >
88+ <version >3.0.0-M1</version >
89+ <configuration >
90+ <skip >true</skip >
91+ </configuration >
92+ </plugin >
8593 </plugins >
8694 </build >
8795</project >
You can’t perform that action at this time.
0 commit comments