22 <modelVersion >4.0.0</modelVersion >
33 <groupId >pw.yumc</groupId >
44 <artifactId >MiaoScript</artifactId >
5- <version >0.23.1 </version >
5+ <version >0.28.0 </version >
66 <developers >
77 <developer >
88 <id >502647092</id >
99 <name >MiaoWoo</name >
1010 <email >admin@yumc.pw</email >
11- <url >http ://www.yumc.pw</url >
11+ <url >https ://www.yumc.pw</url >
1212 </developer >
1313 </developers >
1414 <build >
1919 <filtering >true</filtering >
2020 </resource >
2121 </resources >
22- <plugins >
23- <plugin >
24- <groupId >org.apache.maven.plugins</groupId >
25- <artifactId >maven-shade-plugin</artifactId >
26- <version >3.2.1</version >
27- <configuration >
28- <createDependencyReducedPom >false</createDependencyReducedPom >
29- <artifactSet >
30- <includes >
31- <include >org.kamranzafar:jtar</include >
32- </includes >
33- </artifactSet >
34- </configuration >
35- <executions >
36- <execution >
37- <phase >package</phase >
38- <goals >
39- <goal >shade</goal >
40- </goals >
41- </execution >
42- </executions >
43- </plugin >
44- </plugins >
4522 </build >
4623 <ciManagement >
4724 <system >Jenkins</system >
5027 <properties >
5128 <env .GIT_COMMIT>DEV</env .GIT_COMMIT>
5229 <update .changes>
30+ §623-07-30 §afeat: 优化 require 性能;
31+ §cfix: 修复 require 加载特殊文件异常;
32+ §623-07-22 §afeat: 网络加载 jtar 优化包大小;
33+ §afeat: 移除 Spring 相关支持;
34+ §aremove: 移除 Spring 相关支持;
35+ §adeps: 更新 Nashorn 和 GraalvmJS 引擎版本
36+ </update .changes>
37+ <update .changelog>
38+ §622-11-22 §afeat: 兼容 1.7.10-1.19.2 版本;
39+ §afeat: 新增 MiaoScriptAPI 相关方法;
5340 §622-06-21 §afeat: 兼容 1.7.10-1.19 版本;
5441 §afeat: 兼容 JDK17 BungeeCord;
5542 §622-05-25 §afeat: 兼容 1.7.10-1.18.2 版本;
6148 §afeat: 新增 自定义类型加载逻辑;
6249 §622-02-16 §afeat: 新增 MiaoScriptAPI;
6350 §afeat: 新增 ScriptEvent;
64- §afeat: 新增 .mjs.json 类型加载;
51+ §afeat: 新增 .mjs .json 类型加载;
6552 §622-02-16 §afeat: 优化 初始化逻辑 加快引擎加载速度;
6653 §afeat: 新增 root 目录变更检测 变更后重新生成缓存;
6754 §afeat: 添加常用库的软依赖;
7158 §621-06-25 §afeat: 调整启动逻辑 兼容 Arclight;
7259 §621-06-22 §afeat: 新增本地版本锁定功能;
7360 §621-06-19 §afeat: 兼容JDK16 反射异常;
74- §621-05-15 §afeat: 兼容JDK15+ 自动下载Nashorn类库
75- </update .changes>
76- <update .changelog>
61+ §621-05-15 §afeat: 兼容JDK15+ 自动下载Nashorn类库;
7762 §621-03-25 §afeat: 异步加载 polyfill 并且同步加载 @ccms/core;
7863 §621-03-25 §cfix: 修改 ployfill 为 polyfill;
7964 §620-12-22 §cfix: 增加 require 效验;
202187 <version >1.18.24</version >
203188 <scope >compile</scope >
204189 </dependency >
205- <dependency >
206- <groupId >org.kamranzafar</groupId >
207- <artifactId >jtar</artifactId >
208- <version >2.3</version >
209- </dependency >
210190 <dependency >
211191 <groupId >org.spigotmc</groupId >
212192 <artifactId >spigot-api</artifactId >
231211 <version >1.0-SNAPSHOT</version >
232212 <scope >compile</scope >
233213 </dependency >
234- <dependency >
235- <groupId >org.springframework</groupId >
236- <artifactId >spring-websocket</artifactId >
237- <version >5.3.19</version >
238- <scope >compile</scope >
239- </dependency >
240- <dependency >
241- <groupId >org.apache.tomcat</groupId >
242- <artifactId >tomcat-websocket</artifactId >
243- <version >9.0.35</version >
244- <scope >compile</scope >
245- </dependency >
246214 </dependencies >
247215</project >
0 commit comments