Skip to content

Commit

Permalink
[Flink AI Flow] Bump version to 0.2.1 (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangxin369 authored Oct 12, 2021
1 parent 331c516 commit a83d51f
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion flink-ai-flow/ai_flow/java/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.ai-flow</groupId>
<artifactId>aiflow-parent</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions flink-ai-flow/ai_flow/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.ai-flow</groupId>
<artifactId>aiflow-parent</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.1</version>
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand All @@ -44,7 +44,7 @@
<maven.spotless.version>2.4.2</maven.spotless.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<notification-client.version>0.2-SNAPSHOT</notification-client.version>
<notification-client.version>0.2.1</notification-client.version>
</properties>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion flink-ai-flow/lib/notification_service/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<groupId>org.ai-flow</groupId>
<artifactId>notification-client</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.1</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<grpc.version>1.27.2</grpc.version>
Expand Down
2 changes: 1 addition & 1 deletion flink-ai-flow/lib/notification_service/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def get_script():

setup(
name='notification_service',
version='0.2.dev0',
version='0.2.1',
description='A Python package which provides stable notification service.',
author='',
author_email='[email protected]',
Expand Down
2 changes: 1 addition & 1 deletion flink-ai-flow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<groupId>com.apache.flink.ai</groupId>
<artifactId>ai_flow</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.1</version>
<build>
<plugins>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion flink-ai-flow/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ werkzeug~=1.0
zope.deprecation>=4.0, <5.0
mysqlclient~=2.0.3
mongoengine~=0.22.1
notification-service==0.2.dev0
notification-service==0.2.1
apache-airflow==2.0.0
apache-airflow-providers-ftp==1.1.0
apache-airflow-providers-http==1.1.1
Expand Down
2 changes: 1 addition & 1 deletion flink-ai-flow/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def get_script():
packages = find_packages()
setup(
name='ai_flow',
version='0.2.dev0',
version='0.2.1',
description='An open source framework that bridges big data and AI.',
author='',
author_email='[email protected]',
Expand Down

0 comments on commit a83d51f

Please sign in to comment.