File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 11<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
4+ <parent >
5+ <groupId >org.sonatype.oss</groupId >
6+ <artifactId >oss-parent</artifactId >
7+ <version >9</version >
8+ </parent >
9+
410 <groupId >com.google.cloud.functions</groupId >
511 <artifactId >function-maven-plugin</artifactId >
612 <packaging >maven-plugin</packaging >
1723 <tag >HEAD</tag >
1824 </scm >
1925
26+ <licenses >
27+ <license >
28+ <name >Apache License, Version 2.0</name >
29+ <url >http://www.apache.org/licenses/LICENSE-2.0.txt</url >
30+ <distribution >repo</distribution >
31+ </license >
32+ </licenses >
33+
2034 <properties >
2135 <maven .compiler.source>11</maven .compiler.source>
2236 <maven .compiler.target>11</maven .compiler.target>
157171 </build >
158172 </profile >
159173 </profiles >
160- </project >
174+ </project >
You can’t perform that action at this time.
0 commit comments