Skip to content

Commit

Permalink
⚡ Commit content:
Browse files Browse the repository at this point in the history
- 重新命名测试模块名称,名称错误
  • Loading branch information
tonycody committed Oct 26, 2023
1 parent 1bd718d commit 9ee1fd6
Show file tree
Hide file tree
Showing 57 changed files with 39 additions and 1,503 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 @@
<version>${revision}</version>
<packaging>pom</packaging>

<name>x-file-storage-parent</name>
<name>X File Storage</name>
<description>A File Storage Service</description>
<url>https://github.com/dromara/x-file-storage</url>

Expand Down Expand Up @@ -339,7 +339,7 @@
<profile>
<id>test</id>
<modules>
<module>x-file-storage-test</module>
<module>x-file-storage-tests</module>
</modules>
</profile>
<profile>
Expand Down
1 change: 1 addition & 0 deletions x-file-storage-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
</parent>

<artifactId>x-file-storage-core</artifactId>
<name>X File Storage Core</name>

<dependencies>
<!-- javax.servlet-api -->
Expand Down
1 change: 1 addition & 0 deletions x-file-storage-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
</parent>

<artifactId>x-file-storage-spring</artifactId>
<name>X File Storage Spring</name>

<dependencies>
<dependency>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 9ee1fd6

Please sign in to comment.