Skip to content

Commit

Permalink
v0.3.3 Development
Browse files Browse the repository at this point in the history
  • Loading branch information
kenuiuc committed Aug 20, 2021
1 parent 47abf36 commit 5a0bba7
Show file tree
Hide file tree
Showing 3 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</version>
<version>0.3.3-SNAPSHOT</version>
<description>Easemob IM cli utility</description>

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

<properties>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>com.easemob.im</groupId>
<artifactId>im-sdk-core</artifactId>
<version>0.3.2</version>
<version>0.3.3-SNAPSHOT</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</version>
<version>0.3.3-SNAPSHOT</version>
<description>Easemob IM SDK Core</description>
<parent>
<groupId>com.easemob.im</groupId>
<artifactId>im-sdk-parent</artifactId>
<version>0.3.2</version>
<version>0.3.3-SNAPSHOT</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</version>
<version>0.3.3-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Easemob IM SDK for Java</name>
Expand Down

0 comments on commit 5a0bba7

Please sign in to comment.