File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ def get_script():
3131
3232setup (
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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ werkzeug~=1.0
9595zope.deprecation >= 4.0 , < 5.0
9696mysqlclient ~= 2.0.3
9797mongoengine ~= 0.22.1
98- notification-service == 0.2.dev0
98+ notification-service == 0.2.2
9999apache-airflow == 2.0.0
100100apache-airflow-providers-ftp == 1.1.0
101101apache-airflow-providers-http == 1.1.1
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments