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 31
31
<version >3.5.15-SNAPSHOT</version >
32
32
33
33
<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
36
35
applications. MyBatis couples objects with stored procedures or SQL statements using a XML descriptor or
37
36
annotations. Simplicity is the biggest advantage of the MyBatis data mapper over object relational mapping
38
- tools.
39
- </description >
37
+ tools.</description >
40
38
<url >https://www.mybatis.org/mybatis-3</url >
41
39
42
40
<inceptionYear >2009</inceptionYear >
109
107
</contributors >
110
108
111
109
<scm >
112
- <url >https://github.com/mybatis/mybatis-3</url >
113
110
<
connection >scm:git:ssh://
[email protected] /mybatis/mybatis-3.git</
connection >
114
111
<
developerConnection >scm:git:ssh://
[email protected] /mybatis/mybatis-3.git</
developerConnection >
115
112
<tag >HEAD</tag >
113
+ <url >https://github.com/mybatis/mybatis-3</url >
116
114
</scm >
117
115
<issueManagement >
118
116
<system >GitHub Issue Management</system >
380
378
<artifactId >maven-shade-plugin</artifactId >
381
379
<executions >
382
380
<execution >
383
- <phase >package</phase >
384
381
<goals >
385
382
<goal >shade</goal >
386
383
</goals >
384
+ <phase >package</phase >
387
385
<configuration >
388
386
<createDependencyReducedPom >false</createDependencyReducedPom >
389
387
<artifactSet >
448
446
<jdk >(,16)</jdk >
449
447
</activation >
450
448
<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>
453
451
</properties >
454
452
<build >
455
453
<pluginManagement >
494
492
<jdk >[17,)</jdk >
495
493
</activation >
496
494
<properties >
497
- <derby .version>10.16.1.1</derby .version>
495
+ <derby .version>10.16.1.1</derby .version>
498
496
</properties >
499
497
</profile >
500
498
<profile >
503
501
<jdk >[19,)</jdk >
504
502
</activation >
505
503
<properties >
506
- <derby .version>10.17.1.0</derby .version>
504
+ <derby .version>10.17.1.0</derby .version>
507
505
</properties >
508
506
</profile >
509
507
</profiles >
You can’t perform that action at this time.
0 commit comments