Skip to content

Commit c38962b

Browse files
committed
pom.xml: sort properties.
No functional changes.
1 parent 46aa686 commit c38962b

File tree

1 file changed

+56
-55
lines changed

1 file changed

+56
-55
lines changed

pom.xml

Lines changed: 56 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -353,59 +353,14 @@
353353
</parent>
354354

355355
<properties>
356-
<lombok.version>1.16.8</lombok.version>
357-
<selenium.version>2.53.1</selenium.version>
358-
359-
<selenium.htmlunit.version>2.20</selenium.htmlunit.version>
360-
361-
<subethasmtp.version>3.1.7</subethasmtp.version>
362356
<aspectj.version>1.8.5</aspectj.version>
363357

364-
<javax.validation.version>1.1.0.Final</javax.validation.version>
365-
<commons.lang.version>3.4</commons.lang.version>
366-
367-
<commons.io.version>2.4</commons.io.version>
368-
369-
<thymeleaf.togglz.version>1.0.1.RELEASE</thymeleaf.togglz.version>
370-
371-
<togglz.version>2.2.0.Final</togglz.version>
372-
373358
<!-- Don't forget to update version in MvcConfig and Url classes -->
374359
<bootstrap.version>3.3.6</bootstrap.version>
375360

376-
<!-- Don't forget to update version in MvcConfig and Url classes -->
377-
<jquery.version>1.9.1</jquery.version>
378-
379-
<!-- Don't forget to update version in MvcConfig and Url classes -->
380-
<selectizejs.version>0.12.1</selectizejs.version>
381-
<testng.version>6.8.8</testng.version>
382-
383361
<cglib.version>2.2.2</cglib.version>
384-
<fest.assert.version>2.0M8</fest.assert.version>
385-
<compiler.plugin.version>3.5.1</compiler.plugin.version>
386-
<resources.plugin.version>2.7</resources.plugin.version>
387-
<clean.plugin.version>3.0.0</clean.plugin.version>
388-
<war.plugin.version>2.6</war.plugin.version>
389-
390-
<native2ascii.plugin.version>1.0-beta-1</native2ascii.plugin.version>
391-
<surefire.plugin.version>2.19.1</surefire.plugin.version>
392-
<gmaven.plugin.version>1.4</gmaven.plugin.version>
393-
<gmaven.runtime.plugin.version>1.5</gmaven.runtime.plugin.version>
394-
<jasmine.plugin.version>2.1</jasmine.plugin.version>
395-
<minify.plugin.version>1.7.4</minify.plugin.version>
396-
<failsafe.plugin.version>2.19.1</failsafe.plugin.version>
397-
398-
<license.plugin.version>1.9.0</license.plugin.version>
399362
<checkstyle.plugin.version>2.17</checkstyle.plugin.version>
400-
<pmd.plugin.version>3.6</pmd.plugin.version>
401-
402-
<jacoco.plugin.version>0.7.7.201606060606</jacoco.plugin.version>
403-
<coveralls.plugin.version>2.2.0</coveralls.plugin.version>
404-
405-
<javadoc.plugin.version>2.10.4</javadoc.plugin.version>
406-
<enforcer.plugin.version>1.4.1</enforcer.plugin.version>
407-
408-
<sortpom.plugin.version>2.4.0</sortpom.plugin.version>
363+
<clean.plugin.version>3.0.0</clean.plugin.version>
409364

410365
<!-- Redefine default value from spring-boot-dependencies (https://git.io/vKFmk) -->
411366
<commons-beanutils.version>1.9.2</commons-beanutils.version>
@@ -416,46 +371,91 @@
416371
<!-- Redefine default value from spring-boot-dependencies (https://git.io/vKFmk) -->
417372
<commons-pool.version>1.5.4</commons-pool.version>
418373

374+
<commons.io.version>2.4</commons.io.version>
375+
<commons.lang.version>3.4</commons.lang.version>
376+
<compiler.plugin.version>3.5.1</compiler.plugin.version>
377+
<coveralls.plugin.version>2.2.0</coveralls.plugin.version>
378+
<enforcer.plugin.version>1.4.1</enforcer.plugin.version>
379+
<failsafe.plugin.version>2.19.1</failsafe.plugin.version>
380+
<fest.assert.version>2.0M8</fest.assert.version>
381+
<gmaven.plugin.version>1.4</gmaven.plugin.version>
382+
<gmaven.runtime.plugin.version>1.5</gmaven.runtime.plugin.version>
383+
419384
<!-- Redefine default value from spring-boot-dependencies (https://git.io/vKFmk) -->
420385
<groovy.version>2.0.8</groovy.version>
421386

387+
<!-- Redefine default value from spring-boot-dependencies (https://git.io/vKFmk) -->
388+
<h2.version>1.4.192</h2.version>
389+
422390
<!-- Redefine default value from spring-boot-dependencies (https://git.io/vKFmk) -->
423391
<hibernate-validator.version>5.2.4.Final</hibernate-validator.version>
424392

393+
<jacoco.plugin.version>0.7.7.201606060606</jacoco.plugin.version>
394+
<jasmine.plugin.version>2.1</jasmine.plugin.version>
395+
396+
<!-- Redefine default value from spring-boot-starter-parent (https://git.io/vKFmR) -->
397+
<java.version>1.8</java.version>
398+
399+
<javadoc.plugin.version>2.10.4</javadoc.plugin.version>
400+
425401
<!-- Redefine default value from spring-boot-dependencies (https://git.io/vKFmk) -->
426402
<javax-mail.version>1.5.4</javax-mail.version>
427403

404+
<javax.validation.version>1.1.0.Final</javax.validation.version>
405+
428406
<!-- Redefine default value from spring-boot-dependencies (https://git.io/vKFmk) -->
429407
<jetty.version>9.2.17.v20160517</jetty.version>
430408

431-
<!-- Redefine default value from spring-boot-dependencies (https://git.io/vKFmk) -->
432-
<h2.version>1.4.192</h2.version>
409+
<!-- Don't forget to update version in MvcConfig and Url classes -->
410+
<jquery.version>1.9.1</jquery.version>
411+
412+
<license.plugin.version>1.9.0</license.plugin.version>
413+
<lombok.version>1.16.8</lombok.version>
414+
<minify.plugin.version>1.7.4</minify.plugin.version>
433415

434416
<!-- Redefine default value from spring-boot-dependencies (https://git.io/vKFmk) -->
435417
<mysql.version>5.1.39</mysql.version>
436418

419+
<native2ascii.plugin.version>1.0-beta-1</native2ascii.plugin.version>
420+
<pmd.plugin.version>3.6</pmd.plugin.version>
421+
<resources.plugin.version>2.7</resources.plugin.version>
422+
423+
<!-- Don't forget to update version in MvcConfig and Url classes -->
424+
<selectizejs.version>0.12.1</selectizejs.version>
425+
426+
<selenium.htmlunit.version>2.20</selenium.htmlunit.version>
427+
<selenium.version>2.53.1</selenium.version>
428+
437429
<!-- Redefine default value from spring-boot-dependencies (https://git.io/vKFmk) -->
438430
<servlet-api.version>3.1.0</servlet-api.version>
439431

432+
<skipUnitTests>false</skipUnitTests>
433+
440434
<!-- Redefine default value from spring-boot-dependencies (https://git.io/vKFmk) -->
441435
<slf4j.version>1.7.21</slf4j.version>
442436

437+
<sortpom.plugin.version>2.4.0</sortpom.plugin.version>
438+
443439
<!-- Redefine default value from spring-boot-dependencies (https://git.io/vKFmk) -->
444440
<spock.version>1.0-groovy-2.0</spock.version>
445441

446-
<!-- Redefine default value from spring-boot-dependencies (https://git.io/vKFmk) -->
447-
<thymeleaf.version>2.1.4.RELEASE</thymeleaf.version>
442+
<!-- Define default value for spring-boot-starter-parent (https://git.io/vKFmR) -->
443+
<start-class>ru.mystamps.web.support.spring.boot.ApplicationBootstrap</start-class>
444+
445+
<subethasmtp.version>3.1.7</subethasmtp.version>
446+
<surefire.plugin.version>2.19.1</surefire.plugin.version>
447+
<testng.version>6.8.8</testng.version>
448448

449449
<!-- Redefine default value from spring-boot-dependencies (https://git.io/vKFmk) -->
450450
<thymeleaf-extras-springsecurity4.version>2.1.2.RELEASE</thymeleaf-extras-springsecurity4.version>
451451

452-
<!-- Redefine default value from spring-boot-starter-parent (https://git.io/vKFmR) -->
453-
<java.version>1.8</java.version>
452+
<thymeleaf.togglz.version>1.0.1.RELEASE</thymeleaf.togglz.version>
454453

455-
<!-- Define default value for spring-boot-starter-parent (https://git.io/vKFmR) -->
456-
<start-class>ru.mystamps.web.support.spring.boot.ApplicationBootstrap</start-class>
454+
<!-- Redefine default value from spring-boot-dependencies (https://git.io/vKFmk) -->
455+
<thymeleaf.version>2.1.4.RELEASE</thymeleaf.version>
457456

458-
<skipUnitTests>false</skipUnitTests>
457+
<togglz.version>2.2.0.Final</togglz.version>
458+
<war.plugin.version>2.6</war.plugin.version>
459459
</properties>
460460

461461
<build>
@@ -830,6 +830,7 @@
830830
<keepBlankLines>true</keepBlankLines>
831831
<indentBlankLines>true</indentBlankLines>
832832
<sortDependencies>scope,groupId,artifactId</sortDependencies>
833+
<sortProperties>true</sortProperties>
833834
<!-- Use tabs instead of spaces for indentation -->
834835
<nrOfIndentSpace>-1</nrOfIndentSpace>
835836
</configuration>

0 commit comments

Comments
 (0)