File tree Expand file tree Collapse file tree 2 files changed +23
-38
lines changed
Expand file tree Collapse file tree 2 files changed +23
-38
lines changed Original file line number Diff line number Diff line change 337337 </build >
338338
339339 <profiles >
340- <profile >
341- <id >sonar</id >
342- <activation >
343- <activeByDefault >false</activeByDefault >
344- </activation >
345- <properties >
346- <sonar-maven-plugin .version>3.7.0.1746</sonar-maven-plugin .version>
347- </properties >
348- <build >
349- <plugins >
350- <plugin >
351- <groupId >org.sonarsource.scanner.maven</groupId >
352- <artifactId >sonar-maven-plugin</artifactId >
353- <version >${sonar-maven-plugin.version} </version >
354- </plugin >
355- </plugins >
356- </build >
357- </profile >
358-
359340 <profile >
360341 <id >release</id >
361342 <activation >
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44
55 <groupId >org.entur.gbfs</groupId >
6- <artifactId >gbfs-validator-java</artifactId >
6+ <artifactId >gbfs-validator-java-parent </artifactId >
77 <version >0-SNAPSHOT</version >
88
99 <packaging >pom</packaging >
1010
1111 <name >GBFS Validator Parent</name >
12- <description >Parent POM for GBFS Validator modules</description >
12+ <description >Aggregator POM for GBFS Validator modules</description >
1313
1414 <modules >
1515 <module >gbfs-validator-java</module >
1616 </modules >
1717
18- < properties >
19- <project .build.sourceEncoding>UTF-8</ project .build.sourceEncoding >
20- < project .reporting.outputEncoding>UTF-8</ project .reporting.outputEncoding >
21- < maven .compiler.source>11</ maven .compiler.source >
22- < maven .compiler.target>11</ maven .compiler.target >
23- </ properties >
18+ < profiles >
19+ <profile >
20+ < id >sonar</ id >
21+ < activation >
22+ < activeByDefault >false</ activeByDefault >
23+ </ activation >
2424
25- <build >
26- <pluginManagement >
27- <plugins >
28- <plugin >
29- <groupId >org.apache.maven.plugins</groupId >
30- <artifactId >maven-compiler-plugin</artifactId >
31- <version >3.11.0</version >
32- </plugin >
33- </plugins >
34- </pluginManagement >
35- </build >
25+ <properties >
26+ <sonar-maven-plugin .version>3.7.0.1746</sonar-maven-plugin .version>
27+ </properties >
28+
29+ <build >
30+ <plugins >
31+ <plugin >
32+ <groupId >org.sonarsource.scanner.maven</groupId >
33+ <artifactId >sonar-maven-plugin</artifactId >
34+ <version >${sonar-maven-plugin.version} </version >
35+ </plugin >
36+ </plugins >
37+ </build >
38+ </profile >
39+ </profiles >
3640</project >
You can’t perform that action at this time.
0 commit comments