From fc00a558d36e1ee3ed418ed1813b9f20a3845566 Mon Sep 17 00:00:00 2001
From: xuyanwu <1171736840@qq.com>
Date: Wed, 18 Oct 2023 08:53:09 +0800
Subject: [PATCH 1/2] Release:2.0.0-SNAPSHOT
---
README.md | 4 ++--
.../\345\277\253\351\200\237\345\205\245\351\227\250.md" | 4 ++--
.../\346\233\264\346\226\260\350\256\260\345\275\225.md" | 2 +-
...ot\345\215\225\347\213\254\344\275\277\347\224\250.md" | 4 ++--
pom.xml | 8 ++++----
x-file-storage-core/pom.xml | 6 +++---
x-file-storage-spring/pom.xml | 6 +++---
x-file-storage-test/pom.xml | 8 ++++----
8 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/README.md b/README.md
index 73abf26b..bcfa1207 100644
--- a/README.md
+++ b/README.md
@@ -85,9 +85,9 @@ Gitee:https://gitee.com/dromara/x-file-storage
```xml
- org.dromara
+ org.dromara.x-file-storage
x-file-storage-spring
- 1.0.3
+ 2.0.0
diff --git "a/docs/\345\277\253\351\200\237\345\205\245\351\227\250.md" "b/docs/\345\277\253\351\200\237\345\205\245\351\227\250.md"
index d516cf4d..5be7cedd 100644
--- "a/docs/\345\277\253\351\200\237\345\205\245\351\227\250.md"
+++ "b/docs/\345\277\253\351\200\237\345\205\245\351\227\250.md"
@@ -9,9 +9,9 @@
```xml
- org.dromara
+ org.dromara.x-file-storage
x-file-storage-spring
- 1.0.3
+ 2.0.0
```
diff --git "a/docs/\346\233\264\346\226\260\350\256\260\345\275\225.md" "b/docs/\346\233\264\346\226\260\350\256\260\345\275\225.md"
index a6835f22..83823876 100644
--- "a/docs/\346\233\264\346\226\260\350\256\260\345\275\225.md"
+++ "b/docs/\346\233\264\346\226\260\350\256\260\345\275\225.md"
@@ -28,7 +28,7 @@
```xml
- org.dromara
+ org.dromara.x-file-storage
x-file-storage-spring
2.0.0
diff --git "a/docs/\350\204\261\347\246\273SpringBoot\345\215\225\347\213\254\344\275\277\347\224\250.md" "b/docs/\350\204\261\347\246\273SpringBoot\345\215\225\347\213\254\344\275\277\347\224\250.md"
index be895e7f..5f4acbe4 100644
--- "a/docs/\350\204\261\347\246\273SpringBoot\345\215\225\347\213\254\344\275\277\347\224\250.md"
+++ "b/docs/\350\204\261\347\246\273SpringBoot\345\215\225\347\213\254\344\275\277\347\224\250.md"
@@ -6,9 +6,9 @@
```xml
- org.dromara
+ org.dromara.x-file-storage
x-file-storage-core
- 1.0.3
+ 2.0.0
```
diff --git a/pom.xml b/pom.xml
index fc7ca7bf..9aaaa1ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,10 +4,10 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
- org.dromara
+ org.dromara.x-file-storage
x-file-storage-parent
pom
- 1.0.3
+ 2.0.0-SNAPSHOT
x-file-storage-parent
A File Storage Service
@@ -83,13 +83,13 @@
- org.dromara
+ org.dromara.x-file-storage
x-file-storage-spring
${project.version}
- org.dromara
+ org.dromara.x-file-storage
x-file-storage-core
${project.version}
diff --git a/x-file-storage-core/pom.xml b/x-file-storage-core/pom.xml
index b743f352..682f2b19 100644
--- a/x-file-storage-core/pom.xml
+++ b/x-file-storage-core/pom.xml
@@ -4,13 +4,13 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
x-file-storage-parent
- org.dromara
- 1.0.3
+ org.dromara.x-file-storage
+ 2.0.0-SNAPSHOT
4.0.0
x-file-storage-core
- 1.0.3
+ 2.0.0-SNAPSHOT
8
diff --git a/x-file-storage-spring/pom.xml b/x-file-storage-spring/pom.xml
index 7890f45f..f88fbf01 100644
--- a/x-file-storage-spring/pom.xml
+++ b/x-file-storage-spring/pom.xml
@@ -4,8 +4,8 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
x-file-storage-parent
- org.dromara
- 1.0.3
+ org.dromara.x-file-storage
+ 2.0.0-SNAPSHOT
4.0.0
@@ -13,7 +13,7 @@
- org.dromara
+ org.dromara.x-file-storage
x-file-storage-core
diff --git a/x-file-storage-test/pom.xml b/x-file-storage-test/pom.xml
index b357b2e8..f9496a5d 100644
--- a/x-file-storage-test/pom.xml
+++ b/x-file-storage-test/pom.xml
@@ -10,9 +10,9 @@
- org.dromara
+ org.dromara.x-file-storage
x-file-storage-test
- 1.0.3
+ 2.0.0-SNAPSHOT
x-file-storage-test
x-file-storage 的测试和演示模块
@@ -148,9 +148,9 @@
- org.dromara
+ org.dromara.x-file-storage
x-file-storage-spring
- 1.0.3
+ 2.0.0-SNAPSHOT
From bf6d9273f695cc16476f5e0e17465af56cf59f6e Mon Sep 17 00:00:00 2001
From: xuyanwu <1171736840@qq.com>
Date: Wed, 18 Oct 2023 09:07:51 +0800
Subject: [PATCH 2/2] Release:2.0.0
---
pom.xml | 2 +-
x-file-storage-core/pom.xml | 4 ++--
x-file-storage-spring/pom.xml | 2 +-
x-file-storage-test/pom.xml | 4 ++--
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9aaaa1ad..35d3e4d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
org.dromara.x-file-storage
x-file-storage-parent
pom
- 2.0.0-SNAPSHOT
+ 2.0.0
x-file-storage-parent
A File Storage Service
diff --git a/x-file-storage-core/pom.xml b/x-file-storage-core/pom.xml
index 682f2b19..0a233c8b 100644
--- a/x-file-storage-core/pom.xml
+++ b/x-file-storage-core/pom.xml
@@ -5,12 +5,12 @@
x-file-storage-parent
org.dromara.x-file-storage
- 2.0.0-SNAPSHOT
+ 2.0.0
4.0.0
x-file-storage-core
- 2.0.0-SNAPSHOT
+ 2.0.0
8
diff --git a/x-file-storage-spring/pom.xml b/x-file-storage-spring/pom.xml
index f88fbf01..2aa946e2 100644
--- a/x-file-storage-spring/pom.xml
+++ b/x-file-storage-spring/pom.xml
@@ -5,7 +5,7 @@
x-file-storage-parent
org.dromara.x-file-storage
- 2.0.0-SNAPSHOT
+ 2.0.0
4.0.0
diff --git a/x-file-storage-test/pom.xml b/x-file-storage-test/pom.xml
index f9496a5d..522c2048 100644
--- a/x-file-storage-test/pom.xml
+++ b/x-file-storage-test/pom.xml
@@ -12,7 +12,7 @@
org.dromara.x-file-storage
x-file-storage-test
- 2.0.0-SNAPSHOT
+ 2.0.0
x-file-storage-test
x-file-storage 的测试和演示模块
@@ -150,7 +150,7 @@
org.dromara.x-file-storage
x-file-storage-spring
- 2.0.0-SNAPSHOT
+ 2.0.0