Skip to content

Commit e274f8f

Browse files
authored
Merge pull request #118 from CodePhiliaX/workflow-fix
fix:modify license and workflow
2 parents f5c515d + 55e508f commit e274f8f

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
- name: Test with Maven
5252
if: ${{ matrix.java != '8' }}
5353
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"
54+
5455
- name: Maven Build
5556
run: ./mvnw install -B -V
5657
- name: Java Doc

fastexcel-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>cn.idev.excel</groupId>
6565
<artifactId>fastexcel-support</artifactId>
66-
<version>1.0.0</version>
66+
<version>0.0.1</version>
6767
</dependency>
6868
<!-- itext7 -->
6969
<dependency>

fastexcel-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<artifactId>maven-surefire-plugin</artifactId>
7575
<configuration>
7676
<includes>
77-
<include>/ai/chat2db/easyexcel/test/core/**/*.java</include>
77+
<include>/cn/idev/excel/test/core/**/*.java</include>
7878
</includes>
7979
<testFailureIgnore>false</testFailureIgnore>
8080
</configuration>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@
5454

5555
<licenses>
5656
<license>
57-
<name>Apache 2</name>
58-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
57+
<name>MIT License</name>
58+
<url>https://opensource.org/licenses/MIT</url>
5959
<distribution>repo</distribution>
60-
<comments>A business-friendly OSS license</comments>
60+
<comments>A permissive license that allows for wide reuse</comments>
6161
</license>
6262
</licenses>
6363

0 commit comments

Comments
 (0)