Skip to content

Commit

Permalink
2.3.0-RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
yu199195 committed Apr 2, 2021
1 parent 740c732 commit e86d41e
Show file tree
Hide file tree
Showing 108 changed files with 109 additions and 109 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<groupId>org.dromara</groupId>
<artifactId>soul</artifactId>
<packaging>pom</packaging>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0-RELEASE</version>
<name>soul</name>
<modules>
<module>soul-admin</module>
Expand Down Expand Up @@ -443,7 +443,7 @@
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
<autoReleaseAfterClose>false</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion soul-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.dromara</groupId>
<artifactId>soul</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>soul-admin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion soul-bootstrap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.dromara</groupId>
<artifactId>soul</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>soul-bootstrap</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion soul-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.dromara</groupId>
<artifactId>soul</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>soul-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion soul-client/soul-client-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.dromara</groupId>
<artifactId>soul-client</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>soul-client-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion soul-client/soul-client-dubbo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.dromara</groupId>
<artifactId>soul-client</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>soul-client-dubbo</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.dromara</groupId>
<artifactId>soul-client-dubbo</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>soul-client-alibaba-dubbo</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.dromara</groupId>
<artifactId>soul-client-dubbo</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>soul-client-apache-dubbo</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.dromara</groupId>
<artifactId>soul-client-dubbo</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>soul-client-dubbo-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion soul-client/soul-client-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.dromara</groupId>
<artifactId>soul-client</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>soul-client-grpc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion soul-client/soul-client-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.dromara</groupId>
<artifactId>soul-client</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>soul-client-http</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.dromara</groupId>
<artifactId>soul-client-http</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>soul-client-springcloud</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion soul-client/soul-client-http/soul-client-springmvc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.dromara</groupId>
<artifactId>soul-client-http</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>soul-client-springmvc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion soul-client/soul-client-sofa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.dromara</groupId>
<artifactId>soul-client</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>soul-client-sofa</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion soul-client/soul-client-tars/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.dromara</groupId>
<artifactId>soul-client</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>soul-client-tars</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion soul-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.dromara</groupId>
<artifactId>soul</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>soul-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion soul-disruptor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.dromara</groupId>
<artifactId>soul</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>soul-disruptor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion soul-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.dromara</groupId>
<artifactId>soul</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>soul-dist</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion soul-dist/soul-admin-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.dromara</groupId>
<artifactId>soul-dist</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>soul-admin-dist</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion soul-dist/soul-bootstrap-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.dromara</groupId>
<artifactId>soul-dist</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>soul-bootstrap-dist</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion soul-metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.dromara</groupId>
<artifactId>soul</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion soul-metrics/soul-metrics-facade/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.dromara</groupId>
<artifactId>soul-metrics</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>soul-metrics-facade</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion soul-metrics/soul-metrics-prometheus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.dromara</groupId>
<artifactId>soul-metrics</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>soul-metrics-prometheus</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion soul-metrics/soul-metrics-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.dromara</groupId>
<artifactId>soul-metrics</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>soul-metrics-spi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion soul-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.dromara</groupId>
<artifactId>soul</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion soul-plugin/soul-plugin-alibaba-dubbo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.dromara</groupId>
<artifactId>soul-plugin</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>soul-plugin-alibaba-dubbo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion soul-plugin/soul-plugin-apache-dubbo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.dromara</groupId>
<artifactId>soul-plugin</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>soul-plugin-apache-dubbo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion soul-plugin/soul-plugin-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.dromara</groupId>
<artifactId>soul-plugin</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>soul-plugin-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion soul-plugin/soul-plugin-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.dromara</groupId>
<artifactId>soul-plugin</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>soul-plugin-base</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion soul-plugin/soul-plugin-context-path/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.dromara</groupId>
<artifactId>soul-plugin</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>soul-plugin-context-path</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion soul-plugin/soul-plugin-divide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.dromara</groupId>
<artifactId>soul-plugin</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>soul-plugin-divide</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion soul-plugin/soul-plugin-dubbo-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.dromara</groupId>
<artifactId>soul-plugin</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>soul-plugin-dubbo-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion soul-plugin/soul-plugin-global/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.dromara</groupId>
<artifactId>soul-plugin</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>soul-plugin-global</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion soul-plugin/soul-plugin-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.dromara</groupId>
<artifactId>soul-plugin</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>soul-plugin-grpc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion soul-plugin/soul-plugin-httpclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.dromara</groupId>
<artifactId>soul-plugin</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>soul-plugin-httpclient</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion soul-plugin/soul-plugin-hystrix/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.dromara</groupId>
<artifactId>soul-plugin</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>soul-plugin-hystrix</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion soul-plugin/soul-plugin-monitor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.dromara</groupId>
<artifactId>soul-plugin</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>soul-plugin-monitor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion soul-plugin/soul-plugin-ratelimiter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.dromara</groupId>
<artifactId>soul-plugin</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>soul-plugin-ratelimiter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion soul-plugin/soul-plugin-redirect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.dromara</groupId>
<artifactId>soul-plugin</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion soul-plugin/soul-plugin-resilience4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.dromara</groupId>
<artifactId>soul-plugin</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion soul-plugin/soul-plugin-rewrite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.dromara</groupId>
<artifactId>soul-plugin</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>soul-plugin-rewrite</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion soul-plugin/soul-plugin-sentinel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.dromara</groupId>
<artifactId>soul-plugin</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>soul-plugin-sentinel</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion soul-plugin/soul-plugin-sign/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.dromara</groupId>
<artifactId>soul-plugin</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>soul-plugin-sign</artifactId>
Expand Down
Loading

0 comments on commit e86d41e

Please sign in to comment.