Skip to content

Commit

Permalink
Rebase version to 2.0.3-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ShannonDing committed May 31, 2019
1 parent 68c4bbd commit e5f7c4c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-spring-all</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.3-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Apache RocketMQ Spring Boot ${project.version}</name>
Expand Down
4 changes: 2 additions & 2 deletions rocketmq-spring-boot-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-spring-all</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -38,7 +38,7 @@
<spring.boot.version>2.0.5.RELEASE</spring.boot.version>
<spring.version>5.1.0.RELEASE</spring.version>

<rocketmq.spring.boot.version>2.0.4-SNAPSHOT</rocketmq.spring.boot.version>
<rocketmq.spring.boot.version>2.0.3-SNAPSHOT</rocketmq.spring.boot.version>

<rocketmq-version>4.5.1</rocketmq-version>
<slf4j.version>1.7.25</slf4j.version>
Expand Down
2 changes: 1 addition & 1 deletion rocketmq-spring-boot-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</modules>

<properties>
<rocketmq-spring-boot-starter-version>2.0.4-SNAPSHOT</rocketmq-spring-boot-starter-version>
<rocketmq-spring-boot-starter-version>2.0.3</rocketmq-spring-boot-starter-version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion rocketmq-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-spring-boot-parent</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.3-SNAPSHOT</version>
<relativePath>../rocketmq-spring-boot-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion rocketmq-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-spring-boot-parent</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.3-SNAPSHOT</version>
<relativePath>../rocketmq-spring-boot-parent/pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit e5f7c4c

Please sign in to comment.