File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed
Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 3131 <version >3.5.15-SNAPSHOT</version >
3232
3333 <name >mybatis</name >
34- <description >
35- The MyBatis SQL mapper framework makes it easier to use a relational database with object-oriented
34+ <description >The MyBatis SQL mapper framework makes it easier to use a relational database with object-oriented
3635 applications. MyBatis couples objects with stored procedures or SQL statements using a XML descriptor or
3736 annotations. Simplicity is the biggest advantage of the MyBatis data mapper over object relational mapping
38- tools.
39- </description >
37+ tools.</description >
4038 <url >https://www.mybatis.org/mybatis-3</url >
4139
4240 <inceptionYear >2009</inceptionYear >
109107 </contributors >
110108
111109 <scm >
112- <url >https://github.com/mybatis/mybatis-3</url >
113110 <connection >scm:git:ssh://git@github.com/mybatis/mybatis-3.git</connection >
114111 <developerConnection >scm:git:ssh://git@github.com/mybatis/mybatis-3.git</developerConnection >
115112 <tag >HEAD</tag >
113+ <url >https://github.com/mybatis/mybatis-3</url >
116114 </scm >
117115 <issueManagement >
118116 <system >GitHub Issue Management</system >
380378 <artifactId >maven-shade-plugin</artifactId >
381379 <executions >
382380 <execution >
383- <phase >package</phase >
384381 <goals >
385382 <goal >shade</goal >
386383 </goals >
384+ <phase >package</phase >
387385 <configuration >
388386 <createDependencyReducedPom >false</createDependencyReducedPom >
389387 <artifactSet >
448446 <jdk >(,16)</jdk >
449447 </activation >
450448 <properties >
451- <derby .version>10.15.2.0</derby .version>
452- <mssql-jdbc .version>12.4.2.jre8</mssql-jdbc .version>
449+ <derby .version>10.15.2.0</derby .version>
450+ <mssql-jdbc .version>12.4.2.jre8</mssql-jdbc .version>
453451 </properties >
454452 <build >
455453 <pluginManagement >
494492 <jdk >[17,)</jdk >
495493 </activation >
496494 <properties >
497- <derby .version>10.16.1.1</derby .version>
495+ <derby .version>10.16.1.1</derby .version>
498496 </properties >
499497 </profile >
500498 <profile >
503501 <jdk >[19,)</jdk >
504502 </activation >
505503 <properties >
506- <derby .version>10.17.1.0</derby .version>
504+ <derby .version>10.17.1.0</derby .version>
507505 </properties >
508506 </profile >
509507 </profiles >
You can’t perform that action at this time.
0 commit comments