File tree Expand file tree Collapse file tree 14 files changed +14
-14
lines changed
python/dl_on_flink_framework
src/test/java/org/flinkextended/flink/ml/util
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 14 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ under the License.
2323 <parent >
2424 <artifactId >dl-on-flink</artifactId >
2525 <groupId >org.flinkextended</groupId >
26- <version >0.4.0-SNAPSHOT </version >
26+ <version >0.4.0</version >
2727 </parent >
2828 <modelVersion >4.0.0</modelVersion >
2929
Original file line number Diff line number Diff line change 2323 <parent >
2424 <artifactId >dl-on-flink</artifactId >
2525 <groupId >org.flinkextended</groupId >
26- <version >0.4.0-SNAPSHOT </version >
26+ <version >0.4.0</version >
2727 <relativePath >../pom.xml</relativePath >
2828 </parent >
2929 <modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 2323 <parent >
2424 <artifactId >dl-on-flink</artifactId >
2525 <groupId >org.flinkextended</groupId >
26- <version >0.4.0-SNAPSHOT </version >
26+ <version >0.4.0</version >
2727 <relativePath >../pom.xml</relativePath >
2828 </parent >
2929 <modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 1818The dl-on-flink-framework version follows the PEP440.
1919.. seealso:: https://www.python.org/dev/peps/pep-0440
2020"""
21- __version__ = "0.4.0.dev0 "
21+ __version__ = "0.4.0"
Original file line number Diff line number Diff line change @@ -25,6 +25,6 @@ public class SysUtilTest {
2525
2626 @ Test
2727 public void getProjectVersion () {
28- Assert .assertEquals ("0.4.0-SNAPSHOT " , SysUtil .getProjectVersion ());
28+ Assert .assertEquals ("0.4.0" , SysUtil .getProjectVersion ());
2929 }
3030}
Original file line number Diff line number Diff line change 2323 <parent >
2424 <artifactId >dl-on-flink</artifactId >
2525 <groupId >org.flinkextended</groupId >
26- <version >0.4.0-SNAPSHOT </version >
26+ <version >0.4.0</version >
2727 </parent >
2828 <modelVersion >4.0.0</modelVersion >
2929 <properties >
Original file line number Diff line number Diff line change 2323 <parent >
2424 <artifactId >dl-on-flink</artifactId >
2525 <groupId >org.flinkextended</groupId >
26- <version >0.4.0-SNAPSHOT </version >
26+ <version >0.4.0</version >
2727 <relativePath >../pom.xml</relativePath >
2828 </parent >
2929 <modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 2323 <parent >
2424 <artifactId >dl-on-flink</artifactId >
2525 <groupId >org.flinkextended</groupId >
26- <version >0.4.0-SNAPSHOT </version >
26+ <version >0.4.0</version >
2727 <relativePath >../pom.xml</relativePath >
2828 </parent >
2929 <modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 2323 <parent >
2424 <artifactId >dl-on-flink</artifactId >
2525 <groupId >org.flinkextended</groupId >
26- <version >0.4.0-SNAPSHOT </version >
26+ <version >0.4.0</version >
2727 <relativePath >../pom.xml</relativePath >
2828 </parent >
2929 <modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 1818The dl-on-flink-tensorflow-2.x version follows the PEP440.
1919.. seealso:: https://www.python.org/dev/peps/pep-0440
2020"""
21- __version__ = "0.4.0.dev0 "
21+ __version__ = "0.4.0"
You can’t perform that action at this time.
0 commit comments