@@ -48,12 +48,23 @@ application while protecting against XSS.
48
48
<url >https://oss.sonatype.org/content/repositories/snapshots</url >
49
49
</snapshotRepository >
50
50
</distributionManagement >
51
+
52
+ <issueManagement >
53
+ <system >GitHub</system >
54
+ <url >https://github.com/OWASP/java-html-sanitizer/issues</url >
55
+ </issueManagement >
56
+
57
+ <organization >
58
+ <name >OWASP</name >
59
+ <url >https://owasp.org</url >
60
+ </organization >
61
+
51
62
<build >
52
63
<plugins >
53
64
<plugin >
54
65
<groupId >org.sonatype.plugins</groupId >
55
66
<artifactId >nexus-staging-maven-plugin</artifactId >
56
- <version >[ 1.6.5,) </version >
67
+ <version >1.6.3 </version >
57
68
<extensions >true</extensions >
58
69
<configuration >
59
70
<serverId >ossrh</serverId >
@@ -149,13 +160,13 @@ application while protecting against XSS.
149
160
<dependency >
150
161
<groupId >com.google.code.findbugs</groupId >
151
162
<artifactId >jsr305</artifactId >
152
- <version >[1.3.9 ,)</version >
163
+ <version >[2.0.1 ,)</version >
153
164
<scope >provided</scope >
154
165
</dependency >
155
166
<dependency >
156
167
<groupId >com.google.code.findbugs</groupId >
157
168
<artifactId >annotations</artifactId >
158
- <version >[1.3.9 ,)</version >
169
+ <version >[2.0.1 ,)</version >
159
170
<scope >provided</scope >
160
171
</dependency >
161
172
@@ -174,29 +185,6 @@ application while protecting against XSS.
174
185
</dependency >
175
186
</dependencies >
176
187
177
- <reporting >
178
- <plugins >
179
- <!-- `mvn compile site` will generate target/site/findbugs.html -->
180
- <!-- http://mojo.codehaus.org/findbugs-maven-plugin/usage.html -->
181
- <!-- http://www.petrikainulainen.net/programming/maven/findbugs-maven-plugin-tutorial/ -->
182
- <plugin >
183
- <groupId >org.codehaus.mojo</groupId >
184
- <artifactId >findbugs-maven-plugin</artifactId >
185
- <version >2.5.2</version >
186
- <configuration >
187
- <!--
188
- Enables analysis which takes more memory but finds more bugs.
189
- If you run out of memory, changes the value of the effort element
190
- to 'Low'.
191
- -->
192
- <effort >Max</effort >
193
- <!-- Reports all bugs (other values are medium and max) -->
194
- <threshold >Low</threshold >
195
- </configuration >
196
- </plugin >
197
- </plugins >
198
- </reporting >
199
-
200
188
<properties >
201
189
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
202
190
</properties >
0 commit comments