switched to findbugs-maven-plugin 2.3.2. Stop using the SNAPSHOT
version, because it is not available anymore.

Signed-off-by: Florian Thienel <florian@thienel.org>
diff --git a/sourceediting/plugins/org.eclipse.wst.xml.vex.ui/pom.xml b/sourceediting/plugins/org.eclipse.wst.xml.vex.ui/pom.xml
index 1f809c3..ff88a74 100644
--- a/sourceediting/plugins/org.eclipse.wst.xml.vex.ui/pom.xml
+++ b/sourceediting/plugins/org.eclipse.wst.xml.vex.ui/pom.xml
@@ -19,7 +19,7 @@
 			<plugin>
 				<groupId>org.codehaus.mojo</groupId>
 				<artifactId>findbugs-maven-plugin</artifactId>
-				<version>2.3.2-SNAPSHOT</version>
+				<version>2.3.2</version>
 				<configuration>
 					<findbugsXmlOutput>true</findbugsXmlOutput>
 					<failOnError>false</failOnError>