Bug 5699 - Migrate existing code to use new sharding apis
[mdsal.git] / model / features / pom.xml
index e94acf3d11de483069b7cf706b737398ba3a1325..76ee2345fb516af0edc60c6ae77396c55a258b75 100644 (file)
@@ -22,7 +22,7 @@
     <packaging>jar</packaging>
 
     <properties>
-      <yangtools.version>0.9.0-SNAPSHOT</yangtools.version>
+      <yangtools.version>1.0.0-SNAPSHOT</yangtools.version>
       <mdsal.version>2.1.0-SNAPSHOT</mdsal.version>
     </properties>
 
             <groupId>org.opendaylight.mdsal.model</groupId>
             <artifactId>ietf-inet-types-2013-07-15</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.model</groupId>
+            <artifactId>ietf-type-util</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.model</groupId>
+            <artifactId>ietf-packet-fields</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.model</groupId>
+            <artifactId>ietf-access-control-list</artifactId>
+        </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>