diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f4e30b60..305532b1 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -51,6 +51,7 @@ jobs:
- name: Test with Maven
if: ${{ matrix.java != '8' }}
run: ./mvnw test -B -Dmaven.test.skip=false -DargLine="--add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/sun.reflect.annotation=ALL-UNNAMED"
+
- name: Maven Build
run: ./mvnw install -B -V
- name: Java Doc
diff --git a/fastexcel-core/pom.xml b/fastexcel-core/pom.xml
index f76957ab..3ba486e7 100644
--- a/fastexcel-core/pom.xml
+++ b/fastexcel-core/pom.xml
@@ -63,7 +63,7 @@
cn.idev.excel
fastexcel-support
- 1.0.0
+ 0.0.1
diff --git a/fastexcel-test/pom.xml b/fastexcel-test/pom.xml
index 81212294..1a2d2b55 100644
--- a/fastexcel-test/pom.xml
+++ b/fastexcel-test/pom.xml
@@ -74,7 +74,7 @@
maven-surefire-plugin
- /ai/chat2db/easyexcel/test/core/**/*.java
+ /cn/idev/excel/test/core/**/*.java
false
diff --git a/pom.xml b/pom.xml
index bebc7a24..0e814c58 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,10 +54,10 @@
- Apache 2
- http://www.apache.org/licenses/LICENSE-2.0.txt
+ MIT License
+ https://opensource.org/licenses/MIT
repo
- A business-friendly OSS license
+ A permissive license that allows for wide reuse