File tree 1 file changed +15
-1
lines changed
1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
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" >
2
2
<modelVersion >4.0.0</modelVersion >
3
3
4
+ <parent >
5
+ <groupId >org.sonatype.oss</groupId >
6
+ <artifactId >oss-parent</artifactId >
7
+ <version >9</version >
8
+ </parent >
9
+
4
10
<groupId >com.google.cloud.functions</groupId >
5
11
<artifactId >function-maven-plugin</artifactId >
6
12
<packaging >maven-plugin</packaging >
17
23
<tag >HEAD</tag >
18
24
</scm >
19
25
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
+
20
34
<properties >
21
35
<maven .compiler.source>11</maven .compiler.source>
22
36
<maven .compiler.target>11</maven .compiler.target>
157
171
</build >
158
172
</profile >
159
173
</profiles >
160
- </project >
174
+ </project >
You can’t perform that action at this time.
0 commit comments