Skip to content

Commit 469e605

Browse files
committed
feat(mybatis-xmlreload): 3.0.3-SNAPSHOT发布
1 parent f74fb06 commit 469e605

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<packaging>jar</packaging>
66
<groupId>io.github.wayn111</groupId>
77
<artifactId>mybatis-xmlreload-spring-boot-starter</artifactId>
8-
<version>3.0.3</version>
8+
<version>3.0.3-SNAPSHOT</version>
99
<name>mybatis-xmlreload-spring-boot-starter</name>
1010
<url>https://github.com/wayn111/mybatis-xmlreload-spring-boot-starter</url>
1111
<description>mybais springboot项目中xml文件热加载支持</description>
@@ -156,16 +156,16 @@
156156
</execution>
157157
</executions>
158158
</plugin>
159-
<plugin>
159+
<!--<plugin>
160160
<groupId>org.apache.maven.plugins</groupId>
161161
<artifactId>maven-surefire-plugin</artifactId>
162162
<configuration>
163-
<argLine>--add-opens java.base/java.util=ALL-UNNAMED
164-
--add-opens java.base/java.lang.reflect=ALL-UNNAMED
165-
--add-opens java.base/java.text=ALL-UNNAMED
166-
--add-opens java.desktop/java.awt.font=ALL-UNNAMED</argLine>
163+
<argLine>&#45;&#45;add-opens java.base/java.util=ALL-UNNAMED
164+
&#45;&#45;add-opens java.base/java.lang.reflect=ALL-UNNAMED
165+
&#45;&#45;add-opens java.base/java.text=ALL-UNNAMED
166+
&#45;&#45;add-opens java.desktop/java.awt.font=ALL-UNNAMED</argLine>
167167
</configuration>
168-
</plugin>
168+
</plugin>-->
169169
<plugin>
170170
<groupId>org.apache.maven.plugins</groupId>
171171
<artifactId>maven-gpg-plugin</artifactId>

0 commit comments

Comments
 (0)