build(版本号修改): 版本号修改

This commit is contained in:
zhuangpeng.li
2025-04-16 11:08:49 +08:00
parent 5fc141719a
commit b86acd933b
26 changed files with 44 additions and 51 deletions

View File

@@ -6,14 +6,15 @@
<groupId>com.fastbee</groupId>
<artifactId>fastbee</artifactId>
<version>3.8.5</version>
<version>${fastbee.version}</version>
<name>fastbee</name>
<url>http://fastbee.cn</url>
<description>FastBee物联网平台</description>
<properties>
<fastbee.version>3.8.5</fastbee.version>
<ruoyi.version>3.8.5</ruoyi.version>
<fastbee.version>2.1.0</fastbee.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
@@ -350,6 +351,12 @@
<version>${fastbee.version}</version>
</dependency>
<dependency>
<groupId>com.fastbee</groupId>
<artifactId>fastbee-mqtt-client</artifactId>
<version>${fastbee.version}</version>
</dependency>
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct</artifactId> <!-- use mapstruct-jdk8 for Java 8 or higher -->