Skip to content

Commit bdfc28e

Browse files
committed
Update maven-site-plugin to 3.1 from 3.0.
Update findbugs-maven-plugin to 2.5.2 from 2.4.0. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1376611 13f79535-47bb-0310-9956-ffa450edef68
1 parent d9fba48 commit bdfc28e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ limitations under the License.
215215
<plugin>
216216
<groupId>org.apache.maven.plugins</groupId>
217217
<artifactId>maven-site-plugin</artifactId>
218-
<version>3.0</version>
218+
<version>3.1</version>
219219
<dependencies>
220220
<dependency>
221221
<!-- add support for ssh/scp -->
@@ -286,7 +286,7 @@ limitations under the License.
286286
<plugin>
287287
<groupId>org.codehaus.mojo</groupId>
288288
<artifactId>findbugs-maven-plugin</artifactId>
289-
<version>2.4.0</version>
289+
<version>2.5.2</version>
290290
</plugin>
291291
<plugin>
292292
<groupId>org.codehaus.mojo</groupId>

0 commit comments

Comments
 (0)