Bump versions by x.y.(z+1)
[mdsal.git] / singleton-service / pom.xml
index 391821bccbf16787d7ec39b6e31d64b4d03379ea..76afe2af22c2c46115d90a8318e212e95c579b5a 100644 (file)
     <parent>
       <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>odlparent-lite</artifactId>
-      <version>3.1.0</version>
+      <version>3.1.7</version>
       <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>singleton-service</artifactId>
-    <version>2.5.0-SNAPSHOT</version>
+    <version>2.5.4-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name> <!-- Used by Sonar to set project name -->
     <description>${project.artifactId}</description>
         <module>mdsal-singleton-common-api</module>
         <module>mdsal-singleton-dom-impl</module>
     </modules>
-
-  <!--
-      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>