Skip to content

Commit

Permalink
Manual Maven magic.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalohlava committed Nov 4, 2014
1 parent aaf590f commit fea473e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion h2o-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<!-- This is H2O parent project for sharing common settings cross H2O build stack -->
<groupId>ai.h2o</groupId>
<artifactId>h2o-classic-parent</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.6-SNAPSHOT</version>
<packaging>pom</packaging>

<name>H2O Project Parent POM</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>ai.h2o</groupId>
<artifactId>h2o-classic-parent</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5</version>
</parent>

<!-- This artifact setup.
Expand All @@ -14,7 +14,7 @@
<artifactId>h2o-classic</artifactId>
<packaging>jar</packaging>
<name>H2O Classic Core</name>
<version>2.8-SNAPSHOT</version>
<version>2.9-SNAPSHOT</version>
<description>A core of distributed platform for large data analysis.</description>

<!-- List of build properties. -->
Expand Down

0 comments on commit fea473e

Please sign in to comment.