Skip to content

Commit

Permalink
[skip ci]prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 19, 2024
1 parent 04db18e commit fbe6082
Show file tree
Hide file tree
Showing 18 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>com.weibo</groupId>
<artifactId>rill-flow</artifactId>
<version>0.1.14</version>
<version>0.1.15-SNAPSHOT</version>

<name>rill-flow</name>
<description>a high-performance and scalable distributed workflow orchestration service, originally designed to tackle the complexities and high concurrency demands of video processing workflows in the Weibo video business context.</description>
Expand Down Expand Up @@ -51,7 +51,7 @@
<connection>scm:git:git://github.com/weibocom/rill-flow.git</connection>
<developerConnection>scm:git:https://github.com/weibocom/rill-flow.git</developerConnection>
<url>https://github.com/weibocom/rill-flow</url>
<tag>rill-flow-0.1.14</tag>
<tag>HEAD</tag>
</scm>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion rill-flow-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>rill-flow</artifactId>
<groupId>com.weibo</groupId>
<version>0.1.14</version>
<version>0.1.15-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion rill-flow-dag/olympicene-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.weibo</groupId>
<artifactId>rill-flow-dag</artifactId>
<version>0.1.14</version>
<version>0.1.15-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion rill-flow-dag/olympicene-ddl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.weibo</groupId>
<artifactId>rill-flow-dag</artifactId>
<version>0.1.14</version>
<version>0.1.15-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion rill-flow-dag/olympicene-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.weibo</groupId>
<artifactId>rill-flow-dag</artifactId>
<version>0.1.14</version>
<version>0.1.15-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion rill-flow-dag/olympicene-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.weibo</groupId>
<artifactId>rill-flow-dag</artifactId>
<version>0.1.14</version>
<version>0.1.15-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion rill-flow-dag/olympicene-traversal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.weibo</groupId>
<artifactId>rill-flow-dag</artifactId>
<version>0.1.14</version>
<version>0.1.15-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion rill-flow-dag/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>rill-flow</artifactId>
<groupId>com.weibo</groupId>
<version>0.1.14</version>
<version>0.1.15-SNAPSHOT</version>
</parent>
<modules>
<module>olympicene-traversal</module>
Expand Down
2 changes: 1 addition & 1 deletion rill-flow-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>rill-flow</artifactId>
<groupId>com.weibo</groupId>
<version>0.1.14</version>
<version>0.1.15-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion rill-flow-interfaces/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.weibo</groupId>
<artifactId>rill-flow</artifactId>
<version>0.1.14</version>
<version>0.1.15-SNAPSHOT</version>
</parent>
<artifactId>rill-flow-interfaces</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion rill-flow-plugins/aliyun-ai-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.weibo</groupId>
<artifactId>rill-flow-plugins</artifactId>
<version>0.1.14</version>
<version>0.1.15-SNAPSHOT</version>
</parent>
<artifactId>aliyun-ai-plugin</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion rill-flow-plugins/chatgpt-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.weibo</groupId>
<artifactId>rill-flow-plugins</artifactId>
<version>0.1.14</version>
<version>0.1.15-SNAPSHOT</version>
</parent>

<name>ServicePlugin Maven Webapp</name>
Expand Down
2 changes: 1 addition & 1 deletion rill-flow-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.weibo</groupId>
<artifactId>rill-flow</artifactId>
<version>0.1.14</version>
<version>0.1.15-SNAPSHOT</version>
</parent>
<artifactId>rill-flow-plugins</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion rill-flow-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>rill-flow</artifactId>
<groupId>com.weibo</groupId>
<version>0.1.14</version>
<version>0.1.15-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion rill-flow-task-template/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.weibo</groupId>
<artifactId>rill-flow</artifactId>
<version>0.1.14</version>
<version>0.1.15-SNAPSHOT</version>
</parent>
<artifactId>rill-flow-task-template</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion rill-flow-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.weibo</groupId>
<artifactId>rill-flow</artifactId>
<version>0.1.14</version>
<version>0.1.15-SNAPSHOT</version>
</parent>

<artifactId>rill-flow-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rill-flow-trigger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.weibo</groupId>
<artifactId>rill-flow</artifactId>
<version>0.1.14</version>
<version>0.1.15-SNAPSHOT</version>
</parent>
<artifactId>rill-flow-trigger</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion rill-flow-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>rill-flow</artifactId>
<groupId>com.weibo</groupId>
<version>0.1.14</version>
<version>0.1.15-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit fbe6082

Please sign in to comment.