Skip to content

Commit

Permalink
[Improvement] update pom
Browse files Browse the repository at this point in the history
  • Loading branch information
hdygxsj committed Aug 8, 2024
1 parent 9bc0bba commit 1f253bb
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion paimon-web-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>org.apache.paimon</groupId>
<artifactId>paimon-web-server</artifactId>
<version>0.2-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.paimon</groupId>
<artifactId>paimon-web-engine-flink</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.1-SNAPSHOT</version>
</parent>

<artifactId>paimon-web-engine-flink-common</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ under the License.
<dependency>
<groupId>org.apache.paimon</groupId>
<artifactId>paimon-web-engine-flink-common</artifactId>
<version>0.2-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion paimon-web-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ under the License.
<dependency>
<groupId>org.apache.paimon</groupId>
<artifactId>paimon-web-common</artifactId>
<version>0.2-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion paimon-web-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ under the License.
<dependency>
<groupId>org.apache.paimon</groupId>
<artifactId>paimon-web-engine-flink-sql-gateway</artifactId>
<version>0.2-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>

<dependency>
Expand Down
8 changes: 4 additions & 4 deletions paimon-web-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,25 +44,25 @@ under the License.
<dependency>
<groupId>org.apache.paimon</groupId>
<artifactId>paimon-web-common</artifactId>
<version>0.2-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.apache.paimon</groupId>
<artifactId>paimon-web-api</artifactId>
<version>0.2-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.apache.paimon</groupId>
<artifactId>paimon-web-gateway</artifactId>
<version>0.2-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.apache.paimon</groupId>
<artifactId>paimon-web-ui</artifactId>
<version>0.2-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 1f253bb

Please sign in to comment.