publish 0.0.4

This commit is contained in:
曾文豪
2023-01-03 16:30:00 +08:00
parent df03876430
commit 0e2c477ee3
13 changed files with 16 additions and 13 deletions

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>com.tiesheng</groupId>
<artifactId>tiesheng-parent</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
</parent>
<artifactId>demo</artifactId>
@@ -21,7 +21,7 @@
<dependency>
<groupId>com.tiesheng</groupId>
<artifactId>tiesheng-web</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
</dependency>
</dependencies>

View File

@@ -6,7 +6,7 @@
<groupId>com.tiesheng</groupId>
<artifactId>tiesheng-parent</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
<packaging>pom</packaging>
<name>tiesheng</name>
<description>杭州铁晟科技有限公司基础依赖</description>

View File

@@ -3,6 +3,9 @@
VERSION=$1
MESSAGE=$2
## 更改版本号
mvn versions:set -DnewVersion=$VERSION
mvn versions:commit
## 推送现有代码
git add .

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>com.tiesheng</groupId>
<artifactId>tiesheng-parent</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
</parent>
<artifactId>tiesheng-annotation</artifactId>

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>com.tiesheng</groupId>
<artifactId>tiesheng-parent</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
</parent>
<artifactId>tiesheng-db-migration</artifactId>

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>com.tiesheng</groupId>
<artifactId>tiesheng-parent</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
</parent>
<artifactId>tiesheng-ding</artifactId>

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>com.tiesheng</groupId>
<artifactId>tiesheng-parent</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
</parent>
<artifactId>tiesheng-encrypt</artifactId>

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>com.tiesheng</groupId>
<artifactId>tiesheng-parent</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
</parent>
<artifactId>tiesheng-login</artifactId>

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>com.tiesheng</groupId>
<artifactId>tiesheng-parent</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
</parent>
<artifactId>tiesheng-message</artifactId>

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>com.tiesheng</groupId>
<artifactId>tiesheng-parent</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
</parent>
<artifactId>tiesheng-poi</artifactId>

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>com.tiesheng</groupId>
<artifactId>tiesheng-parent</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
</parent>
<artifactId>tiesheng-util</artifactId>

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>com.tiesheng</groupId>
<artifactId>tiesheng-parent</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
</parent>
<artifactId>tiesheng-web</artifactId>

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>com.tiesheng</groupId>
<artifactId>tiesheng-parent</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
</parent>
<artifactId>tiesheng-wxmp</artifactId>