Skip to content

Commit

Permalink
chore(build): update Java sdk version as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ppoffice committed Feb 11, 2022
1 parent a77cfa2 commit 0db09ef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ define services of their devices, and request services from IoT devices.
<dependency>
<groupId>org.nexus-lab.iot-service-blockchain</groupId>
<artifactId>sdk</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2-SNAPSHOT</version>
</dependency>
```

Expand All @@ -59,7 +59,7 @@ define services of their devices, and request services from IoT devices.
Finally, run the following command to install the SDK:

```shell
npm install @nexus-lab/[email protected].1
npm install @nexus-lab/[email protected].2
```

Also, refer to [`tests/e2e/javascript`](tests/e2e/javascript) for usage examples of the
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.nexus-lab.iot-service-blockchain</groupId>
<artifactId>sdk</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2-SNAPSHOT</version>

<name>sdk</name>
<description>
Expand Down
4 changes: 2 additions & 2 deletions tests/e2e/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.example</groupId>
<artifactId>e2e</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2-SNAPSHOT</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>org.nexus-lab.iot-service-blockchain</groupId>
<artifactId>sdk</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 0db09ef

Please sign in to comment.