Bump versions to 4.0.11-SNAPSHOT
[mdsal.git] / model / ietf / ietf-topology-isis / pom.xml
index 9d76301b220f9b3dbaf38d97efd40485611e7e82..bdab9e7d2d0a0df68f31e723e80cc86a9476788f 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.11.0-SNAPSHOT</version>
+        <version>4.0.11-SNAPSHOT</version>
         <relativePath>../../../binding/binding-parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.mdsal.model</groupId>
     <artifactId>ietf-topology-isis</artifactId>
-    <version>2013.10.21.11.0-SNAPSHOT</version>
+    <version>2013.10.21.16.11-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
     <packaging>bundle</packaging>
             <artifactId>ietf-ted</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>