publish 0.0.11

This commit is contained in:
曾文豪
2023-01-10 11:51:55 +08:00
parent 73f4fc1275
commit cb7758966b
11 changed files with 21 additions and 20 deletions

20
pom.xml
View File

@@ -6,7 +6,7 @@
<groupId>com.tiesheng</groupId> <groupId>com.tiesheng</groupId>
<artifactId>tiesheng-parent</artifactId> <artifactId>tiesheng-parent</artifactId>
<version>0.0.10</version> <version>0.0.11</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>tiesheng</name> <name>tiesheng</name>
<description>杭州铁晟科技有限公司基础依赖</description> <description>杭州铁晟科技有限公司基础依赖</description>
@@ -57,55 +57,55 @@
<dependency> <dependency>
<groupId>com.tiesheng</groupId> <groupId>com.tiesheng</groupId>
<artifactId>tiesheng-db-migration</artifactId> <artifactId>tiesheng-db-migration</artifactId>
<version>${project.version}</version> <version>0.0.11</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.tiesheng</groupId> <groupId>com.tiesheng</groupId>
<artifactId>tiesheng-login</artifactId> <artifactId>tiesheng-login</artifactId>
<version>${project.version}</version> <version>0.0.11</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.tiesheng</groupId> <groupId>com.tiesheng</groupId>
<artifactId>tiesheng-web</artifactId> <artifactId>tiesheng-web</artifactId>
<version>${project.version}</version> <version>0.0.11</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.tiesheng</groupId> <groupId>com.tiesheng</groupId>
<artifactId>tiesheng-util</artifactId> <artifactId>tiesheng-util</artifactId>
<version>${project.version}</version> <version>0.0.11</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.tiesheng</groupId> <groupId>com.tiesheng</groupId>
<artifactId>tiesheng-platform</artifactId> <artifactId>tiesheng-platform</artifactId>
<version>${project.version}</version> <version>0.0.11</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.tiesheng</groupId> <groupId>com.tiesheng</groupId>
<artifactId>tiesheng-message</artifactId> <artifactId>tiesheng-message</artifactId>
<version>${project.version}</version> <version>0.0.11</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.tiesheng</groupId> <groupId>com.tiesheng</groupId>
<artifactId>tiesheng-encrypt</artifactId> <artifactId>tiesheng-encrypt</artifactId>
<version>${project.version}</version> <version>0.0.11</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.tiesheng</groupId> <groupId>com.tiesheng</groupId>
<artifactId>tiesheng-annotation</artifactId> <artifactId>tiesheng-annotation</artifactId>
<version>${project.version}</version> <version>0.0.11</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.tiesheng</groupId> <groupId>com.tiesheng</groupId>
<artifactId>tiesheng-poi</artifactId> <artifactId>tiesheng-poi</artifactId>
<version>${project.version}</version> <version>0.0.11</version>
</dependency> </dependency>
<dependency> <dependency>

View File

@@ -6,10 +6,11 @@
<parent> <parent>
<groupId>com.tiesheng</groupId> <groupId>com.tiesheng</groupId>
<artifactId>tiesheng-parent</artifactId> <artifactId>tiesheng-parent</artifactId>
<version>0.0.10</version> <version>0.0.11</version>
</parent> </parent>
<artifactId>tiesheng-ademo</artifactId> <artifactId>tiesheng-ademo</artifactId>
<version>1.0.0</version>
<properties> <properties>
<maven.compiler.source>8</maven.compiler.source> <maven.compiler.source>8</maven.compiler.source>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.tiesheng</groupId> <groupId>com.tiesheng</groupId>
<artifactId>tiesheng-parent</artifactId> <artifactId>tiesheng-parent</artifactId>
<version>0.0.10</version> <version>0.0.11</version>
</parent> </parent>
<artifactId>tiesheng-platform</artifactId> <artifactId>tiesheng-platform</artifactId>

View File

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

View File

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

View File

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