Skip to content

Commit

Permalink
build: release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phy19870227 committed May 23, 2021
1 parent bb07d4d commit 5369739
Show file tree
Hide file tree
Showing 47 changed files with 168 additions and 168 deletions.
2 changes: 1 addition & 1 deletion 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.7.0</version><!-- -SNAPSHOT -->
<version>0.8.0</version><!-- -SNAPSHOT -->
<packaging>pom</packaging>
<name>StarTigerFramework</name>
<description>Star Tiger 脚手架项目</description>
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.7.0</version>
<version>0.8.0</version>
</parent>

<artifactId>star-tiger-framework-admin</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
<packaging>pom</packaging>
<name>StarTigerFrameworkAdmin</name>
<description>Star Tiger 脚手架项目 后台管理 模块</description>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>com.github.snake19870227</groupId>
<artifactId>star-tiger-framework-dependencies</artifactId>
<version>0.7.0</version>
<version>0.8.0</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.7.0</version>
<version>0.8.0</version>
</parent>

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

Expand Down Expand Up @@ -48,14 +48,14 @@
<dependency>
<groupId>com.github.snake19870227</groupId>
<artifactId>star-tiger-framework-web</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
</dependency>

<!-- StarTiger Admin -->
<dependency>
<groupId>com.github.snake19870227</groupId>
<artifactId>star-tiger-framework-admin-repository</artifactId>
<version>0.7.0</version>
<version>0.8.0</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.7.0</version>
<version>0.8.0</version>
</parent>

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

Expand Down Expand Up @@ -68,7 +68,7 @@
<dependency>
<groupId>com.github.snake19870227</groupId>
<artifactId>star-tiger-framework-admin-core</artifactId>
<version>0.7.0</version>
<version>0.8.0</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.7.0</version>
<version>0.8.0</version>
</parent>

<artifactId>star-tiger-framework-admin-repository</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
<name>StarTigerFrameworkAdminRepository</name>
<description>Star Tiger 脚手架项目 后台管理 repository 模块</description>

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.7.0</version>
<version>0.8.0</version>
</parent>

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

Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>com.github.snake19870227</groupId>
<artifactId>star-tiger-framework-admin-layui-manager</artifactId>
<version>0.7.0</version>
<version>0.8.0</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.7.0</version>
<version>0.8.0</version>
</parent>

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

Expand All @@ -31,13 +31,13 @@
<dependency>
<groupId>com.github.snake19870227</groupId>
<artifactId>star-tiger-spring-boot-starter</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
</dependency>

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

Expand Down
6 changes: 3 additions & 3 deletions star-tiger-framework-aliyun/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.7.0</version>
<version>0.8.0</version>
</parent>

<artifactId>star-tiger-framework-aliyun</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
<packaging>pom</packaging>
<name>StarTigerFrameworkAliyun</name>
<description>Star Tiger 脚手架项目 阿里云服务对接抽象 模块</description>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>com.github.snake19870227</groupId>
<artifactId>star-tiger-framework-dependencies</artifactId>
<version>0.7.0</version>
<version>0.8.0</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-aliyun</artifactId>
<groupId>com.github.snake19870227</groupId>
<version>0.7.0</version>
<version>0.8.0</version>
</parent>

<artifactId>star-tiger-framework-aliyun-dypls</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
<packaging>pom</packaging>
<name>StarTigerFrameworkAliyunDypls</name>
<description>Star Tiger 脚手架项目 阿里云隐私电话 模块</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<parent>
<artifactId>star-tiger-framework-aliyun-dypls</artifactId>
<groupId>com.github.snake19870227</groupId>
<version>0.7.0</version>
<version>0.8.0</version>
</parent>

<artifactId>star-tiger-framework-aliyun-dypls-core</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
<name>StarTigerFrameworkAliyunDyplsCore</name>
<description>Star Tiger 脚手架项目 阿里云隐私电话核心 模块</description>

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

<artifactId>star-tiger-framework-aliyun-dypls-repository</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
<name>StarTigerFrameworkAliyunDyplsRepository</name>
<description>Star Tiger 脚手架项目 阿里云隐私电话持久化 模块</description>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@
<parent>
<artifactId>star-tiger-framework-aliyun-dypls</artifactId>
<groupId>com.github.snake19870227</groupId>
<version>0.7.0</version>
<version>0.8.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>star-tiger-framework-aliyun-dypls-server-spring-boot-starter</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
<name>StarTigerFrameworkAliyunDyplsServerSpringBootStarter</name>
<description>Star Tiger 脚手架项目 阿里云隐私电话简单中心服务SpringBoot自动配置 模块</description>

<dependencies>
<dependency>
<groupId>com.github.snake19870227</groupId>
<artifactId>star-tiger-framework-aliyun-dypls-server</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
</dependency>
<dependency>
<groupId>com.github.snake19870227</groupId>
<artifactId>star-tiger-framework-aliyun-dypls-spring-boot-starter</artifactId>
<version>0.7.0</version>
<version>0.8.0</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-aliyun-dypls</artifactId>
<groupId>com.github.snake19870227</groupId>
<version>0.7.0</version>
<version>0.8.0</version>
</parent>

<artifactId>star-tiger-framework-aliyun-dypls-server</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
<name>StarTigerFrameworkAliyunDyplsServer</name>
<description>Star Tiger 脚手架项目 阿里云隐私电话中心服务 模块</description>

Expand All @@ -31,12 +31,12 @@
<dependency>
<groupId>com.github.snake19870227</groupId>
<artifactId>star-tiger-framework-aliyun-dypls-core</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
</dependency>
<dependency>
<groupId>com.github.snake19870227</groupId>
<artifactId>star-tiger-framework-aliyun-dypls-repository</artifactId>
<version>0.7.0</version>
<version>0.8.0</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-aliyun-dypls</artifactId>
<groupId>com.github.snake19870227</groupId>
<version>0.7.0</version>
<version>0.8.0</version>
</parent>

<artifactId>star-tiger-framework-aliyun-dypls-spring-boot-starter</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
<name>StarTigerFrameworkAliyunDyplsSpringBootStarter</name>
<description>Star Tiger 脚手架项目 阿里云隐私电话SpringBoot自动配置 模块</description>

<dependencies>
<dependency>
<groupId>com.github.snake19870227</groupId>
<artifactId>star-tiger-framework-aliyun-dypls-core</artifactId>
<version>0.7.0</version>
<version>0.8.0</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-aliyun</artifactId>
<groupId>com.github.snake19870227</groupId>
<version>0.7.0</version>
<version>0.8.0</version>
</parent>

<artifactId>star-tiger-framework-aliyun-sms</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
<packaging>pom</packaging>
<name>StarTigerFrameworkAliyunSms</name>
<description>Star Tiger 脚手架项目 阿里云短信 模块</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<parent>
<artifactId>star-tiger-framework-aliyun-sms</artifactId>
<groupId>com.github.snake19870227</groupId>
<version>0.7.0</version>
<version>0.8.0</version>
</parent>

<artifactId>star-tiger-framework-aliyun-sms-core</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
<name>StarTigerFrameworkAliyunSmsCore</name>
<description>Star Tiger 脚手架项目 阿里云短信核心 模块</description>

Expand All @@ -36,7 +36,7 @@
<dependency>
<groupId>com.github.snake19870227</groupId>
<artifactId>star-tiger-framework-sms-core</artifactId>
<version>0.7.0</version>
<version>0.8.0</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-aliyun-sms</artifactId>
<groupId>com.github.snake19870227</groupId>
<version>0.7.0</version>
<version>0.8.0</version>
</parent>

<artifactId>star-tiger-framework-aliyun-sms-server</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
<name>StarTigerFrameworkAliyunSmsServer</name>
<description>Star Tiger 脚手架项目 阿里云短信简单服务中心 模块</description>

Expand All @@ -21,13 +21,13 @@
<dependency>
<groupId>com.github.snake19870227</groupId>
<artifactId>star-tiger-framework-sms-server</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
</dependency>

<dependency>
<groupId>com.github.snake19870227</groupId>
<artifactId>star-tiger-framework-aliyun-sms-core</artifactId>
<version>0.7.0</version>
<version>0.8.0</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-aliyun-sms</artifactId>
<groupId>com.github.snake19870227</groupId>
<version>0.7.0</version>
<version>0.8.0</version>
</parent>

<artifactId>star-tiger-framework-aliyun-sms-spring-boot-starter</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
<name>StarTigerFrameworkAliyunSmsSpringBootStarter</name>
<description>Star Tiger 脚手架项目 阿里云短信SpringBoot自动配置 模块</description>

<dependencies>
<dependency>
<groupId>com.github.snake19870227</groupId>
<artifactId>star-tiger-framework-aliyun-sms-server</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
</dependency>
</dependencies>

Expand Down
Loading

0 comments on commit 5369739

Please sign in to comment.