Skip to content

Commit

Permalink
bumped up version
Browse files Browse the repository at this point in the history
  • Loading branch information
TareqK committed May 16, 2023
1 parent 734b90a commit c2af74f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions easybus-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>me.kisoft</groupId>
<artifactId>easybus-core</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
<packaging>jar</packaging>
<parent>
<groupId>me.kisoft</groupId>
<artifactId>easybus-parent</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
</parent>

<name>Easybus Core</name>
Expand Down
4 changes: 2 additions & 2 deletions easybus-rabbitmq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<parent>
<groupId>me.kisoft</groupId>
<artifactId>easybus-parent</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
</parent>
<artifactId>easybus-rabbitmq</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
<packaging>jar</packaging>
<name>Easybus RabbitMQ</name>
<description>Simple, No Frills Event Bus for Java Backed by RabbitMQ</description>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>me.kisoft</groupId>
<artifactId>easybus-parent</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
<name>EasyBus</name>
<packaging>pom</packaging>
<properties>
Expand Down

0 comments on commit c2af74f

Please sign in to comment.