Bump versions by x.y.(z+1)
[mdsal.git] / common / features / features-mdsal / pom.xml
index b9ca6525e9a5b55f88010ac53c0d5f044930fb24..c80ecf7a7a20ad468b8d2e05781b5d0fea60b7db 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>feature-repo-parent</artifactId>
-        <version>3.0.2</version>
+        <version>3.1.7</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>features-mdsal</artifactId>
-    <version>2.4.0-SNAPSHOT</version>
+    <version>2.5.4-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <dependencyManagement>
             <classifier>features</classifier>
             <type>xml</type>
         </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>odl-mdsal-dom-schema-service-osgi</artifactId>
-            <classifier>features</classifier>
-            <type>xml</type>
-        </dependency>
 
         <!-- EOS -->
         <dependency>
             <type>xml</type>
         </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>