Skip to content

Commit d832ee6

Browse files
committed
Version fix
Signed-off-by: AlexDBlack <[email protected]>
1 parent 691e831 commit d832ee6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lstm-hdfs/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@
2121
<parent>
2222
<groupId>org.deeplearning4j</groupId>
2323
<artifactId>deeplearning4j-examples-parent</artifactId>
24-
<version>1.0.0-beta4</version>
24+
<version>1.0.0-beta5</version>
2525
</parent>
2626
<groupId>org.deeplearning4j.examples</groupId>
2727
<artifactId>lstm-hdfs</artifactId>
2828
<name>lstm-hdfs</name>
2929
<url>http://maven.apache.org</url>
3030

3131
<properties>
32-
<dl4j.version>1.0.0-beta4</dl4j.version>
33-
<dl4j.spark.version>1.0.0-beta4_spark_2</dl4j.spark.version>
32+
<dl4j.version>1.0.0-beta5</dl4j.version>
33+
<dl4j.spark.version>1.0.0-beta5</dl4j.spark.version>
3434
</properties>
3535

3636
<build>

0 commit comments

Comments
 (0)