Bumping versions by 0.0.1 for next dev cycle
[mdsal.git] / binding / mdsal-binding-java-api-generator / pom.xml
index d01890e2d4c2ebd4c9d61ac7a8e523084bf57310..5cdd8a0b516e3f271b06350c7ee8d45a52b933eb 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-binding</artifactId>
-        <version>0.8.0-SNAPSHOT</version>
+        <version>0.9.3-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -74,7 +74,7 @@
         <dependency>
             <groupId>org.codehaus.plexus</groupId>
             <artifactId>plexus-container-default</artifactId>
-            <version>1.5.6</version>
+            <version>1.6</version>
             <scope>provided</scope>
             <exclusions>
                 <!-- plexus-build-api pulls in version 1.5.8, while this pulls in 3.0.20.
         </dependency>
     </dependencies>
 
+
+  <!--
+      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>