File tree Expand file tree Collapse file tree 18 files changed +18
-18
lines changed
dl-on-flink-examples-pytorch
dl-on-flink-examples-tensorflow-2.x
dl-on-flink-examples-tensorflow
python/dl_on_flink_framework
src/test/java/org/flinkextended/flink/ml/util
python/dl_on_flink_pytorch
dl-on-flink-tensorflow-2.x
python/dl_on_flink_tensorflow
dl-on-flink-tensorflow-common
python/dl_on_flink_tensorflow Expand file tree Collapse file tree 18 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 2020 <parent >
2121 <artifactId >dl-on-flink</artifactId >
2222 <groupId >org.flinkextended</groupId >
23- <version >0.5.0-SNAPSHOT </version >
23+ <version >0.5.0</version >
2424 </parent >
2525 <modelVersion >4.0.0</modelVersion >
2626
Original file line number Diff line number Diff line change 2121 <parent >
2222 <artifactId >dl-on-flink-examples</artifactId >
2323 <groupId >org.flinkextended</groupId >
24- <version >0.5.0-SNAPSHOT </version >
24+ <version >0.5.0</version >
2525 </parent >
2626 <modelVersion >4.0.0</modelVersion >
2727
Original file line number Diff line number Diff line change 2121 <parent >
2222 <artifactId >dl-on-flink-examples</artifactId >
2323 <groupId >org.flinkextended</groupId >
24- <version >0.5.0-SNAPSHOT </version >
24+ <version >0.5.0</version >
2525 </parent >
2626 <modelVersion >4.0.0</modelVersion >
2727
Original file line number Diff line number Diff line change 2121 <parent >
2222 <artifactId >dl-on-flink-examples</artifactId >
2323 <groupId >org.flinkextended</groupId >
24- <version >0.5.0-SNAPSHOT </version >
24+ <version >0.5.0</version >
2525 </parent >
2626 <modelVersion >4.0.0</modelVersion >
2727
Original file line number Diff line number Diff line change 2121 <parent >
2222 <artifactId >dl-on-flink</artifactId >
2323 <groupId >org.flinkextended</groupId >
24- <version >0.5.0-SNAPSHOT </version >
24+ <version >0.5.0</version >
2525 <relativePath >../pom.xml</relativePath >
2626 </parent >
2727 <modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 2121 <parent >
2222 <artifactId >dl-on-flink</artifactId >
2323 <groupId >org.flinkextended</groupId >
24- <version >0.5.0-SNAPSHOT </version >
24+ <version >0.5.0</version >
2525 <relativePath >../pom.xml</relativePath >
2626 </parent >
2727 <modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 1616The dl-on-flink-framework version follows the PEP440.
1717.. seealso:: https://www.python.org/dev/peps/pep-0440
1818"""
19- __version__ = "0.5.0.dev0 "
19+ __version__ = "0.5.0"
Original file line number Diff line number Diff line change @@ -24,6 +24,6 @@ public class SysUtilTest {
2424
2525 @ Test
2626 public void getProjectVersion () {
27- Assert .assertEquals ("0.5.0-SNAPSHOT " , SysUtil .getProjectVersion ());
27+ Assert .assertEquals ("0.5.0" , SysUtil .getProjectVersion ());
2828 }
2929}
Original file line number Diff line number Diff line change 2121 <parent >
2222 <artifactId >dl-on-flink</artifactId >
2323 <groupId >org.flinkextended</groupId >
24- <version >0.5.0-SNAPSHOT </version >
24+ <version >0.5.0</version >
2525 </parent >
2626 <modelVersion >4.0.0</modelVersion >
2727 <properties >
Original file line number Diff line number Diff line change 2121 <parent >
2222 <artifactId >dl-on-flink</artifactId >
2323 <groupId >org.flinkextended</groupId >
24- <version >0.5.0-SNAPSHOT </version >
24+ <version >0.5.0</version >
2525 <relativePath >../pom.xml</relativePath >
2626 </parent >
2727 <modelVersion >4.0.0</modelVersion >
You can’t perform that action at this time.
0 commit comments