Start the 4.0.2 development series
[odlparent.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 14e8243d1a6b35c6988a599cb0c598a758875901..005b4800bd002724d571d343f4d5b7496154555d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.2-SNAPSHOT</version>
         <relativePath>odlparent-lite</relativePath>
     </parent>
 
@@ -35,6 +35,7 @@
         <!-- odlparent tools -->
         <module>checkstyle</module>
         <module>findbugs</module>
+        <module>spotbugs</module>
         <module>license</module>
 
         <!-- Features test (SFT) -->
         </profile>
     </profiles>
 
-    <!--
-        Maven Site Configuration
-
-        The following configuration is necessary for maven-site-plugin to
-        correctly identify the correct deployment path for OpenDaylight Maven
-        sites.
-    -->
-    <url>${odl.site.url}/${project.groupId}/${stream}/</url>
-
-    <distributionManagement>
-        <site>
-            <id>opendaylight-site</id>
-            <url>${nexus.site.url}/</url>
-        </site>
-    </distributionManagement>
 </project>