From 250909914676e295b4af615164b508ea1fc84835 Mon Sep 17 00:00:00 2001 From: ageerle <ageerle@163.com> Date: 星期四, 10 四月 2025 17:25:23 +0800 Subject: [PATCH] feat: 重构模块 --- ruoyi-modules-api/ruoyi-knowledge-api/pom.xml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/ruoyi-modules-api/ruoyi-knowledge-api/pom.xml b/ruoyi-modules-api/ruoyi-knowledge-api/pom.xml index cf1e031..27e2073 100644 --- a/ruoyi-modules-api/ruoyi-knowledge-api/pom.xml +++ b/ruoyi-modules-api/ruoyi-knowledge-api/pom.xml @@ -6,7 +6,8 @@ <parent> <groupId>org.ruoyi</groupId> <artifactId>ruoyi-modules-api</artifactId> - <version>1.0.0</version> + <version>${revision}</version> + <relativePath>../pom.xml</relativePath> </parent> <artifactId>ruoyi-knowledge-api</artifactId> -- Gitblit v1.9.3