From ab3fb89d8a5bed2dddaf2f88ee1935ecc6a790e1 Mon Sep 17 00:00:00 2001
From: Michael Yang <fuhai999@gmail.com>
Date: 星期四, 15 五月 2025 18:09:14 +0800
Subject: [PATCH] refactor: 优化 pom 版本构建
---
aiflowy-commons/aiflowy-common-file-storage/pom.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/aiflowy-commons/aiflowy-common-file-storage/pom.xml b/aiflowy-commons/aiflowy-common-file-storage/pom.xml
index 68f9899..993c6a5 100644
--- a/aiflowy-commons/aiflowy-common-file-storage/pom.xml
+++ b/aiflowy-commons/aiflowy-common-file-storage/pom.xml
@@ -5,9 +5,10 @@
<parent>
<groupId>tech.aiflowy</groupId>
<artifactId>aiflowy-commons</artifactId>
- <version>1.0.2</version>
+ <version>${revision}</version>
</parent>
+ <name>aiflowy-common-file-storage</name>
<artifactId>aiflowy-common-file-storage</artifactId>
<properties>
@@ -25,7 +26,6 @@
<dependency>
<groupId>tech.aiflowy</groupId>
<artifactId>aiflowy-common-base</artifactId>
- <version>1.0.2</version>
<scope>compile</scope>
</dependency>
<dependency>
--
Gitblit v1.8.0