Skip to content

Commit

Permalink
🏗️ update groupId
Browse files Browse the repository at this point in the history
  • Loading branch information
sanshengshui committed Oct 21, 2020
1 parent 0bdbbed commit a5b518a
Show file tree
Hide file tree
Showing 29 changed files with 39 additions and 50 deletions.
8 changes: 2 additions & 6 deletions IOT-Guide-Coap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>IOT-Guide</artifactId>
<groupId>com.sanshengshui</groupId>
<groupId>iot.technology</groupId>
<version>1.0-SNAPSHOT</version>
</parent>

Expand All @@ -42,11 +42,7 @@
<artifactId>californium-core</artifactId>
</dependency>
<dependency>
<groupId>com.sanshengshui</groupId>
<artifactId>IOT-Guide-TSL</artifactId>
</dependency>
<dependency>
<groupId>com.sanshengshui</groupId>
<groupId>iot.technology</groupId>
<artifactId>IOT-Guide-TSL</artifactId>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion IOT-Guide-Custom-Protocol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>IOT-Guide</artifactId>
<groupId>com.sanshengshui</groupId>
<groupId>iot.technology</groupId>
<version>1.0-SNAPSHOT</version>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion IOT-Guide-DB-MongoDB/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>IOT-Guide</artifactId>
<groupId>com.sanshengshui</groupId>
<groupId>iot.technology</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion IOT-Guide-DB-PostgreSQL/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>IOT-Guide</artifactId>
<groupId>com.sanshengshui</groupId>
<groupId>iot.technology</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion IOT-Guide-DB/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>IOT-Guide</artifactId>
<groupId>com.sanshengshui</groupId>
<groupId>iot.technology</groupId>
<version>1.0-SNAPSHOT</version>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
@EnableAutoConfiguration
@EnableTransactionManagement
@ComponentScan("iot.technology.dao.sql")
@EntityScan("com.sanshengshui.dao.model")
@EntityScan("iot.technology.dao.model")
@EnableJpaRepositories("iot.technology.dao.sql")
@SqlDao
public class JpaDaoConfig {
Expand Down
2 changes: 1 addition & 1 deletion IOT-Guide-Docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>IOT-Guide</artifactId>
<groupId>com.sanshengshui</groupId>
<groupId>iot.technology</groupId>
<version>1.0-SNAPSHOT</version>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion IOT-Guide-Flink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>IOT-Guide</artifactId>
<groupId>com.sanshengshui</groupId>
<groupId>iot.technology</groupId>
<version>1.0-SNAPSHOT</version>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion IOT-Guide-Gateway-Modbus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>IOT-Guide</artifactId>
<groupId>com.sanshengshui</groupId>
<groupId>iot.technology</groupId>
<version>1.0-SNAPSHOT</version>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion IOT-Guide-Gateway-OPC(UA)/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>IOT-Guide</artifactId>
<groupId>com.sanshengshui</groupId>
<groupId>iot.technology</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions IOT-Guide-Gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>IOT-Guide</artifactId>
<groupId>com.sanshengshui</groupId>
<groupId>iot.technology</groupId>
<version>1.0-SNAPSHOT</version>
</parent>

Expand All @@ -44,7 +44,7 @@
<artifactId>netty-all</artifactId>
</dependency>
<dependency>
<groupId>com.sanshengshui</groupId>
<groupId>iot.technology</groupId>
<artifactId>IOT-Guide-TSL</artifactId>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion IOT-Guide-HTTP-Test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<modelVersion>4.0.0</modelVersion>
<name>IOT Technology Guide :: Test</name>
<groupId>com.sanshengshui</groupId>
<groupId>iot.technology</groupId>
<artifactId>IOT-Guide-HTTP-Test</artifactId>
<version>1.0-SNAPSHOT</version>

Expand Down
4 changes: 2 additions & 2 deletions IOT-Guide-HTTP/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>IOT-Guide</artifactId>
<groupId>com.sanshengshui</groupId>
<groupId>iot.technology</groupId>
<version>1.0-SNAPSHOT</version>
</parent>

Expand All @@ -38,7 +38,7 @@

<dependencies>
<dependency>
<groupId>com.sanshengshui</groupId>
<groupId>iot.technology</groupId>
<artifactId>IOT-Guide-TSL</artifactId>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion IOT-Guide-JWT-JPA/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">
<parent>
<artifactId>IOT-Guide</artifactId>
<groupId>com.sanshengshui</groupId>
<groupId>iot.technology</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion IOT-Guide-JWT-Refresh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>IOT-Guide</artifactId>
<groupId>com.sanshengshui</groupId>
<groupId>iot.technology</groupId>
<version>1.0-SNAPSHOT</version>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion IOT-Guide-JWT-Without-JPA/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>IOT-Guide</artifactId>
<groupId>com.sanshengshui</groupId>
<groupId>iot.technology</groupId>
<version>1.0-SNAPSHOT</version>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion IOT-Guide-Kubernates/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>IOT-Guide</artifactId>
<groupId>com.sanshengshui</groupId>
<groupId>iot.technology</groupId>
<version>1.0-SNAPSHOT</version>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions IOT-Guide-MQTT/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>IOT-Guide</artifactId>
<groupId>com.sanshengshui</groupId>
<groupId>iot.technology</groupId>
<version>1.0-SNAPSHOT</version>
</parent>

Expand All @@ -45,7 +45,7 @@
</dependency>

<dependency>
<groupId>com.sanshengshui</groupId>
<groupId>iot.technology</groupId>
<artifactId>IOT-Guide-TSL</artifactId>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion IOT-Guide-Msa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>IOT-Guide</artifactId>
<groupId>com.sanshengshui</groupId>
<groupId>iot.technology</groupId>
<version>1.0-SNAPSHOT</version>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion IOT-Guide-MultiTenant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>IOT-Guide</artifactId>
<groupId>com.sanshengshui</groupId>
<groupId>iot.technology</groupId>
<version>1.0-SNAPSHOT</version>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions IOT-Guide-OAuth2.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>IOT-Guide</artifactId>
<groupId>com.sanshengshui</groupId>
<groupId>iot.technology</groupId>
<version>1.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<name>IOT Technology Guide :: OAuth2.0</name>
<artifactId>IOT-Guide-OAuth2.0</artifactId>
<packaging>jar</packaging>
<packaging>pom</packaging>

<url>https://iot.mushuwei.cn/</url>
<description>IOT Technical Guide - OAuth2.0 of the era of the Internet of Everything</description>
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion IOT-Guide-Protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>IOT-Guide</artifactId>
<groupId>com.sanshengshui</groupId>
<groupId>iot.technology</groupId>
<version>1.0-SNAPSHOT</version>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion IOT-Guide-RealTime-Backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>IOT-Guide</artifactId>
<groupId>com.sanshengshui</groupId>
<groupId>iot.technology</groupId>
<version>1.0-SNAPSHOT</version>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion IOT-Guide-RealTime-Fontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>IOT-Guide</artifactId>
<groupId>com.sanshengshui</groupId>
<groupId>iot.technology</groupId>
<version>1.0-SNAPSHOT</version>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion IOT-Guide-RuleEngine-EasyRules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>IOT-Guide</artifactId>
<groupId>com.sanshengshui</groupId>
<groupId>iot.technology</groupId>
<version>1.0-SNAPSHOT</version>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion IOT-Guide-RuleEngine-ThingsBoard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>IOT-Guide</artifactId>
<groupId>com.sanshengshui</groupId>
<groupId>iot.technology</groupId>
<version>1.0-SNAPSHOT</version>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion IOT-Guide-TSL/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>IOT-Guide</artifactId>
<groupId>com.sanshengshui</groupId>
<groupId>iot.technology</groupId>
<version>1.0-SNAPSHOT</version>
</parent>

Expand Down
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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>

<groupId>com.sanshengshui</groupId>
<groupId>iot.technology</groupId>
<artifactId>IOT-Guide</artifactId>
<name>IOT Technology Guide</name>
<packaging>pom</packaging>
Expand Down Expand Up @@ -123,7 +123,7 @@
<version>${lombok.version}</version>
</dependency>
<dependency>
<groupId>com.sanshengshui</groupId>
<groupId>iot.technology</groupId>
<artifactId>IOT-Guide-TSL</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
Expand Down Expand Up @@ -225,6 +225,11 @@
<artifactId>spring-boot-starter-security</artifactId>
<version>${spring-boot.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.security.oauth.boot</groupId>
<artifactId>spring-security-oauth2-autoconfigure</artifactId>
<version>${spring-boot.version}</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
Expand Down

0 comments on commit a5b518a

Please sign in to comment.