Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
wenshao committed Dec 18, 2022
1 parent 3ef7900 commit beabed5
Show file tree
Hide file tree
Showing 23 changed files with 11 additions and 11 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions spring-test/pom.xml → example-spring-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
</parent>

<groupId>com.com.alibaba.fastjson2</groupId>
<artifactId>exsample-springtest</artifactId>
<name>spring-test</name>
<description>spring-test</description>
<artifactId>example-spring-test</artifactId>
<name>example-spring-test</name>
<description>example-spring-test</description>
<properties>
<java.version>8</java.version>
<maven.deploy.skip>true</maven.deploy.skip>
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions spring6-test/pom.xml → example-spring6-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<groupId>com.example</groupId>
<artifactId>spring6test</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>exsample-spring6test</name>
<description>spring6test</description>
<name>example-spring6-test</name>
<description>example-spring6-test</description>

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,17 @@
<module>adapter</module>
<module>benchmark</module>
<module>core</module>
<module>example-spring-test</module>
<!--
<module>example-spring6-test</module>
-->
<module>extension</module>
<module>extension-spring5</module>
<!--
<module>extension-spring6</module>
<module>extension-spring6</module>
-->
<module>extension-spring5</module>
<module>fastjson1-compatible</module>
<module>kotlin</module>
<module>spring-test</module>
<!--
<module>spring6-test</module>
-->
</modules>

<organization>
Expand Down

0 comments on commit beabed5

Please sign in to comment.