Skip to content

Commit 6f2b3c5

Browse files
authored
Set Sonatype OSS as the parent artifact. (#1)
1 parent f3a3697 commit 6f2b3c5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

functions-framework-api/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@
1515
-->
1616
<project>
1717
<modelVersion>4.0.0</modelVersion>
18+
19+
<parent>
20+
<groupId>org.sonatype.oss</groupId>
21+
<artifactId>oss-parent</artifactId>
22+
<version>9</version>
23+
</parent>
24+
1825
<groupId>com.google.cloud</groupId>
1926
<artifactId>functions-framework-api</artifactId>
2027
<version>1.0.0-alpha-1</version>

0 commit comments

Comments
 (0)