Bump versions to 0.20.5-SNAPSHOT
[bgpcep.git] / pcep / topology / pom.xml
index ec79a2f921926d0966cd4fb838e7d959e585460b..3827eccbe3923c6447ed2fc002c65a2ca8aec953 100644 (file)
@@ -6,20 +6,18 @@
   terms of the Eclipse Public License v1.0 which accompanies this distribution,
   and is available at http://www.eclipse.org/legal/epl-v10.html
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.1.0</version>
+        <version>13.0.4</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>pcep-topology-parent</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.20.5-SNAPSHOT</version>
     <packaging>pom</packaging>
     <description>PCEP Topology related components</description>
     <name>${project.artifactId}</name>
         <module>topology-api</module>
         <module>topology-spi</module>
         <module>topology-provider</module>
-        <module>topology-stats</module>
         <module>cli</module>
     </modules>
-</project>
\ No newline at end of file
+
+    <properties>
+        <maven.deploy.skip>true</maven.deploy.skip>
+        <maven.install.skip>true</maven.install.skip>
+    </properties>
+</project>