Bump versions to 9.0.4-SNAPSHOT
[odlparent.git] / bundle-parent / pom.xml
index a5109950fa36fd43f8542e61600b3b7f76837903..48a25f2b25e4ea8d1c2b3368383474f020cbc9b3 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>1.6.0-SNAPSHOT</version>
+        <version>9.0.4-SNAPSHOT</version>
         <relativePath>../odlparent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>bundle-parent</artifactId>
     <packaging>pom</packaging>
+    <name>ODL :: odlparent :: ${project.artifactId}</name>
 
     <build>
         <plugins>
         </plugins>
     </build>
 
-  <!--
-    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}/${project.artifactId}/</url>
-
-  <distributionManagement>
-    <site>
-      <id>opendaylight-site</id>
-      <url>${nexus.site.url}/${project.artifactId}/</url>
-    </site>
-  </distributionManagement>
 </project>