Move StringValueObjectFactory to mdsal-binding-spec-util
[mdsal.git] / model / ietf / ietf-yang-types-20130715 / pom.xml
index fa25df4bcbae7633050a9255e848c3a3342dad31..5e2ae1b210d6941d3bf0822bd3d0ddd6b4e0864c 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.11.0-SNAPSHOT</version>
+        <version>0.13.0-SNAPSHOT</version>
         <relativePath>../../../binding/binding-parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.mdsal.model</groupId>
     <artifactId>ietf-yang-types-20130715</artifactId>
-    <version>2013.07.15.11.0-SNAPSHOT</version>
+    <version>2013.07.15.13.0-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
     <packaging>bundle</packaging>
             <artifactId>ietf-type-util</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>