From 0390d004b211d907819066a14b6e4682dd90c275 Mon Sep 17 00:00:00 2001 From: lyfO_o <764716047@qq.com> Date: 星期二, 21 二月 2023 10:15:25 +0800 Subject: [PATCH] commit --- pom.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 157579b..51b8941 100644 --- a/pom.xml +++ b/pom.xml @@ -508,6 +508,12 @@ <profile.active>guotai</profile.active> </properties> </profile> + <profile> + <id>cq</id> + <properties> + <profile.active>cq</profile.active> + </properties> + </profile> </profiles> <build> <finalName>smartlab</finalName> -- Gitblit v1.9.2