Skip to content

Commit

Permalink
Release:2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
1171736840 committed Oct 18, 2023
1 parent fc00a55 commit bf6d927
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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>org.dromara.x-file-storage</groupId>
<artifactId>x-file-storage-parent</artifactId>
<packaging>pom</packaging>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>

<name>x-file-storage-parent</name>
<description>A File Storage Service</description>
Expand Down
4 changes: 2 additions & 2 deletions x-file-storage-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>x-file-storage-parent</artifactId>
<groupId>org.dromara.x-file-storage</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>x-file-storage-core</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>

<properties>
<maven.compiler.source>8</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion x-file-storage-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>x-file-storage-parent</artifactId>
<groupId>org.dromara.x-file-storage</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions x-file-storage-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.dromara.x-file-storage</groupId>
<artifactId>x-file-storage-test</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<name>x-file-storage-test</name>
<description>x-file-storage 的测试和演示模块</description>

Expand Down Expand Up @@ -150,7 +150,7 @@
<dependency>
<groupId>org.dromara.x-file-storage</groupId>
<artifactId>x-file-storage-spring</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit bf6d927

Please sign in to comment.