Skip to content

Commit

Permalink
v0.3.2 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
kenuiuc committed Aug 20, 2021
1 parent 00912f8 commit 47abf36
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions im-sdk-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

<groupId>com.easemob.im</groupId>
<artifactId>im-sdk-cli</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>
<description>Easemob IM cli utility</description>

<parent>
<groupId>com.easemob.im</groupId>
<artifactId>im-sdk-parent</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>
</parent>

<properties>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>com.easemob.im</groupId>
<artifactId>im-sdk-core</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>
</dependency>
<dependency>
<groupId>info.picocli</groupId>
Expand Down
4 changes: 2 additions & 2 deletions im-sdk-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

<groupId>com.easemob.im</groupId>
<artifactId>im-sdk-core</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>
<description>Easemob IM SDK Core</description>
<parent>
<groupId>com.easemob.im</groupId>
<artifactId>im-sdk-parent</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.easemob.im</groupId>
<artifactId>im-sdk-parent</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>
<packaging>pom</packaging>

<name>Easemob IM SDK for Java</name>
Expand Down
Empty file modified release.sh
100644 → 100755
Empty file.

0 comments on commit 47abf36

Please sign in to comment.