Bumping versions by x.y.(z+1) for next dev cycle
[mdsal.git] / model / iana / iana-afn-safi / pom.xml
index 34b54a6a73452ec82ad7bf093b7c17d747a1c988..5c748086a596bf3b2932f51aa7a7993c865419ef 100644 (file)
 
     <parent>
         <artifactId>model-iana</artifactId>
-        <groupId>org.opendaylight.yangtools.model</groupId>
-        <version>0.6.2-SNAPSHOT</version>
+        <groupId>org.opendaylight.mdsal.model</groupId>
+        <version>0.9.4-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>iana-afn-safi</artifactId>
-    <version>2013.07.04.4-SNAPSHOT</version>
-
-    <build>
-        <plugins>
-            <plugin>
-                <artifactId>maven-jar-plugin</artifactId>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>maven-bundle-plugin</artifactId>
-                <extensions>true</extensions>
-                <configuration>
-                    <instructions>
-                        <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
-                    </instructions>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
+    <version>2013.07.04.9.4-SNAPSHOT</version>
+    <packaging>bundle</packaging>
+
+
+  <!--
+      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>