Skip to content

Commit 46aa686

Browse files
committed
pom.xml: prepare <properties> section for sorting properties.
No functional changes.
1 parent 469d8e0 commit 46aa686

File tree

1 file changed

+47
-12
lines changed

1 file changed

+47
-12
lines changed

pom.xml

Lines changed: 47 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -355,69 +355,104 @@
355355
<properties>
356356
<lombok.version>1.16.8</lombok.version>
357357
<selenium.version>2.53.1</selenium.version>
358+
358359
<selenium.htmlunit.version>2.20</selenium.htmlunit.version>
360+
359361
<subethasmtp.version>3.1.7</subethasmtp.version>
360362
<aspectj.version>1.8.5</aspectj.version>
363+
361364
<javax.validation.version>1.1.0.Final</javax.validation.version>
362365
<commons.lang.version>3.4</commons.lang.version>
366+
363367
<commons.io.version>2.4</commons.io.version>
368+
364369
<thymeleaf.togglz.version>1.0.1.RELEASE</thymeleaf.togglz.version>
370+
365371
<togglz.version>2.2.0.Final</togglz.version>
366372

367-
<!--
368-
Also don't forget to change version in:
369-
src/main/java/ru/mystamps/web/config/MvcConfig.java
370-
src/main/java/ru/mystamps/web/Url.java
371-
-->
373+
<!-- Don't forget to update version in MvcConfig and Url classes -->
372374
<bootstrap.version>3.3.6</bootstrap.version>
375+
376+
<!-- Don't forget to update version in MvcConfig and Url classes -->
373377
<jquery.version>1.9.1</jquery.version>
374-
<selectizejs.version>0.12.1</selectizejs.version>
375378

379+
<!-- Don't forget to update version in MvcConfig and Url classes -->
380+
<selectizejs.version>0.12.1</selectizejs.version>
376381
<testng.version>6.8.8</testng.version>
382+
377383
<cglib.version>2.2.2</cglib.version>
378384
<fest.assert.version>2.0M8</fest.assert.version>
379-
380385
<compiler.plugin.version>3.5.1</compiler.plugin.version>
381386
<resources.plugin.version>2.7</resources.plugin.version>
382387
<clean.plugin.version>3.0.0</clean.plugin.version>
383388
<war.plugin.version>2.6</war.plugin.version>
389+
384390
<native2ascii.plugin.version>1.0-beta-1</native2ascii.plugin.version>
385391
<surefire.plugin.version>2.19.1</surefire.plugin.version>
386392
<gmaven.plugin.version>1.4</gmaven.plugin.version>
387393
<gmaven.runtime.plugin.version>1.5</gmaven.runtime.plugin.version>
388394
<jasmine.plugin.version>2.1</jasmine.plugin.version>
389395
<minify.plugin.version>1.7.4</minify.plugin.version>
390396
<failsafe.plugin.version>2.19.1</failsafe.plugin.version>
397+
391398
<license.plugin.version>1.9.0</license.plugin.version>
392399
<checkstyle.plugin.version>2.17</checkstyle.plugin.version>
393400
<pmd.plugin.version>3.6</pmd.plugin.version>
401+
394402
<jacoco.plugin.version>0.7.7.201606060606</jacoco.plugin.version>
395403
<coveralls.plugin.version>2.2.0</coveralls.plugin.version>
404+
396405
<javadoc.plugin.version>2.10.4</javadoc.plugin.version>
397406
<enforcer.plugin.version>1.4.1</enforcer.plugin.version>
407+
398408
<sortpom.plugin.version>2.4.0</sortpom.plugin.version>
399409

400-
<!--
401-
Definitions and redefinitions of default values from spring-boot-dependencies:
402-
https://github.com/spring-projects/spring-boot/blob/v1.3.6.RELEASE/spring-boot-dependencies/pom.xml
403-
-->
410+
<!-- Redefine default value from spring-boot-dependencies (https://git.io/vKFmk) -->
404411
<commons-beanutils.version>1.9.2</commons-beanutils.version>
412+
413+
<!-- Redefine default value from spring-boot-dependencies (https://git.io/vKFmk) -->
405414
<commons-dbcp.version>1.4</commons-dbcp.version>
415+
416+
<!-- Redefine default value from spring-boot-dependencies (https://git.io/vKFmk) -->
406417
<commons-pool.version>1.5.4</commons-pool.version>
418+
419+
<!-- Redefine default value from spring-boot-dependencies (https://git.io/vKFmk) -->
407420
<groovy.version>2.0.8</groovy.version>
421+
422+
<!-- Redefine default value from spring-boot-dependencies (https://git.io/vKFmk) -->
408423
<hibernate-validator.version>5.2.4.Final</hibernate-validator.version>
424+
425+
<!-- Redefine default value from spring-boot-dependencies (https://git.io/vKFmk) -->
409426
<javax-mail.version>1.5.4</javax-mail.version>
427+
428+
<!-- Redefine default value from spring-boot-dependencies (https://git.io/vKFmk) -->
410429
<jetty.version>9.2.17.v20160517</jetty.version>
430+
431+
<!-- Redefine default value from spring-boot-dependencies (https://git.io/vKFmk) -->
411432
<h2.version>1.4.192</h2.version>
433+
434+
<!-- Redefine default value from spring-boot-dependencies (https://git.io/vKFmk) -->
412435
<mysql.version>5.1.39</mysql.version>
436+
437+
<!-- Redefine default value from spring-boot-dependencies (https://git.io/vKFmk) -->
413438
<servlet-api.version>3.1.0</servlet-api.version>
439+
440+
<!-- Redefine default value from spring-boot-dependencies (https://git.io/vKFmk) -->
414441
<slf4j.version>1.7.21</slf4j.version>
442+
443+
<!-- Redefine default value from spring-boot-dependencies (https://git.io/vKFmk) -->
415444
<spock.version>1.0-groovy-2.0</spock.version>
445+
446+
<!-- Redefine default value from spring-boot-dependencies (https://git.io/vKFmk) -->
416447
<thymeleaf.version>2.1.4.RELEASE</thymeleaf.version>
448+
449+
<!-- Redefine default value from spring-boot-dependencies (https://git.io/vKFmk) -->
417450
<thymeleaf-extras-springsecurity4.version>2.1.2.RELEASE</thymeleaf-extras-springsecurity4.version>
418451

419-
<!-- Definitions and redefinitions of default values from spring-boot-starter-parent -->
452+
<!-- Redefine default value from spring-boot-starter-parent (https://git.io/vKFmR) -->
420453
<java.version>1.8</java.version>
454+
455+
<!-- Define default value for spring-boot-starter-parent (https://git.io/vKFmR) -->
421456
<start-class>ru.mystamps.web.support.spring.boot.ApplicationBootstrap</start-class>
422457

423458
<skipUnitTests>false</skipUnitTests>

0 commit comments

Comments
 (0)