Bump versions by x.y.(z+1)
[mdsal.git] / common / features / odl-mdsal-binding-dom-adapter / pom.xml
index 605c6e6fd4100585f147b53671e9d16fb5580707..0917db2c11e7e1180ee4c04c47b622ac4c0f7ec8 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.1.0</version>
+        <version>3.1.7</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>odl-mdsal-binding-dom-adapter</artifactId>
-    <version>2.5.0-SNAPSHOT</version>
+    <version>2.5.4-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: MD-SAL :: DOM Adapter</name>
             <artifactId>mdsal-binding-dom-adapter</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>