Bump versions to 0.17.1-SNAPSHOT
[bgpcep.git] / topology / pom.xml
index 87b4986ec2ae7c22e146c7ff1d94fe821651126e..e3909e60f5dbe413cde454ecf0195358fd1cba65 100644 (file)
@@ -8,24 +8,17 @@
  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">
-
     <modelVersion>4.0.0</modelVersion>
-    <scm>
-        <connection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</connection>
-        <developerConnection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</developerConnection>
-        <url>https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main</url>
-        <tag>HEAD</tag>
-    </scm>
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.1.3</version>
+        <version>10.0.0</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>topology-parent</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.17.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <description>Topology parent</description>
     <name>${project.artifactId}</name>
@@ -36,4 +29,9 @@
         <module>segment-routing</module>
         <module>tunnel-api</module>
     </modules>
+
+    <properties>
+        <maven.deploy.skip>true</maven.deploy.skip>
+        <maven.install.skip>true</maven.install.skip>
+    </properties>
 </project>