Skip to content

Commit

Permalink
[MINOR] Update pom version to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhiwei committed Oct 18, 2023
1 parent 890ffe1 commit e70d219
Show file tree
Hide file tree
Showing 79 changed files with 91 additions and 91 deletions.
4 changes: 2 additions & 2 deletions geaflow-console/app/biz/service/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
<parent>
<groupId>com.antgroup.tugraph</groupId>
<artifactId>geaflow-console</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
<relativePath>../../../../pom.xml</relativePath>
</parent>
<artifactId>geaflow-console-biz-service-impl</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions geaflow-console/app/biz/shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<parent>
<groupId>com.antgroup.tugraph</groupId>
<artifactId>geaflow-console</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>geaflow-console-biz-shared</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>com.antgroup.tugraph</groupId>
Expand Down
4 changes: 2 additions & 2 deletions geaflow-console/app/bootstrap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<parent>
<groupId>com.antgroup.tugraph</groupId>
<artifactId>geaflow-console</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>geaflow-console-bootstrap</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
<dependencies>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions geaflow-console/app/common/dal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<parent>
<groupId>com.antgroup.tugraph</groupId>
<artifactId>geaflow-console</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>geaflow-console-common-dal</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
<dependencies>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions geaflow-console/app/common/service/facade/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<parent>
<groupId>com.antgroup.tugraph</groupId>
<artifactId>geaflow-console</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
<relativePath>../../../../pom.xml</relativePath>
</parent>
<artifactId>geaflow-console-common-service-facade</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
<dependencies>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions geaflow-console/app/common/service/integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<parent>
<groupId>com.antgroup.tugraph</groupId>
<artifactId>geaflow-console</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
<relativePath>../../../../pom.xml</relativePath>
</parent>
<artifactId>geaflow-console-common-service-integration</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>com.antgroup.tugraph</groupId>
Expand Down
4 changes: 2 additions & 2 deletions geaflow-console/app/common/util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<parent>
<groupId>com.antgroup.tugraph</groupId>
<artifactId>geaflow-console</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>geaflow-console-common-util</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
Expand Down
4 changes: 2 additions & 2 deletions geaflow-console/app/core/model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<parent>
<groupId>com.antgroup.tugraph</groupId>
<artifactId>geaflow-console</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>geaflow-console-core-model</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>com.antgroup.tugraph</groupId>
Expand Down
4 changes: 2 additions & 2 deletions geaflow-console/app/core/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<parent>
<groupId>com.antgroup.tugraph</groupId>
<artifactId>geaflow-console</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>geaflow-console-core-service</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
<properties>
<influxdb.client.version>6.8.0</influxdb.client.version>
</properties>
Expand Down
4 changes: 2 additions & 2 deletions geaflow-console/app/test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<parent>
<groupId>com.antgroup.tugraph</groupId>
<artifactId>geaflow-console</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>geaflow-console-test</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>com.antgroup.tugraph</groupId>
Expand Down
4 changes: 2 additions & 2 deletions geaflow-console/app/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<parent>
<groupId>com.antgroup.tugraph</groupId>
<artifactId>geaflow-console</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>geaflow-console-web</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
<dependencies>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion geaflow-console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.antgroup.tugraph</groupId>
<artifactId>geaflow-parent</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</parent>

<artifactId>geaflow-console</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion geaflow/geaflow-collection/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.antgroup.tugraph</groupId>
<artifactId>geaflow</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion geaflow/geaflow-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.antgroup.tugraph</groupId>
<artifactId>geaflow</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion geaflow/geaflow-core/geaflow-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.antgroup.tugraph</groupId>
<artifactId>geaflow-core</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion geaflow/geaflow-core/geaflow-core-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.antgroup.tugraph</groupId>
<artifactId>geaflow-core</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions geaflow/geaflow-core/geaflow-engine/geaflow-cluster/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.antgroup.tugraph</groupId>
<artifactId>geaflow-engine</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>com.antgroup.tugraph</groupId>
<artifactId>geaflow-shuffle</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.antgroup.tugraph</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.antgroup.tugraph</groupId>
<artifactId>geaflow-engine</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.antgroup.tugraph</groupId>
<artifactId>geaflow-engine</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.antgroup.tugraph</groupId>
<artifactId>geaflow-engine</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion geaflow/geaflow-core/geaflow-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.antgroup.tugraph</groupId>
<artifactId>geaflow-core</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.antgroup.tugraph</groupId>
<artifactId>geaflow-runtime</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion geaflow/geaflow-core/geaflow-runtime/geaflow-pdata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>geaflow-runtime</artifactId>
<groupId>com.antgroup.tugraph</groupId>
<version>0.3-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>geaflow-runtime</artifactId>
<groupId>com.antgroup.tugraph</groupId>
<version>0.3-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion geaflow/geaflow-core/geaflow-runtime/geaflow-plan/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>geaflow-runtime</artifactId>
<groupId>com.antgroup.tugraph</groupId>
<version>0.3-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>geaflow-runtime</artifactId>
<groupId>com.antgroup.tugraph</groupId>
<version>0.3-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>geaflow-runtime</artifactId>
<groupId>com.antgroup.tugraph</groupId>
<version>0.3-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>geaflow-runtime</artifactId>
<groupId>com.antgroup.tugraph</groupId>
<version>0.3-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion geaflow/geaflow-core/geaflow-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.antgroup.tugraph</groupId>
<artifactId>geaflow-core</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion geaflow/geaflow-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.antgroup.tugraph</groupId>
<artifactId>geaflow</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion geaflow/geaflow-deploy/geaflow-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>geaflow-deploy</artifactId>
<groupId>com.antgroup.tugraph</groupId>
<version>0.3-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion geaflow/geaflow-deploy/geaflow-on-k8s/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>geaflow-deploy</artifactId>
<groupId>com.antgroup.tugraph</groupId>
<version>0.3-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion geaflow/geaflow-deploy/geaflow-on-local/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>geaflow-deploy</artifactId>
<groupId>com.antgroup.tugraph</groupId>
<version>0.3-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion geaflow/geaflow-deploy/geaflow-on-ray/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>geaflow-deploy</artifactId>
<groupId>com.antgroup.tugraph</groupId>
<version>0.3-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion geaflow/geaflow-deploy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.antgroup.tugraph</groupId>
<artifactId>geaflow</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion geaflow/geaflow-dsl/geaflow-dsl-catalog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>geaflow-dsl</artifactId>
<groupId>com.antgroup.tugraph</groupId>
<version>0.3-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion geaflow/geaflow-dsl/geaflow-dsl-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>geaflow-dsl</artifactId>
<groupId>com.antgroup.tugraph</groupId>
<version>0.3-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Loading

0 comments on commit e70d219

Please sign in to comment.