Skip to content

Commit

Permalink
Bump version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HaojunRen committed Mar 30, 2024
1 parent 20f9e5e commit 145b19e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion eventbus-aop-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>eventbus</artifactId>
<version>2.0.15</version>
<version>3.0.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion eventbus-aop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>eventbus</artifactId>
<version>2.0.15</version>
<version>3.0.0</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

public class EventConstant {
public static final String EVENTBUS_VERSION = "2.0.15";
public static final String EVENTBUS_VERSION = "3.0.0";

public static final String EVENTBUS_ENABLED = "eventbus.enabled";

Expand Down
2 changes: 1 addition & 1 deletion eventbus-spring-boot-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nepxion</groupId>
<artifactId>eventbus</artifactId>
<version>2.0.15</version>
<version>3.0.0</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<name>Nepxion EventBus</name>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
<version>2.0.15</version>
<version>3.0.0</version>
<description>Nepxion EventBus is a generic event dispatching component based on Google Guava with Nepxion Matrix AOP framework</description>
<url>http://www.nepxion.com</url>

Expand All @@ -17,7 +17,7 @@
</modules>

<properties>
<matrix.version>2.0.9</matrix.version>
<matrix.version>3.0.0</matrix.version>
<banner.version>1.0.2</banner.version>
<commons.lang3.version>3.6</commons.lang3.version>
<spring.version>5.0.11.RELEASE</spring.version>
Expand Down
2 changes: 1 addition & 1 deletion version.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
@title Nepxion EventBus
@color 0a

call mvn versions:set -DgenerateBackupPoms=false -DnewVersion=2.0.15
call mvn versions:set -DgenerateBackupPoms=false -DnewVersion=3.0.0

pause

0 comments on commit 145b19e

Please sign in to comment.