Bump versions by 0.1.0 for next dev cycle
[netvirt.git] / vpnservice / neutronvpn / pom.xml
index 6c551e649bc9006f15b8a6b7dda02e6d971e5352..ff3d3602b680ffe13bedb11c7a277d0c950d3fc3 100644 (file)
@@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>1.7.0-SNAPSHOT</version>
+        <version>1.8.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
-    <groupId>org.opendaylight.vpnservice</groupId>
+    <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>neutronvpn-aggregator</artifactId>
-    <version>0.3.0-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
     <name>neutronvpn</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
@@ -49,4 +49,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             </plugin>
         </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>