File tree 8 files changed +18
-9
lines changed
8 files changed +18
-9
lines changed Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >org.pwm-project</groupId >
5
5
<artifactId >pwm-parent</artifactId >
6
- <version >2.0.0-SNAPSHOT </version >
6
+ <version >2.0.0</version >
7
7
<relativePath >../pom.xml</relativePath >
8
8
</parent >
9
9
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >org.pwm-project</groupId >
5
5
<artifactId >pwm-parent</artifactId >
6
- <version >2.0.0-SNAPSHOT </version >
6
+ <version >2.0.0</version >
7
7
<relativePath >../pom.xml</relativePath >
8
8
</parent >
9
9
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >org.pwm-project</groupId >
5
5
<artifactId >pwm-parent</artifactId >
6
- <version >2.0.0-SNAPSHOT </version >
6
+ <version >2.0.0</version >
7
7
<relativePath >../pom.xml</relativePath >
8
8
</parent >
9
9
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >org.pwm-project</groupId >
5
5
<artifactId >pwm-parent</artifactId >
6
- <version >2.0.0-SNAPSHOT </version >
6
+ <version >2.0.0</version >
7
7
<relativePath >../pom.xml</relativePath >
8
8
</parent >
9
9
16
16
<name >PWM Password Self Service: Executable Server JAR</name >
17
17
18
18
<properties >
19
- <tomcat .version>9.0.48 </tomcat .version>
19
+ <tomcat .version>9.0.50 </tomcat .version>
20
20
</properties >
21
21
22
22
<build >
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >org.pwm-project</groupId >
6
6
<artifactId >pwm-parent</artifactId >
7
- <version >2.0.0-SNAPSHOT </version >
7
+ <version >2.0.0</version >
8
8
<packaging >pom</packaging >
9
9
10
10
<name >PWM Password Self Service</name >
40
40
41
41
<!-- profile managed values -->
42
42
<spotbugs .skip>false</spotbugs .skip>
43
+ <owasp .skip>false</owasp .skip>
43
44
<checkstyle .skip>false</checkstyle .skip>
44
45
<skipTests >false</skipTests >
45
46
70
71
<spotbugs .skip>true</spotbugs .skip>
71
72
</properties >
72
73
</profile >
74
+ <profile >
75
+ <id >skip-owasp</id >
76
+ <properties >
77
+ <spotbugs .owasp>true</spotbugs .owasp>
78
+ </properties >
79
+ </profile >
73
80
<profile >
74
81
<id >enable-javadoc</id >
75
82
<properties >
381
388
<goal >check</goal >
382
389
</goals >
383
390
<configuration >
391
+ <skip >${owasp.skip} </skip >
384
392
<yarnAuditAnalyzerEnabled >false</yarnAuditAnalyzerEnabled >
393
+ <nodeAnalyzerEnabled >false</nodeAnalyzerEnabled >
385
394
</configuration >
386
395
</execution >
387
396
</executions >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >org.pwm-project</groupId >
5
5
<artifactId >pwm-parent</artifactId >
6
- <version >2.0.0-SNAPSHOT </version >
6
+ <version >2.0.0</version >
7
7
<relativePath >../pom.xml</relativePath >
8
8
</parent >
9
9
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >org.pwm-project</groupId >
5
5
<artifactId >pwm-parent</artifactId >
6
- <version >2.0.0-SNAPSHOT </version >
6
+ <version >2.0.0</version >
7
7
<relativePath >../pom.xml</relativePath >
8
8
</parent >
9
9
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >org.pwm-project</groupId >
5
5
<artifactId >pwm-parent</artifactId >
6
- <version >2.0.0-SNAPSHOT </version >
6
+ <version >2.0.0</version >
7
7
<relativePath >../pom.xml</relativePath >
8
8
</parent >
9
9
You can’t perform that action at this time.
0 commit comments