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

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