Skip to content

Commit

Permalink
feat: release 0.6.1
Browse files Browse the repository at this point in the history
1.升级spring-boot-admin版本
2.项目构建脚本
  • Loading branch information
phy19870227 committed Sep 15, 2020
1 parent 85776f6 commit 2139826
Show file tree
Hide file tree
Showing 24 changed files with 89 additions and 89 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>com.github.snake19870227</groupId>
<artifactId>star-tiger-framework</artifactId>
<version>0.6.0</version><!-- -SNAPSHOT -->
<version>0.6.1</version><!-- -SNAPSHOT -->
<packaging>pom</packaging>
<name>StarTigerFramework</name>
<description>Star Tiger 脚手架项目</description>
Expand Down Expand Up @@ -126,7 +126,7 @@
<spring-boot.version>2.3.3.RELEASE</spring-boot.version>
<spring-cloud.version>Hoxton.SR8</spring-cloud.version>
<spring-cloud-alibaba.version>2.2.0.RELEASE</spring-cloud-alibaba.version>
<spring-boot-admin.version>2.2.1</spring-boot-admin.version>
<spring-boot-admin.version>2.3.0</spring-boot-admin.version>
<mybatis.version>3.5.4</mybatis.version>
<mybatis-spring.version>2.0.4</mybatis-spring.version>
<mybatis-spring-boot-starter.version>2.1.2</mybatis-spring-boot-starter.version>
Expand Down
4 changes: 2 additions & 2 deletions star-tiger-admin-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>star-tiger-framework</artifactId>
<groupId>com.github.snake19870227</groupId>
<version>0.6.0</version>
<version>0.6.1</version>
</parent>

<artifactId>star-tiger-admin-demo</artifactId>
Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>com.github.snake19870227</groupId>
<artifactId>star-tiger-framework-dependencies</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions star-tiger-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<parent>
<artifactId>star-tiger-framework</artifactId>
<groupId>com.github.snake19870227</groupId>
<version>0.6.0</version>
<version>0.6.1</version>
</parent>

<artifactId>star-tiger-admin</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
<name>StarTigerAdmin</name>
<description>Star Tiger 脚手架项目 后台管理 模板</description>

Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>com.github.snake19870227</groupId>
<artifactId>star-tiger-framework-dependencies</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions star-tiger-framework-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<parent>
<artifactId>star-tiger-framework</artifactId>
<groupId>com.github.snake19870227</groupId>
<version>0.6.0</version>
<version>0.6.1</version>
</parent>

<artifactId>star-tiger-framework-admin</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
<packaging>pom</packaging>
<name>StarTigerFrameworkAdmin</name>
<description>Star Tiger 脚手架项目 后台管理 模块</description>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>com.github.snake19870227</groupId>
<artifactId>star-tiger-framework-dependencies</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<parent>
<artifactId>star-tiger-framework-admin</artifactId>
<groupId>com.github.snake19870227</groupId>
<version>0.6.0</version>
<version>0.6.1</version>
</parent>

<artifactId>star-tiger-framework-admin-core</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
<name>StarTigerFrameworkAdminCore</name>
<description>Star Tiger 脚手架项目 后台管理 core 模块</description>

Expand Down Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>com.github.snake19870227</groupId>
<artifactId>star-tiger-framework-web</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
</dependency>

</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<parent>
<artifactId>star-tiger-framework-admin</artifactId>
<groupId>com.github.snake19870227</groupId>
<version>0.6.0</version>
<version>0.6.1</version>
</parent>

<artifactId>star-tiger-framework-admin-layui-manager</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
<name>StarTigerFrameworkAdminLayuiManager</name>
<description>Star Tiger 脚手架项目 后台管理Layui实现的manager模块</description>

Expand Down Expand Up @@ -67,7 +67,7 @@
<dependency>
<groupId>com.github.snake19870227</groupId>
<artifactId>star-tiger-framework-admin-core</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<parent>
<artifactId>star-tiger-framework-admin</artifactId>
<groupId>com.github.snake19870227</groupId>
<version>0.6.0</version>
<version>0.6.1</version>
</parent>

<artifactId>star-tiger-framework-admin-spring-boot-autoconfigure</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
<name>StarTigerFrameworkAdminSpringBootAutoconfigure</name>
<description>Star Tiger 脚手架项目 后台管理 spring boot 自动配置模块</description>

Expand All @@ -35,7 +35,7 @@
<dependency>
<groupId>com.github.snake19870227</groupId>
<artifactId>star-tiger-framework-admin-layui-manager</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@
<parent>
<artifactId>star-tiger-framework-admin</artifactId>
<groupId>com.github.snake19870227</groupId>
<version>0.6.0</version>
<version>0.6.1</version>
</parent>

<artifactId>star-tiger-framework-admin-spring-boot-starter</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
<name>StarTigerFrameworkAdminSpringBootStarter</name>
<description>Star Tiger 脚手架项目 后台管理 spring boot starter 模块</description>

<dependencies>
<dependency>
<groupId>com.github.snake19870227</groupId>
<artifactId>star-tiger-framework-admin-spring-boot-autoconfigure</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
</dependency>
</dependencies>

Expand Down
8 changes: 4 additions & 4 deletions star-tiger-framework-amap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<parent>
<artifactId>star-tiger-framework</artifactId>
<groupId>com.github.snake19870227</groupId>
<version>0.6.0</version>
<version>0.6.1</version>
</parent>

<artifactId>star-tiger-framework-amap</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
<name>StarTigerFrameworkAMap</name>
<description>Star Tiger 脚手架项目 高德地图服务 模块</description>

Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>com.github.snake19870227</groupId>
<artifactId>star-tiger-framework-dependencies</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -115,7 +115,7 @@
<dependency>
<groupId>com.github.snake19870227</groupId>
<artifactId>star-tiger-framework-core</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions star-tiger-framework-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<parent>
<groupId>com.github.snake19870227</groupId>
<artifactId>star-tiger-framework</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
</parent>

<artifactId>star-tiger-framework-core</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
<name>StarTigerFrameworkCore</name>
<description>Star Tiger 脚手架项目 core 模块</description>

Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>com.github.snake19870227</groupId>
<artifactId>star-tiger-framework-dependencies</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
36 changes: 18 additions & 18 deletions star-tiger-framework-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<parent>
<groupId>com.github.snake19870227</groupId>
<artifactId>star-tiger-framework</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
</parent>

<artifactId>star-tiger-framework-dependencies</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
<packaging>pom</packaging>
<name>StarTigerFrameworkDependencies</name>
<description>Star Tiger 脚手架项目 第三方库依赖管理模块</description>
Expand Down Expand Up @@ -168,82 +168,82 @@
<dependency>
<groupId>com.github.snake19870227</groupId>
<artifactId>star-tiger-framework-core</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
</dependency>
<dependency>
<groupId>com.github.snake19870227</groupId>
<artifactId>star-tiger-framework-web</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
</dependency>
<dependency>
<groupId>com.github.snake19870227</groupId>
<artifactId>star-tiger-spring-boot-autoconfigure</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
</dependency>
<dependency>
<groupId>com.github.snake19870227</groupId>
<artifactId>star-tiger-spring-boot-starter</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
</dependency>
<dependency>
<groupId>com.github.snake19870227</groupId>
<artifactId>star-tiger-framework-admin-core</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
</dependency>
<dependency>
<groupId>com.github.snake19870227</groupId>
<artifactId>star-tiger-framework-admin-layui-manager</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
</dependency>
<dependency>
<groupId>com.github.snake19870227</groupId>
<artifactId>star-tiger-framework-admin-spring-boot-autoconfigure</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
</dependency>
<dependency>
<groupId>com.github.snake19870227</groupId>
<artifactId>star-tiger-framework-admin-spring-boot-starter</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
</dependency>
<dependency>
<groupId>com.github.snake19870227</groupId>
<artifactId>star-tiger-framework-oss-core</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
</dependency>
<dependency>
<groupId>com.github.snake19870227</groupId>
<artifactId>star-tiger-framework-oss-minio</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
</dependency>
<dependency>
<groupId>com.github.snake19870227</groupId>
<artifactId>star-tiger-framework-oss-aliyun</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
</dependency>
<dependency>
<groupId>com.github.snake19870227</groupId>
<artifactId>star-tiger-framework-oss-spring-boot-autoconfigure</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
</dependency>
<dependency>
<groupId>com.github.snake19870227</groupId>
<artifactId>star-tiger-framework-oss-spring-boot-starter</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
</dependency>
<dependency>
<groupId>com.github.snake19870227</groupId>
<artifactId>star-tiger-framework-sms-aliyun</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
</dependency>
<dependency>
<groupId>com.github.snake19870227</groupId>
<artifactId>star-tiger-framework-sms-spring-boot-autoconfigure</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
</dependency>
<dependency>
<groupId>com.github.snake19870227</groupId>
<artifactId>star-tiger-framework-sms-spring-boot-starter</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
6 changes: 3 additions & 3 deletions star-tiger-framework-oss/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<parent>
<artifactId>star-tiger-framework</artifactId>
<groupId>com.github.snake19870227</groupId>
<version>0.6.0</version>
<version>0.6.1</version>
</parent>

<artifactId>star-tiger-framework-oss</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
<packaging>pom</packaging>
<name>StarTigerFrameworkOss</name>
<description>Star Tiger 脚手架项目 OSS服务 模块</description>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>com.github.snake19870227</groupId>
<artifactId>star-tiger-framework-dependencies</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<parent>
<artifactId>star-tiger-framework-oss</artifactId>
<groupId>com.github.snake19870227</groupId>
<version>0.6.0</version>
<version>0.6.1</version>
</parent>

<artifactId>star-tiger-framework-oss-aliyun</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
<name>StarTigerFrameworkOssAliyun</name>
<description>Star Tiger 脚手架项目 OSS服务 阿里云 模块</description>

Expand Down Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>com.github.snake19870227</groupId>
<artifactId>star-tiger-framework-oss-core</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
</dependency>
</dependencies>

Expand Down
Loading

0 comments on commit 2139826

Please sign in to comment.