1
1
<?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
4
<modelVersion >4.0.0</modelVersion >
4
5
5
6
<parent >
88
89
<spotless .eclipse.version>4.25</spotless .eclipse.version>
89
90
<spotless .eclipse.wtp.version>4.21.0</spotless .eclipse.wtp.version>
90
91
91
- <bnd .importpackage />
92
- <bnd .exportpackage />
93
- <bnd .fixupmessages />
92
+ <bnd .importpackage/>
93
+ <bnd .exportpackage/>
94
+ <bnd .fixupmessages/>
94
95
<bnd .includeresource>-${.} /NOTICE, -${.} /*.xsd</bnd .includeresource>
95
96
<!-- The commons bundle is not following semver, even micro versions must be at least identical: strategy is [===,=+) -->
96
97
<bnd .smarthomejversion>[${parsedVersion.majorVersion} .${parsedVersion.minorVersion} .${parsedVersion.incrementalVersion} ,${parsedVersion.majorVersion} .${parsedVersion.nextMinorVersion} )</bnd .smarthomejversion>
@@ -248,7 +249,7 @@ Import-Package: \\
248
249
<version >${bnd.version} </version >
249
250
<configuration >
250
251
<failOnChanges >false</failOnChanges >
251
- <bndruns />
252
+ <bndruns />
252
253
</configuration >
253
254
<executions >
254
255
<execution >
@@ -488,7 +489,7 @@ Import-Package: \\
488
489
</goals >
489
490
</pluginExecutionFilter >
490
491
<action >
491
- <ignore />
492
+ <ignore />
492
493
</action >
493
494
</pluginExecution >
494
495
<pluginExecution >
@@ -501,7 +502,7 @@ Import-Package: \\
501
502
</goals >
502
503
</pluginExecutionFilter >
503
504
<action >
504
- <ignore />
505
+ <ignore />
505
506
</action >
506
507
</pluginExecution >
507
508
<pluginExecution >
@@ -515,7 +516,7 @@ Import-Package: \\
515
516
</goals >
516
517
</pluginExecutionFilter >
517
518
<action >
518
- <ignore />
519
+ <ignore />
519
520
</action >
520
521
</pluginExecution >
521
522
<pluginExecution >
@@ -528,7 +529,7 @@ Import-Package: \\
528
529
</goals >
529
530
</pluginExecutionFilter >
530
531
<action >
531
- <ignore />
532
+ <ignore />
532
533
</action >
533
534
</pluginExecution >
534
535
<pluginExecution >
@@ -542,7 +543,7 @@ Import-Package: \\
542
543
</goals >
543
544
</pluginExecutionFilter >
544
545
<action >
545
- <execute />
546
+ <execute />
546
547
</action >
547
548
</pluginExecution >
548
549
</pluginExecutions >
@@ -582,11 +583,11 @@ Import-Package: \\
582
583
<file >openhab_codestyle.xml</file >
583
584
<version >${spotless.eclipse.version} </version >
584
585
</eclipse >
585
- <removeUnusedImports />
586
+ <removeUnusedImports />
586
587
<importOrder >
587
588
<file >openhab.importorder</file >
588
589
</importOrder >
589
- <endWithNewline />
590
+ <endWithNewline />
590
591
</java >
591
592
<formats >
592
593
<format >
@@ -610,8 +611,8 @@ Import-Package: \\
610
611
</files >
611
612
<version >${spotless.eclipse.wtp.version} </version >
612
613
</eclipseWtp >
613
- <trimTrailingWhitespace />
614
- <endWithNewline />
614
+ <trimTrailingWhitespace />
615
+ <endWithNewline />
615
616
</format >
616
617
<format >
617
618
<!-- feature.xml -->
@@ -625,8 +626,8 @@ Import-Package: \\
625
626
</files >
626
627
<version >${spotless.eclipse.wtp.version} </version >
627
628
</eclipseWtp >
628
- <trimTrailingWhitespace />
629
- <endWithNewline />
629
+ <trimTrailingWhitespace />
630
+ <endWithNewline />
630
631
</format >
631
632
<format >
632
633
<!-- pom.xml -->
@@ -640,8 +641,8 @@ Import-Package: \\
640
641
</files >
641
642
<version >${spotless.eclipse.wtp.version} </version >
642
643
</eclipseWtp >
643
- <trimTrailingWhitespace />
644
- <endWithNewline />
644
+ <trimTrailingWhitespace />
645
+ <endWithNewline />
645
646
</format >
646
647
</formats >
647
648
</configuration >
0 commit comments