Skip to content

Commit

Permalink
Upgrade to Rocket.S5
Browse files Browse the repository at this point in the history
  • Loading branch information
javahongxi committed Feb 9, 2019
1 parent c78e8d4 commit 318f9ef
Show file tree
Hide file tree
Showing 46 changed files with 52 additions and 52 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -13,7 +13,7 @@
<groupId>org.hongxi</groupId> <groupId>org.hongxi</groupId>
<artifactId>whatsmars-parent</artifactId> <artifactId>whatsmars-parent</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>Rocket.S4</version> <version>Rocket.S5</version>
<url>https://github.com/javahongxi/whatsmars</url> <url>https://github.com/javahongxi/whatsmars</url>


<modules> <modules>
Expand Down Expand Up @@ -257,7 +257,7 @@
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId> <artifactId>maven-release-plugin</artifactId>
</plugin> </plugin>
<!--mvn versions:set -DoldVersion=Rocket.S3 -DnewVersion=Rocket.S4--> <!--mvn versions:set -DoldVersion=Rocket.S4 -DnewVersion=Rocket.S5-->
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId> <artifactId>versions-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion whatsmars-common/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>whatsmars-parent</artifactId> <artifactId>whatsmars-parent</artifactId>
<groupId>org.hongxi</groupId> <groupId>org.hongxi</groupId>
<version>Rocket.S4</version> <version>Rocket.S5</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>


Expand Down
2 changes: 1 addition & 1 deletion whatsmars-dubbo/dubbo-spring-boot-starter/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>whatsmars-dubbo</artifactId> <artifactId>whatsmars-dubbo</artifactId>
<groupId>org.hongxi</groupId> <groupId>org.hongxi</groupId>
<version>Rocket.S4</version> <version>Rocket.S5</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>


Expand Down
4 changes: 2 additions & 2 deletions whatsmars-dubbo/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>whatsmars-parent</artifactId> <artifactId>whatsmars-parent</artifactId>
<groupId>org.hongxi</groupId> <groupId>org.hongxi</groupId>
<version>Rocket.S4</version> <version>Rocket.S5</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>


Expand All @@ -30,7 +30,7 @@
<dependency> <dependency>
<groupId>org.hongxi</groupId> <groupId>org.hongxi</groupId>
<artifactId>dubbo-spring-boot-starter</artifactId> <artifactId>dubbo-spring-boot-starter</artifactId>
<version>Rocket.S4</version> <version>Rocket.S5</version>
</dependency> </dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion whatsmars-dubbo/whatsmars-dubbo-api/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>whatsmars-dubbo</artifactId> <artifactId>whatsmars-dubbo</artifactId>
<groupId>org.hongxi</groupId> <groupId>org.hongxi</groupId>
<version>Rocket.S4</version> <version>Rocket.S5</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>


Expand Down
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>whatsmars-dubbo</artifactId> <artifactId>whatsmars-dubbo</artifactId>
<groupId>org.hongxi</groupId> <groupId>org.hongxi</groupId>
<version>Rocket.S4</version> <version>Rocket.S5</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>


Expand Down
2 changes: 1 addition & 1 deletion whatsmars-dubbo/whatsmars-dubbo-consumer-boot/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>whatsmars-dubbo</artifactId> <artifactId>whatsmars-dubbo</artifactId>
<groupId>org.hongxi</groupId> <groupId>org.hongxi</groupId>
<version>Rocket.S4</version> <version>Rocket.S5</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>


Expand Down
2 changes: 1 addition & 1 deletion whatsmars-dubbo/whatsmars-dubbo-consumer/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>whatsmars-dubbo</artifactId> <artifactId>whatsmars-dubbo</artifactId>
<groupId>org.hongxi</groupId> <groupId>org.hongxi</groupId>
<version>Rocket.S4</version> <version>Rocket.S5</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>


Expand Down
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>whatsmars-dubbo</artifactId> <artifactId>whatsmars-dubbo</artifactId>
<groupId>org.hongxi</groupId> <groupId>org.hongxi</groupId>
<version>Rocket.S4</version> <version>Rocket.S5</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>


Expand Down
2 changes: 1 addition & 1 deletion whatsmars-dubbo/whatsmars-dubbo-provider-boot/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>whatsmars-dubbo</artifactId> <artifactId>whatsmars-dubbo</artifactId>
<groupId>org.hongxi</groupId> <groupId>org.hongxi</groupId>
<version>Rocket.S4</version> <version>Rocket.S5</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>


Expand Down
2 changes: 1 addition & 1 deletion whatsmars-dubbo/whatsmars-dubbo-provider/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>whatsmars-dubbo</artifactId> <artifactId>whatsmars-dubbo</artifactId>
<groupId>org.hongxi</groupId> <groupId>org.hongxi</groupId>
<version>Rocket.S4</version> <version>Rocket.S5</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>


Expand Down
2 changes: 1 addition & 1 deletion whatsmars-elasticjob/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>whatsmars-parent</artifactId> <artifactId>whatsmars-parent</artifactId>
<groupId>org.hongxi</groupId> <groupId>org.hongxi</groupId>
<version>Rocket.S4</version> <version>Rocket.S5</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>


Expand Down
2 changes: 1 addition & 1 deletion whatsmars-elasticsearch/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>whatsmars-parent</artifactId> <artifactId>whatsmars-parent</artifactId>
<groupId>org.hongxi</groupId> <groupId>org.hongxi</groupId>
<version>Rocket.S4</version> <version>Rocket.S5</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>


Expand Down
2 changes: 1 addition & 1 deletion whatsmars-mq/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>whatsmars-parent</artifactId> <artifactId>whatsmars-parent</artifactId>
<groupId>org.hongxi</groupId> <groupId>org.hongxi</groupId>
<version>Rocket.S4</version> <version>Rocket.S5</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>


Expand Down
2 changes: 1 addition & 1 deletion whatsmars-mq/rocketmq-spring-boot-starter/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>whatsmars-mq</artifactId> <artifactId>whatsmars-mq</artifactId>
<groupId>org.hongxi</groupId> <groupId>org.hongxi</groupId>
<version>Rocket.S4</version> <version>Rocket.S5</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>


Expand Down
2 changes: 1 addition & 1 deletion whatsmars-mq/whatsmars-mq-activemq-broker/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>whatsmars-mq</artifactId> <artifactId>whatsmars-mq</artifactId>
<groupId>org.hongxi</groupId> <groupId>org.hongxi</groupId>
<version>Rocket.S4</version> <version>Rocket.S5</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>


Expand Down
2 changes: 1 addition & 1 deletion whatsmars-mq/whatsmars-mq-activemq/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>whatsmars-mq</artifactId> <artifactId>whatsmars-mq</artifactId>
<groupId>org.hongxi</groupId> <groupId>org.hongxi</groupId>
<version>Rocket.S4</version> <version>Rocket.S5</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>


Expand Down
2 changes: 1 addition & 1 deletion whatsmars-mq/whatsmars-mq-kafka/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>whatsmars-mq</artifactId> <artifactId>whatsmars-mq</artifactId>
<groupId>org.hongxi</groupId> <groupId>org.hongxi</groupId>
<version>Rocket.S4</version> <version>Rocket.S5</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>


Expand Down
2 changes: 1 addition & 1 deletion whatsmars-mq/whatsmars-mq-rabbitmq/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>whatsmars-mq</artifactId> <artifactId>whatsmars-mq</artifactId>
<groupId>org.hongxi</groupId> <groupId>org.hongxi</groupId>
<version>Rocket.S4</version> <version>Rocket.S5</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>


Expand Down
2 changes: 1 addition & 1 deletion whatsmars-mq/whatsmars-mq-rocketmq-broker/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>whatsmars-mq</artifactId> <artifactId>whatsmars-mq</artifactId>
<groupId>org.hongxi</groupId> <groupId>org.hongxi</groupId>
<version>Rocket.S4</version> <version>Rocket.S5</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>


Expand Down
2 changes: 1 addition & 1 deletion whatsmars-mq/whatsmars-mq-rocketmq-namesrv/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>whatsmars-mq</artifactId> <artifactId>whatsmars-mq</artifactId>
<groupId>org.hongxi</groupId> <groupId>org.hongxi</groupId>
<version>Rocket.S4</version> <version>Rocket.S5</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>


Expand Down
2 changes: 1 addition & 1 deletion whatsmars-mq/whatsmars-mq-rocketmq-spring/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>whatsmars-mq</artifactId> <artifactId>whatsmars-mq</artifactId>
<groupId>org.hongxi</groupId> <groupId>org.hongxi</groupId>
<version>Rocket.S4</version> <version>Rocket.S5</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>


Expand Down
2 changes: 1 addition & 1 deletion whatsmars-mq/whatsmars-mq-rocketmq-tools/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>whatsmars-mq</artifactId> <artifactId>whatsmars-mq</artifactId>
<groupId>org.hongxi</groupId> <groupId>org.hongxi</groupId>
<version>Rocket.S4</version> <version>Rocket.S5</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>


Expand Down
4 changes: 2 additions & 2 deletions whatsmars-mq/whatsmars-mq-rocketmq/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>whatsmars-mq</artifactId> <artifactId>whatsmars-mq</artifactId>
<groupId>org.hongxi</groupId> <groupId>org.hongxi</groupId>
<version>Rocket.S4</version> <version>Rocket.S5</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>


Expand All @@ -22,7 +22,7 @@
<dependency> <dependency>
<groupId>org.hongxi</groupId> <groupId>org.hongxi</groupId>
<artifactId>rocketmq-spring-boot-starter</artifactId> <artifactId>rocketmq-spring-boot-starter</artifactId>
<version>Rocket.S4</version> <version>Rocket.S5</version>
</dependency> </dependency>
</dependencies> </dependencies>


Expand Down
2 changes: 1 addition & 1 deletion whatsmars-mq/whatsmars-otter-mq/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>whatsmars-mq</artifactId> <artifactId>whatsmars-mq</artifactId>
<groupId>org.hongxi</groupId> <groupId>org.hongxi</groupId>
<version>Rocket.S4</version> <version>Rocket.S5</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>


Expand Down
2 changes: 1 addition & 1 deletion whatsmars-redis/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.hongxi</groupId> <groupId>org.hongxi</groupId>
<artifactId>whatsmars-parent</artifactId> <artifactId>whatsmars-parent</artifactId>
<version>Rocket.S4</version> <version>Rocket.S5</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>


Expand Down
2 changes: 1 addition & 1 deletion whatsmars-rpc/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>whatsmars-parent</artifactId> <artifactId>whatsmars-parent</artifactId>
<groupId>org.hongxi</groupId> <groupId>org.hongxi</groupId>
<version>Rocket.S4</version> <version>Rocket.S5</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>


Expand Down
2 changes: 1 addition & 1 deletion whatsmars-rpc/whatsmars-logging/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>whatsmars-rpc</artifactId> <artifactId>whatsmars-rpc</artifactId>
<groupId>org.hongxi</groupId> <groupId>org.hongxi</groupId>
<version>Rocket.S4</version> <version>Rocket.S5</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>


Expand Down
4 changes: 2 additions & 2 deletions whatsmars-rpc/whatsmars-remoting/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>whatsmars-rpc</artifactId> <artifactId>whatsmars-rpc</artifactId>
<groupId>org.hongxi</groupId> <groupId>org.hongxi</groupId>
<version>Rocket.S4</version> <version>Rocket.S5</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>


Expand All @@ -31,7 +31,7 @@
<dependency> <dependency>
<groupId>org.hongxi</groupId> <groupId>org.hongxi</groupId>
<artifactId>whatsmars-logging</artifactId> <artifactId>whatsmars-logging</artifactId>
<version>Rocket.S4</version> <version>Rocket.S5</version>
</dependency> </dependency>
</dependencies> </dependencies>


Expand Down
2 changes: 1 addition & 1 deletion whatsmars-rpc/whatsmars-serialization/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>whatsmars-rpc</artifactId> <artifactId>whatsmars-rpc</artifactId>
<groupId>org.hongxi</groupId> <groupId>org.hongxi</groupId>
<version>Rocket.S4</version> <version>Rocket.S5</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>


Expand Down
2 changes: 1 addition & 1 deletion whatsmars-shardingsphere/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.hongxi</groupId> <groupId>org.hongxi</groupId>
<artifactId>whatsmars-parent</artifactId> <artifactId>whatsmars-parent</artifactId>
<version>Rocket.S4</version> <version>Rocket.S5</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>


Expand Down
2 changes: 1 addition & 1 deletion whatsmars-spring-boot-samples/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.hongxi</groupId> <groupId>org.hongxi</groupId>
<artifactId>whatsmars-parent</artifactId> <artifactId>whatsmars-parent</artifactId>
<version>Rocket.S4</version> <version>Rocket.S5</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>


Expand Down
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>whatsmars-spring-boot-samples</artifactId> <artifactId>whatsmars-spring-boot-samples</artifactId>
<groupId>org.hongxi</groupId> <groupId>org.hongxi</groupId>
<version>Rocket.S4</version> <version>Rocket.S5</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>


Expand Down
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>whatsmars-spring-boot-samples</artifactId> <artifactId>whatsmars-spring-boot-samples</artifactId>
<groupId>org.hongxi</groupId> <groupId>org.hongxi</groupId>
<version>Rocket.S4</version> <version>Rocket.S5</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>


Expand Down
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>whatsmars-spring-boot-samples</artifactId> <artifactId>whatsmars-spring-boot-samples</artifactId>
<groupId>org.hongxi</groupId> <groupId>org.hongxi</groupId>
<version>Rocket.S4</version> <version>Rocket.S5</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>


Expand Down
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>whatsmars-spring-boot-samples</artifactId> <artifactId>whatsmars-spring-boot-samples</artifactId>
<groupId>org.hongxi</groupId> <groupId>org.hongxi</groupId>
<version>Rocket.S4</version> <version>Rocket.S5</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>


Expand Down
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>whatsmars-spring-boot-samples</artifactId> <artifactId>whatsmars-spring-boot-samples</artifactId>
<groupId>org.hongxi</groupId> <groupId>org.hongxi</groupId>
<version>Rocket.S4</version> <version>Rocket.S5</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>


Expand Down
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>whatsmars-spring-boot-samples</artifactId> <artifactId>whatsmars-spring-boot-samples</artifactId>
<groupId>org.hongxi</groupId> <groupId>org.hongxi</groupId>
<version>Rocket.S4</version> <version>Rocket.S5</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>


Expand Down
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>whatsmars-spring-boot-samples</artifactId> <artifactId>whatsmars-spring-boot-samples</artifactId>
<groupId>org.hongxi</groupId> <groupId>org.hongxi</groupId>
<version>Rocket.S4</version> <version>Rocket.S5</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>


Expand Down

0 comments on commit 318f9ef

Please sign in to comment.