Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 297c64f

Browse files
nswamyyzhliu
authored andcommitted
add apache-release as parent to pom file (#10941)
1 parent bf78e48 commit 297c64f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scala-package/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
6+
<parent>
7+
<groupId>org.apache</groupId>
8+
<artifactId>apache</artifactId>
9+
<version>10</version>
10+
</parent>
611
<groupId>org.apache.mxnet</groupId>
712
<artifactId>mxnet-parent_2.11</artifactId>
813
<version>1.2.0-SNAPSHOT</version>

0 commit comments

Comments
 (0)