Skip to content

Commit 1081c8d

Browse files
committed
[pom] Sort pom
1 parent eddd154 commit 1081c8d

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

pom.xml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,10 @@
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>
@@ -109,10 +107,10 @@
109107
</contributors>
110108

111109
<scm>
112-
<url>https://github.com/mybatis/mybatis-3</url>
113110
<connection>scm:git:ssh://[email protected]/mybatis/mybatis-3.git</connection>
114111
<developerConnection>scm:git:ssh://[email protected]/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>
@@ -380,10 +378,10 @@
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>
@@ -448,8 +446,8 @@
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>
@@ -494,7 +492,7 @@
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>
@@ -503,7 +501,7 @@
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>

0 commit comments

Comments
 (0)