Skip to content

Commit

Permalink
IGNITE-21329 Release ignite-ml extension 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ivandasch committed Jan 22, 2024
1 parent b50d0fb commit 141c42b
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions modules/ml-ext/examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
<parent>
<groupId>org.apache.ignite</groupId>
<artifactId>ignite-ml-parent-ext</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>ignite-ml-ext-examples</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion modules/ml-ext/ml/catboost-model-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>org.apache.ignite</groupId>
<artifactId>ignite-ml-parent-ext</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/ml-ext/ml/extdata/p2p/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<groupId>org.apache.ignite</groupId>
<artifactId>ignite-ml-parent-ext</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/ml-ext/ml/h2o-model-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<groupId>org.apache.ignite</groupId>
<artifactId>ignite-ml-parent-ext</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/ml-ext/ml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.ignite</groupId>
<artifactId>ignite-ml-parent-ext</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/ml-ext/ml/spark-model-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.ignite</groupId>
<artifactId>ignite-ml-parent-ext</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/ml-ext/ml/xgboost-model-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>org.apache.ignite</groupId>
<artifactId>ignite-ml-parent-ext</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/ml-ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<artifactId>ignite-ml-parent-ext</artifactId>
<packaging>pom</packaging>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>

<properties>
<dev.ludovic.netlib.version>3.0.3</dev.ludovic.netlib.version>
Expand Down
2 changes: 1 addition & 1 deletion parent-internal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.ignite</groupId>
<artifactId>ignite-parent</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.16.0</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>

Expand Down

0 comments on commit 141c42b

Please sign in to comment.