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

@@ -5,7 +5,7 @@
<parent>
<artifactId>fastbee</artifactId>
<groupId>com.fastbee</groupId>
<version>3.8.5</version>
<version>${fastbee.version}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>

View File

@@ -1,7 +1,7 @@
# 项目相关配置
fastbee:
name: fastbee # 名称
version: 3.8.5 # 版本
version: 2.1.0 # 版本
copyrightYear: 2024 # 版权年份
demoEnabled: true # 实例演示开关
# 文件路径以uploadPath结尾 示例( Windows配置 D:/uploadPathLinux配置 /uploadPath

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>fastbee</artifactId>
<groupId>com.fastbee</groupId>
<version>3.8.5</version>
<version>${fastbee.version}</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>fastbee</artifactId>
<groupId>com.fastbee</groupId>
<version>3.8.5</version>
<version>${fastbee.version}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -61,4 +61,4 @@
</dependencies>
</project>
</project>

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>fastbee-gateway</artifactId>
<groupId>com.fastbee</groupId>
<version>3.8.5</version>
<version>${fastbee.version}</version>
</parent>
<artifactId>fastbee-mq</artifactId>
@@ -23,8 +23,6 @@
<dependency>
<groupId>com.fastbee</groupId>
<artifactId>fastbee-mqtt-client</artifactId>
<version>3.8.5</version>
<scope>compile</scope>
</dependency>

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>fastbee-gateway</artifactId>
<groupId>com.fastbee</groupId>
<version>3.8.5</version>
<version>${fastbee.version}</version>
</parent>
<artifactId>gateway-boot</artifactId>
@@ -20,8 +20,6 @@
<dependency>
<groupId>com.fastbee</groupId>
<artifactId>fastbee-mqtt-client</artifactId>
<version>3.8.5</version>
<scope>compile</scope>
</dependency>
</dependencies>

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>fastbee</artifactId>
<groupId>com.fastbee</groupId>
<version>3.8.5</version>
<version>${fastbee.version}</version>
</parent>
<packaging>pom</packaging>

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>fastbee</artifactId>
<groupId>com.fastbee</groupId>
<version>3.8.5</version>
<version>${fastbee.version}</version>
</parent>

View File

@@ -4,7 +4,7 @@
<parent>
<artifactId>fastbee-plugs</artifactId>
<groupId>com.fastbee</groupId>
<version>3.8.5</version>
<version>${fastbee.version}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -36,4 +36,4 @@
</dependencies>
</project>
</project>

View File

@@ -6,11 +6,10 @@
<parent>
<groupId>com.fastbee</groupId>
<artifactId>fastbee-plugs</artifactId>
<version>3.8.5</version>
<version>${fastbee.version}</version>
</parent>
<artifactId>fastbee-http</artifactId>
<version>3.8.5</version>
<properties>
<maven.compiler.source>8</maven.compiler.source>

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>fastbee-plugs</artifactId>
<groupId>com.fastbee</groupId>
<version>3.8.5</version>
<version>${fastbee.version}</version>
</parent>
<artifactId>fastbee-mqtt-client</artifactId>
</project>

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>fastbee-plugs</artifactId>
<groupId>com.fastbee</groupId>
<version>3.8.5</version>
<version>${fastbee.version}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -37,4 +37,4 @@
</dependencies>
</project>
</project>

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>com.fastbee</groupId>
<artifactId>fastbee-plugs</artifactId>
<version>3.8.5</version>
<version>${fastbee.version}</version>
</parent>
<artifactId>fastbee-ruleEngine</artifactId>

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>fastbee</artifactId>
<groupId>com.fastbee</groupId>
<version>3.8.5</version>
<version>${fastbee.version}</version>
</parent>
<packaging>pom</packaging>

View File

@@ -2,21 +2,19 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>fastbee-protocol</artifactId>
<groupId>com.fastbee</groupId>
<version>${fastbee.version}</version>
</parent>
<artifactId>fastbee-protocol-collect</artifactId>
<dependencies>
<dependency>
<groupId>com.fastbee</groupId>
<artifactId>fastbee-iot-service</artifactId>
</dependency>
</dependencies>
<parent>
<artifactId>fastbee-protocol</artifactId>
<groupId>com.fastbee</groupId>
<version>3.8.5</version>
</parent>
<artifactId>fastbee-protocol-collect</artifactId>
</project>

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>fastbee</artifactId>
<groupId>com.fastbee</groupId>
<version>3.8.5</version>
<version>${fastbee.version}</version>
</parent>
<artifactId>fastbee-protocol</artifactId>

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>fastbee-server</artifactId>
<groupId>com.fastbee</groupId>
<version>3.8.5</version>
<version>${fastbee.version}</version>
</parent>
<artifactId>base-server</artifactId>

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>fastbee-server</artifactId>
<groupId>com.fastbee</groupId>
<version>3.8.5</version>
<version>${fastbee.version}</version>
</parent>
<artifactId>boot-strap</artifactId>
<description>网关服务启动模块</description>
@@ -24,8 +24,6 @@
<dependency>
<groupId>com.fastbee</groupId>
<artifactId>base-server</artifactId>
<version>3.8.5</version>
<scope>compile</scope>
</dependency>
</dependencies>

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>fastbee-server</artifactId>
<groupId>com.fastbee</groupId>
<version>3.8.5</version>
<version>${fastbee.version}</version>
</parent>
<artifactId>iot-server-core</artifactId>

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>fastbee-server</artifactId>
<groupId>com.fastbee</groupId>
<version>3.8.5</version>
<version>${fastbee.version}</version>
</parent>
<artifactId>mqtt-broker</artifactId>
@@ -24,8 +24,6 @@
<dependency>
<groupId>com.fastbee</groupId>
<artifactId>fastbee-mqtt-client</artifactId>
<version>3.8.5</version>
<scope>compile</scope>
</dependency>
</dependencies>

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>fastbee</artifactId>
<groupId>com.fastbee</groupId>
<version>3.8.5</version>
<version>${fastbee.version}</version>
</parent>
<packaging>pom</packaging>
@@ -36,7 +36,6 @@
<dependency>
<groupId>com.fastbee</groupId>
<artifactId>fastbee-common</artifactId>
<version>3.8.5</version>
</dependency>
<dependency>

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>fastbee-server</artifactId>
<groupId>com.fastbee</groupId>
<version>3.8.5</version>
<version>${fastbee.version}</version>
</parent>
<artifactId>sip-server</artifactId>
@@ -71,8 +71,6 @@
<dependency>
<groupId>com.fastbee</groupId>
<artifactId>fastbee-mqtt-client</artifactId>
<version>3.8.5</version>
<scope>compile</scope>
</dependency>
</dependencies>

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>fastbee-service</artifactId>
<groupId>com.fastbee</groupId>
<version>3.8.5</version>
<version>${fastbee.version}</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>fastbee-service</artifactId>
<groupId>com.fastbee</groupId>
<version>3.8.5</version>
<version>${fastbee.version}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -25,4 +25,4 @@
</dependencies>
</project>
</project>

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>fastbee</artifactId>
<groupId>com.fastbee</groupId>
<version>3.8.5</version>
<version>${fastbee.version}</version>
</parent>
<packaging>pom</packaging>
<artifactId>fastbee-service</artifactId>

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 -->