Skip to content

Commit

Permalink
[AIFlow] Commit for release-0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sxnan committed Aug 2, 2021
1 parent 7f8e629 commit cb25392
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.1-SNAPSHOT</version>
<version>0.1.0</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.1-SNAPSHOT</version>
<version>0.1.0</version>
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand All @@ -43,7 +43,7 @@
<maven.compiler.version>3.1</maven.compiler.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<notification-client.version>0.1-SNAPSHOT</notification-client.version>
<notification-client.version>0.1.0</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.1-SNAPSHOT</version>
<version>0.1.0</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<grpc.version>1.27.2</grpc.version>
Expand Down

0 comments on commit cb25392

Please sign in to comment.