Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sxnan committed Jun 27, 2022
1 parent a5ddac2 commit d270df2
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion dl-on-flink-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>dl-on-flink</artifactId>
<groupId>org.flinkextended</groupId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion dl-on-flink-examples/dl-on-flink-examples-pytorch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>dl-on-flink-examples</artifactId>
<groupId>org.flinkextended</groupId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>dl-on-flink-examples</artifactId>
<groupId>org.flinkextended</groupId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>dl-on-flink-examples</artifactId>
<groupId>org.flinkextended</groupId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion dl-on-flink-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>dl-on-flink</artifactId>
<groupId>org.flinkextended</groupId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion dl-on-flink-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>dl-on-flink</artifactId>
<groupId>org.flinkextended</groupId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
The dl-on-flink-framework version follows the PEP440.
.. seealso:: https://www.python.org/dev/peps/pep-0440
"""
__version__ = "0.5.0.dev0"
__version__ = "0.5.0"
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ public class SysUtilTest {

@Test
public void getProjectVersion() {
Assert.assertEquals("0.5.0-SNAPSHOT", SysUtil.getProjectVersion());
Assert.assertEquals("0.5.0", SysUtil.getProjectVersion());
}
}
2 changes: 1 addition & 1 deletion dl-on-flink-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>dl-on-flink</artifactId>
<groupId>org.flinkextended</groupId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion dl-on-flink-operator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>dl-on-flink</artifactId>
<groupId>org.flinkextended</groupId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion dl-on-flink-pytorch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>dl-on-flink</artifactId>
<groupId>org.flinkextended</groupId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion dl-on-flink-pytorch/python/dl_on_flink_pytorch/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
The dl-on-flink-pytorch version follows the PEP440.
.. seealso:: https://www.python.org/dev/peps/pep-0440
"""
__version__ = "0.5.0.dev0"
__version__ = "0.5.0"
2 changes: 1 addition & 1 deletion dl-on-flink-tensorflow-2.x/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>dl-on-flink</artifactId>
<groupId>org.flinkextended</groupId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
The dl-on-flink-tensorflow-2.x version follows the PEP440.
.. seealso:: https://www.python.org/dev/peps/pep-0440
"""
__version__ = "0.5.0.dev0"
__version__ = "0.5.0"
2 changes: 1 addition & 1 deletion dl-on-flink-tensorflow-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>dl-on-flink</artifactId>
<groupId>org.flinkextended</groupId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion dl-on-flink-tensorflow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>dl-on-flink</artifactId>
<groupId>org.flinkextended</groupId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
The dl-on-flink-tensorflow version follows the PEP440.
.. seealso:: https://www.python.org/dev/peps/pep-0440
"""
__version__ = "0.5.0.dev0"
__version__ = "0.5.0"
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<artifactId>dl-on-flink</artifactId>
<name>${project.artifactId}</name>
<packaging>pom</packaging>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<description>This project extends support for AI computing framework on Flink</description>
<url>https://github.com/alibaba/flink-ai-extended</url>
<licenses>
Expand Down

0 comments on commit d270df2

Please sign in to comment.