Browse Source

🎉 2.0.7.RELEASE

test
smallchill 5 years ago
parent
commit
33c4bdff54
  1. 2
      blade-common/pom.xml
  2. 2
      blade-example-api/blade-dubbo-provider-api/pom.xml
  3. 4
      blade-example-api/pom.xml
  4. 3
      blade-example/blade-dubbo-consumer/pom.xml
  5. 3
      blade-example/blade-dubbo-provider/pom.xml
  6. 4
      blade-example/pom.xml
  7. 2
      blade-gateway/pom.xml
  8. 2
      blade-service-api/blade-demo-api/pom.xml
  9. 4
      blade-service-api/pom.xml
  10. 2
      blade-service/blade-demo/pom.xml
  11. 4
      blade-service/pom.xml
  12. 12
      pom.xml
  13. 2
      script/docker/.env

2
blade-common/pom.xml

@ -5,7 +5,7 @@
<parent>
<artifactId>BladeX-Biz</artifactId>
<groupId>org.springblade</groupId>
<version>2.0.6.RELEASE</version>
<version>2.0.7.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

2
blade-example-api/blade-dubbo-provider-api/pom.xml

@ -5,7 +5,7 @@
<parent>
<artifactId>blade-example-api</artifactId>
<groupId>org.springblade</groupId>
<version>2.0.6.RELEASE</version>
<version>2.0.7.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

4
blade-example-api/pom.xml

@ -5,13 +5,13 @@
<parent>
<artifactId>BladeX-Biz</artifactId>
<groupId>org.springblade</groupId>
<version>2.0.6.RELEASE</version>
<version>2.0.7.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>blade-example-api</artifactId>
<name>${project.artifactId}</name>
<version>2.0.6.RELEASE</version>
<version>2.0.7.RELEASE</version>
<packaging>pom</packaging>
<description>BladeX 微服务范例API集合</description>

3
blade-example/blade-dubbo-consumer/pom.xml

@ -5,7 +5,7 @@
<parent>
<artifactId>blade-example</artifactId>
<groupId>org.springblade</groupId>
<version>2.0.6.RELEASE</version>
<version>2.0.7.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@ -62,6 +62,7 @@
</goals>
<configuration>
<tasks>
<!--suppress UnresolvedMavenProperty -->
<copy overwrite="true"
tofile="${session.executionRootDirectory}/target/${project.artifactId}.jar"
file="${project.build.directory}/${project.artifactId}.jar" />

3
blade-example/blade-dubbo-provider/pom.xml

@ -5,7 +5,7 @@
<parent>
<artifactId>blade-example</artifactId>
<groupId>org.springblade</groupId>
<version>2.0.6.RELEASE</version>
<version>2.0.7.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@ -62,6 +62,7 @@
</goals>
<configuration>
<tasks>
<!--suppress UnresolvedMavenProperty -->
<copy overwrite="true"
tofile="${session.executionRootDirectory}/target/${project.artifactId}.jar"
file="${project.build.directory}/${project.artifactId}.jar" />

4
blade-example/pom.xml

@ -5,13 +5,13 @@
<parent>
<artifactId>BladeX-Biz</artifactId>
<groupId>org.springblade</groupId>
<version>2.0.6.RELEASE</version>
<version>2.0.7.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>blade-example</artifactId>
<name>${project.artifactId}</name>
<version>2.0.6.RELEASE</version>
<version>2.0.7.RELEASE</version>
<packaging>pom</packaging>
<description>BladeX 微服务范例集合</description>

2
blade-gateway/pom.xml

@ -5,7 +5,7 @@
<parent>
<artifactId>BladeX-Biz</artifactId>
<groupId>org.springblade</groupId>
<version>2.0.6.RELEASE</version>
<version>2.0.7.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

2
blade-service-api/blade-demo-api/pom.xml

@ -5,7 +5,7 @@
<parent>
<artifactId>blade-service-api</artifactId>
<groupId>org.springblade</groupId>
<version>2.0.6.RELEASE</version>
<version>2.0.7.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

4
blade-service-api/pom.xml

@ -5,14 +5,14 @@
<parent>
<artifactId>BladeX-Biz</artifactId>
<groupId>org.springblade</groupId>
<version>2.0.6.RELEASE</version>
<version>2.0.7.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>blade-service-api</artifactId>
<name>${project.artifactId}</name>
<version>2.0.6.RELEASE</version>
<version>2.0.7.RELEASE</version>
<packaging>pom</packaging>
<description>BladeX 微服务API集合</description>

2
blade-service/blade-demo/pom.xml

@ -6,7 +6,7 @@
<parent>
<groupId>org.springblade</groupId>
<artifactId>blade-service</artifactId>
<version>2.0.6.RELEASE</version>
<version>2.0.7.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

4
blade-service/pom.xml

@ -7,12 +7,12 @@
<parent>
<groupId>org.springblade</groupId>
<artifactId>BladeX-Biz</artifactId>
<version>2.0.6.RELEASE</version>
<version>2.0.7.RELEASE</version>
</parent>
<artifactId>blade-service</artifactId>
<name>${project.artifactId}</name>
<version>2.0.6.RELEASE</version>
<version>2.0.7.RELEASE</version>
<packaging>pom</packaging>
<description>BladeX 微服务集合</description>

12
pom.xml

@ -5,17 +5,17 @@
<groupId>org.springblade</groupId>
<artifactId>BladeX-Biz</artifactId>
<version>2.0.6.RELEASE</version>
<version>2.0.7.RELEASE</version>
<packaging>pom</packaging>
<properties>
<bladex.tool.version>2.0.6.RELEASE</bladex.tool.version>
<bladex.project.version>2.0.6.RELEASE</bladex.project.version>
<bladex.tool.version>2.0.7.RELEASE</bladex.tool.version>
<bladex.project.version>2.0.7.RELEASE</bladex.project.version>
<java.version>1.8</java.version>
<swagger.version>2.9.2</swagger.version>
<swagger.models.version>1.5.21</swagger.models.version>
<swagger.bootstrapui.version>1.9.5</swagger.bootstrapui.version>
<swagger.bootstrapui.version>1.9.4</swagger.bootstrapui.version>
<mybatis.plus.version>3.1.0</mybatis.plus.version>
<curator.framework.version>4.0.1</curator.framework.version>
<protostuff.version>1.6.0</protostuff.version>
@ -24,9 +24,9 @@
<spring.boot.admin.version>2.1.4</spring.boot.admin.version>
<alibaba.cloud.version>2.1.0.RELEASE</alibaba.cloud.version>
<dubbo.version>2.7.1</dubbo.version>
<dubbo.version>2.7.3</dubbo.version>
<spring.boot.version>2.1.6.RELEASE</spring.boot.version>
<spring.boot.version>2.1.7.RELEASE</spring.boot.version>
<spring.cloud.version>Greenwich.SR2</spring.cloud.version>
<spring.platform.version>Cairo-SR7</spring.platform.version>

2
script/docker/.env

@ -1,2 +1,2 @@
REGISTER=192.168.0.157/blade
TAG=2.0.6.RELEASE
TAG=2.0.7.RELEASE

Loading…
Cancel
Save