Skip to content

Commit 6d38473

Browse files
jiangxin369wuchaochen1
authored andcommitted
Commit for 0.2.2
1 parent 99d69c3 commit 6d38473

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

ai_flow/java/client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.ai-flow</groupId>
2727
<artifactId>aiflow-parent</artifactId>
28-
<version>0.2-SNAPSHOT</version>
28+
<version>0.2.2</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131

ai_flow/java/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<modelVersion>4.0.0</modelVersion>
2424
<groupId>org.ai-flow</groupId>
2525
<artifactId>aiflow-parent</artifactId>
26-
<version>0.2-SNAPSHOT</version>
26+
<version>0.2.2</version>
2727
<packaging>pom</packaging>
2828

2929
<name>${project.groupId}:${project.artifactId}</name>
@@ -44,7 +44,7 @@
4444
<maven.spotless.version>2.4.2</maven.spotless.version>
4545
<maven.compiler.source>1.8</maven.compiler.source>
4646
<maven.compiler.target>1.8</maven.compiler.target>
47-
<notification-client.version>0.2-SNAPSHOT</notification-client.version>
47+
<notification-client.version>0.2.2</notification-client.version>
4848
</properties>
4949

5050
<licenses>

lib/notification_service/java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<groupId>org.ai-flow</groupId>
2626
<artifactId>notification-client</artifactId>
27-
<version>0.2-SNAPSHOT</version>
27+
<version>0.2.2</version>
2828
<properties>
2929
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3030
<grpc.version>1.27.2</grpc.version>

lib/notification_service/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def get_script():
3131

3232
setup(
3333
name='notification_service',
34-
version='0.2.dev0',
34+
version='0.2.2',
3535
description='A Python package which provides stable notification service.',
3636
author='',
3737
author_email='[email protected]',

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<groupId>com.apache.flink.ai</groupId>
2626
<artifactId>ai_flow</artifactId>
27-
<version>0.2-SNAPSHOT</version>
27+
<version>0.2.2</version>
2828
<build>
2929
<plugins>
3030
<plugin>

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ werkzeug~=1.0
9595
zope.deprecation>=4.0, <5.0
9696
mysqlclient~=2.0.3
9797
mongoengine~=0.22.1
98-
notification-service==0.2.dev0
98+
notification-service==0.2.2
9999
apache-airflow==2.0.0
100100
apache-airflow-providers-ftp==1.1.0
101101
apache-airflow-providers-http==1.1.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def get_script():
9292
packages = find_packages()
9393
setup(
9494
name='ai_flow',
95-
version='0.2.dev0',
95+
version='0.2.2',
9696
description='An open source framework that bridges big data and AI.',
9797
author='',
9898
author_email='[email protected]',

0 commit comments

Comments
 (0)