Skip to content

Commit

Permalink
bump to 0.9s (intel-analytics#2227)
Browse files Browse the repository at this point in the history
  • Loading branch information
glorysdj committed Apr 17, 2020
1 parent d91a263 commit 5d93b81
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 @@ -43,12 +43,12 @@
<dependency>
<groupId>com.intel.analytics.zoo</groupId>
<artifactId>analytics-zoo-bigdl_0.10.0-spark_2.4.3</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.9.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.intel.analytics.zoo</groupId>
<artifactId>zoo-core-dist-all</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.9.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<properties>
<spark.version>2.4.3</spark.version>
<bigdl.version>0.10.0</bigdl.version>
<zoo.version>0.8.0-SNAPSHOT</zoo.version>
<zoo.version>0.9.0-SNAPSHOT</zoo.version>
</properties>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>com.intel.analytics.zoo</groupId>
<artifactId>analytics-zoo-bigdl_0.10.0-spark_2.4.3</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.9.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
Expand Down

0 comments on commit 5d93b81

Please sign in to comment.