Skip to content

Commit 7823a87

Browse files
committed
Remove '-SNAPSHOT' from release and update plugins & test dependencies.
1 parent 9fb6366 commit 7823a87

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.owasp.esapi</groupId>
55
<artifactId>esapi</artifactId>
6-
<version>2.5.3.1-SNAPSHOT</version>
6+
<version>2.5.3.1</version>
77
<packaging>jar</packaging>
88

99
<distributionManagement>
@@ -134,8 +134,8 @@
134134
<version.findsecbugs>2.0.0-M3</version.findsecbugs>
135135
<version.fluido>2.0.0-M8</version.fluido>
136136
<version.powermock>2.0.9</version.powermock>
137-
<version.spotbugs>4.8.1</version.spotbugs>
138-
<version.spotbugs.maven>4.8.1.0</version.spotbugs.maven>
137+
<version.spotbugs>4.8.2</version.spotbugs>
138+
<version.spotbugs.maven>4.8.2.0</version.spotbugs.maven>
139139
<version.surefire>3.2.2</version.surefire>
140140
<project.java.target>1.8</project.java.target>
141141
<!-- TODO: Be sure to update. Should be date of previous official release -->
@@ -296,7 +296,7 @@
296296
<dependency>
297297
<groupId>commons-codec</groupId>
298298
<artifactId>commons-codec</artifactId>
299-
<version>1.15</version>
299+
<version>1.16.0</version>
300300
<scope>test</scope>
301301
</dependency>
302302
<dependency>
@@ -689,7 +689,7 @@
689689
The skin is referenced in src/site/site.xml. -->
690690
<groupId>org.apache.maven.plugins</groupId>
691691
<artifactId>maven-site-plugin</artifactId>
692-
<version>4.0.0-M11</version>
692+
<version>4.0.0-M12</version>
693693
<dependencies>
694694
<dependency>
695695
<groupId>org.apache.maven.skins</groupId>

0 commit comments

Comments
 (0)