Skip to content

Commit

Permalink
发布1.0版本
Browse files Browse the repository at this point in the history
  • Loading branch information
w00371913 committed Aug 4, 2020
1 parent 4be5f2f commit d15f2a4
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ huaweicloud-iot-device-sdk-java提供设备接入华为云IoT物联网平台的J
<dependency>
<groupId>com.huaweicloud.iot</groupId>
<artifactId>iot-device-sdk-java</artifactId>
<version>0.8.0</version>
<version>1.0.0</version>
</dependency>

### 设备初始化
Expand Down
7 changes: 5 additions & 2 deletions iot-bridge-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,27 @@
<parent>
<groupId>com.huaweicloud</groupId>
<artifactId>iot-device-sdk-java-pom</artifactId>
<version>0.8.0</version>
<version>1.0.0</version>
</parent>
<artifactId>iot-bridge-demo</artifactId>

<description>bridge demo project for translate tcp/tls to mqtt</description>



<properties>
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<dependencies>
<dependency>
<groupId>com.huaweicloud</groupId>
<artifactId>iot-device-sdk-java</artifactId>
<version>0.8.0</version>
<version>1.0.0</version>
</dependency>


Expand Down
5 changes: 3 additions & 2 deletions iot-device-code-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@
<parent>
<groupId>com.huaweicloud</groupId>
<artifactId>iot-device-sdk-java-pom</artifactId>
<version>0.8.0</version>
<version>1.0.0</version>
</parent>
<artifactId>iot-device-code-generator</artifactId>
<description>A device code generator</description>

<properties>
<java.version>1.8</java.version>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<dependencies>
Expand Down Expand Up @@ -39,7 +40,7 @@
<dependency>
<groupId>com.huaweicloud</groupId>
<artifactId>iot-device-sdk-java</artifactId>
<version>0.8.0</version>
<version>1.0.0</version>
</dependency>
</dependencies>

Expand Down
8 changes: 6 additions & 2 deletions iot-device-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,21 @@
<parent>
<groupId>com.huaweicloud</groupId>
<artifactId>iot-device-sdk-java-pom</artifactId>
<version>0.8.0</version>
<version>1.0.0</version>
</parent>
<artifactId>iot-device-demo</artifactId>

<description>java device demo project</description>

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<dependencies>
<dependency>
<groupId>com.huaweicloud</groupId>
<artifactId>iot-device-sdk-java</artifactId>
<version>0.8.0</version>
<version>1.0.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion iot-device-sdk-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.huaweicloud</groupId>
<artifactId>iot-device-sdk-java-pom</artifactId>
<version>0.8.0</version>
<version>1.0.0</version>
</parent>
<artifactId>iot-device-sdk-java</artifactId>

Expand Down
5 changes: 3 additions & 2 deletions iot-gateway-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.huaweicloud</groupId>
<artifactId>iot-device-sdk-java-pom</artifactId>
<version>0.8.0</version>
<version>1.0.0</version>
</parent>
<artifactId>iot-gateway-demo</artifactId>

Expand All @@ -18,13 +18,14 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<dependencies>
<dependency>
<groupId>com.huaweicloud</groupId>
<artifactId>iot-device-sdk-java</artifactId>
<version>0.8.0</version>
<version>1.0.0</version>
</dependency>


Expand Down
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.huaweicloud</groupId>
<artifactId>iot-device-sdk-java-pom</artifactId>
<version>0.8.0</version>
<description>iot device sdk project for java</description>
<version>1.0.0</version>
<name>huaweicloud iot device sdk project for java</name>
<description>huaweicloud iot device sdk project for java</description>
<packaging>pom</packaging>
<url>https://github.com/huaweicloud/huaweicloud-iot-device-sdk-java.git</url>

<modules>
<module>iot-device-sdk-java</module>
Expand Down

0 comments on commit d15f2a4

Please sign in to comment.