Skip to content

Commit

Permalink
bump zoo-core to 0.9.0 bigdl to 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
glorysdj committed Dec 5, 2020
1 parent 81741a3 commit 58b343c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions apps/model-inference-examples/model-inference-flink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
</dependency>
<dependency>
<groupId>com.intel.analytics.zoo</groupId>
<artifactId>analytics-zoo-bigdl_0.10.0-spark_2.4.3</artifactId>
<artifactId>analytics-zoo-bigdl_0.12.1-spark_2.4.3</artifactId>
<version>0.9.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.intel.analytics.zoo</groupId>
<artifactId>zoo-core-dist-all</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</dependency>
<dependency>
<groupId>com.intel.analytics.zoo</groupId>
<artifactId>analytics-zoo-bigdl_0.10.0-spark_2.4.3</artifactId>
<artifactId>analytics-zoo-bigdl_0.12.1-spark_2.4.3</artifactId>
<version>0.9.0-SNAPSHOT</version>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -441,12 +441,12 @@
<dependency>
<groupId>com.intel.analytics.zoo</groupId>
<artifactId>zoo-core-mkl-linux</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</dependency>
<dependency>
<groupId>com.intel.analytics.zoo</groupId>
<artifactId>zoo-core-pmem-java-linux</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</dependency>
</dependencies>
</profile>
Expand Down
2 changes: 1 addition & 1 deletion zoo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
<dependency>
<groupId>com.intel.analytics.zoo</groupId>
<artifactId>${core.artifactId}</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
<type>${core.dependencyType}</type>
</dependency>
<dependency>
Expand Down

0 comments on commit 58b343c

Please sign in to comment.