Skip to content

Commit 94822d9

Browse files
committed
Renamed artifact from h2o-core to h2o-classic to avoid collision
with new h2o-dev artifacts.
1 parent b09c849 commit 94822d9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

h2o-parent/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ When starting a new project, please use the already configured _parent pom_ to a
1010
{{{
1111
<parent>
1212
<groupId>ai.h2o</groupId>
13-
<artifactId>h2o-parent</artifactId>
13+
<artifactId>h2o-classic-parent</artifactId>
1414
</parent>
1515
}}}
1616

h2o-parent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<!-- This is H2O parent project for sharing common settings cross H2O build stack -->
1111
<groupId>ai.h2o</groupId>
12-
<artifactId>h2o-parent</artifactId>
12+
<artifactId>h2o-classic-parent</artifactId>
1313
<version>2.5-SNAPSHOT</version>
1414
<packaging>pom</packaging>
1515

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
<!-- Share H2O-parent POM -->
55
<parent>
66
<groupId>ai.h2o</groupId>
7-
<artifactId>h2o-parent</artifactId>
7+
<artifactId>h2o-classic-parent</artifactId>
88
<version>2.5-SNAPSHOT</version>
99
</parent>
1010

1111
<!-- This artifact setup.
1212
NOTE: groupId, version are inherited from parent POM
1313
-->
14-
<artifactId>h2o-core</artifactId>
14+
<artifactId>h2o-classic</artifactId>
1515
<packaging>jar</packaging>
16-
<name>H2O Core</name>
16+
<name>H2O Classic Core</name>
1717
<version>2.8-SNAPSHOT</version>
1818
<description>A core of distributed platform for large data analysis.</description>
1919

0 commit comments

Comments
 (0)