Skip to content

Commit

Permalink
✨ 调整 groupId 到 org.dromara.mica-mqtt
Browse files Browse the repository at this point in the history
  • Loading branch information
li-xunhuan committed Nov 21, 2024
1 parent e0ab67f commit 280cd46
Show file tree
Hide file tree
Showing 19 changed files with 44 additions and 44 deletions.
4 changes: 2 additions & 2 deletions example/mica-mqtt-client-solon-plugin-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>net.dreamlu</groupId>
<groupId>org.dromara.mica-mqtt</groupId>
<artifactId>example</artifactId>
<version>${revision}</version>
</parent>
Expand All @@ -16,7 +16,7 @@
<artifactId>solon-web</artifactId>
</dependency>
<dependency>
<groupId>net.dreamlu</groupId>
<groupId>org.dromara.mica-mqtt</groupId>
<artifactId>mica-mqtt-client-solon-plugin</artifactId>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions example/mica-mqtt-client-spring-boot-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
<url>https://www.dreamlu.net</url>

<parent>
<groupId>net.dreamlu</groupId>
<groupId>org.dromara.mica-mqtt</groupId>
<artifactId>example</artifactId>
<version>${revision}</version>
</parent>

<dependencies>
<dependency>
<groupId>net.dreamlu</groupId>
<groupId>org.dromara.mica-mqtt</groupId>
<artifactId>mica-mqtt-client-spring-boot-starter</artifactId>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions example/mica-mqtt-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<name>${project.artifactId}</name>

<parent>
<groupId>net.dreamlu</groupId>
<groupId>org.dromara.mica-mqtt</groupId>
<artifactId>example</artifactId>
<version>${revision}</version>
</parent>
Expand All @@ -20,11 +20,11 @@

<dependencies>
<dependency>
<groupId>net.dreamlu</groupId>
<groupId>org.dromara.mica-mqtt</groupId>
<artifactId>mica-mqtt-client</artifactId>
</dependency>
<dependency>
<groupId>net.dreamlu</groupId>
<groupId>org.dromara.mica-mqtt</groupId>
<artifactId>mica-mqtt-server</artifactId>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions example/mica-mqtt-server-solon-plugin-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>net.dreamlu</groupId>
<groupId>org.dromara.mica-mqtt</groupId>
<artifactId>example</artifactId>
<version>${revision}</version>
</parent>
Expand All @@ -17,7 +17,7 @@
<artifactId>solon-web</artifactId>
</dependency>
<dependency>
<groupId>net.dreamlu</groupId>
<groupId>org.dromara.mica-mqtt</groupId>
<artifactId>mica-mqtt-server-solon-plugin</artifactId>
</dependency>
<!-- 简单的本地定时任务调度 -->
Expand Down
4 changes: 2 additions & 2 deletions example/mica-mqtt-server-spring-boot-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<artifactId>mica-mqtt-server-spring-boot-example</artifactId>

<parent>
<groupId>net.dreamlu</groupId>
<groupId>org.dromara.mica-mqtt</groupId>
<artifactId>example</artifactId>
<version>${revision}</version>
</parent>

<dependencies>
<dependency>
<groupId>net.dreamlu</groupId>
<groupId>org.dromara.mica-mqtt</groupId>
<artifactId>mica-mqtt-server-spring-boot-starter</artifactId>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>net.dreamlu</groupId>
<groupId>org.dromara.mica-mqtt</groupId>
<artifactId>mica-mqtt</artifactId>
<version>${revision}</version>
</parent>
Expand Down
4 changes: 2 additions & 2 deletions mica-mqtt-broker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<url>https://www.dreamlu.net</url>

<parent>
<groupId>net.dreamlu</groupId>
<groupId>org.dromara.mica-mqtt</groupId>
<artifactId>mica-mqtt</artifactId>
<version>${revision}</version>
</parent>
Expand Down Expand Up @@ -36,7 +36,7 @@
<artifactId>mica-openapi</artifactId>
</dependency>
<dependency>
<groupId>net.dreamlu</groupId>
<groupId>org.dromara.mica-mqtt</groupId>
<artifactId>mica-mqtt-server-spring-boot-starter</artifactId>
</dependency>
<!-- 开启 prometheus 指标收集,详见: http://localhost:30012/actuator/prometheus -->
Expand Down
4 changes: 2 additions & 2 deletions mica-mqtt-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>net.dreamlu</groupId>
<groupId>org.dromara.mica-mqtt</groupId>
<artifactId>mica-mqtt</artifactId>
<version>${revision}</version>
</parent>
Expand All @@ -13,7 +13,7 @@

<dependencies>
<dependency>
<groupId>net.dreamlu</groupId>
<groupId>org.dromara.mica-mqtt</groupId>
<artifactId>mica-mqtt-common</artifactId>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion mica-mqtt-codec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>net.dreamlu</groupId>
<groupId>org.dromara.mica-mqtt</groupId>
<artifactId>mica-mqtt</artifactId>
<version>${revision}</version>
</parent>
Expand Down
4 changes: 2 additions & 2 deletions mica-mqtt-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>net.dreamlu</groupId>
<groupId>org.dromara.mica-mqtt</groupId>
<artifactId>mica-mqtt</artifactId>
<version>${revision}</version>
</parent>
Expand All @@ -13,7 +13,7 @@

<dependencies>
<dependency>
<groupId>net.dreamlu</groupId>
<groupId>org.dromara.mica-mqtt</groupId>
<artifactId>mica-mqtt-codec</artifactId>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions mica-mqtt-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>net.dreamlu</groupId>
<groupId>org.dromara.mica-mqtt</groupId>
<artifactId>mica-mqtt</artifactId>
<version>${revision}</version>
</parent>
Expand All @@ -13,7 +13,7 @@

<dependencies>
<dependency>
<groupId>net.dreamlu</groupId>
<groupId>org.dromara.mica-mqtt</groupId>
<artifactId>mica-mqtt-common</artifactId>
</dependency>
<dependency>
Expand Down
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>net.dreamlu</groupId>
<groupId>org.dromara.mica-mqtt</groupId>
<artifactId>mica-mqtt</artifactId>
<version>${revision}</version>
<packaging>pom</packaging>
Expand All @@ -13,7 +13,7 @@

<properties>
<!-- mica-mqtt version -->
<revision>2.3.10-SNAPSHOT</revision>
<revision>2.4.0-SNAPSHOT</revision>
<!-- java version -->
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -96,42 +96,42 @@
<version>${jfinal.version}</version>
</dependency>
<dependency>
<groupId>net.dreamlu</groupId>
<groupId>org.dromara.mica-mqtt</groupId>
<artifactId>mica-mqtt-codec</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>net.dreamlu</groupId>
<groupId>org.dromara.mica-mqtt</groupId>
<artifactId>mica-mqtt-common</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>net.dreamlu</groupId>
<groupId>org.dromara.mica-mqtt</groupId>
<artifactId>mica-mqtt-client</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>net.dreamlu</groupId>
<groupId>org.dromara.mica-mqtt</groupId>
<artifactId>mica-mqtt-server</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>net.dreamlu</groupId>
<groupId>org.dromara.mica-mqtt</groupId>
<artifactId>mica-mqtt-server-spring-boot-starter</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>net.dreamlu</groupId>
<groupId>org.dromara.mica-mqtt</groupId>
<artifactId>mica-mqtt-client-spring-boot-starter</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>net.dreamlu</groupId>
<groupId>org.dromara.mica-mqtt</groupId>
<artifactId>mica-mqtt-client-solon-plugin</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>net.dreamlu</groupId>
<groupId>org.dromara.mica-mqtt</groupId>
<artifactId>mica-mqtt-server-solon-plugin</artifactId>
<version>${revision}</version>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions starter/mica-mqtt-client-jfinal-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>net.dreamlu</groupId>
<groupId>org.dromara.mica-mqtt</groupId>
<artifactId>starter</artifactId>
<version>${revision}</version>
</parent>
Expand All @@ -13,7 +13,7 @@

<dependencies>
<dependency>
<groupId>net.dreamlu</groupId>
<groupId>org.dromara.mica-mqtt</groupId>
<artifactId>mica-mqtt-client</artifactId>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions starter/mica-mqtt-client-solon-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>net.dreamlu</groupId>
<groupId>org.dromara.mica-mqtt</groupId>
<artifactId>starter</artifactId>
<version>${revision}</version>
</parent>
Expand All @@ -13,7 +13,7 @@

<dependencies>
<dependency>
<groupId>net.dreamlu</groupId>
<groupId>org.dromara.mica-mqtt</groupId>
<artifactId>mica-mqtt-client</artifactId>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions starter/mica-mqtt-client-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
<name>${project.artifactId}</name>

<parent>
<groupId>net.dreamlu</groupId>
<groupId>org.dromara.mica-mqtt</groupId>
<artifactId>starter</artifactId>
<version>${revision}</version>
</parent>

<dependencies>
<dependency>
<groupId>net.dreamlu</groupId>
<groupId>org.dromara.mica-mqtt</groupId>
<artifactId>mica-mqtt-client</artifactId>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions starter/mica-mqtt-server-jfinal-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>net.dreamlu</groupId>
<groupId>org.dromara.mica-mqtt</groupId>
<artifactId>starter</artifactId>
<version>${revision}</version>
</parent>
Expand All @@ -13,7 +13,7 @@

<dependencies>
<dependency>
<groupId>net.dreamlu</groupId>
<groupId>org.dromara.mica-mqtt</groupId>
<artifactId>mica-mqtt-server</artifactId>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions starter/mica-mqtt-server-solon-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>net.dreamlu</groupId>
<groupId>org.dromara.mica-mqtt</groupId>
<artifactId>starter</artifactId>
<version>${revision}</version>
</parent>
Expand All @@ -14,7 +14,7 @@

<dependencies>
<dependency>
<groupId>net.dreamlu</groupId>
<groupId>org.dromara.mica-mqtt</groupId>
<artifactId>mica-mqtt-server</artifactId>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions starter/mica-mqtt-server-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
<name>${project.artifactId}</name>

<parent>
<groupId>net.dreamlu</groupId>
<groupId>org.dromara.mica-mqtt</groupId>
<artifactId>starter</artifactId>
<version>${revision}</version>
</parent>

<dependencies>
<dependency>
<groupId>net.dreamlu</groupId>
<groupId>org.dromara.mica-mqtt</groupId>
<artifactId>mica-mqtt-server</artifactId>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>net.dreamlu</groupId>
<groupId>org.dromara.mica-mqtt</groupId>
<artifactId>mica-mqtt</artifactId>
<version>${revision}</version>
</parent>
Expand Down

0 comments on commit 280cd46

Please sign in to comment.