Bump versions to 0.19.5-SNAPSHOT
[bgpcep.git] / pcep / pom.xml
index 61877824b4edbee30a34ebdcbe38a87db04c93fd..24ed82d2050f676f1fddf448e6a3ae160224cc88 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>4.0.2</version>
+        <version>12.0.3</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>pcep-parent</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.19.5-SNAPSHOT</version>
     <description>PCEP protocol parent</description>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
         <module>impl</module>
         <module>spi</module>
         <module>base-parser</module>
-        <module>ietf-stateful07</module>
+        <module>ietf-stateful</module>
+        <module>ietf-p2mp-te-lsp</module>
         <module>testtool</module>
+        <module>server</module>
         <module>topology</module>
         <module>segment-routing</module>
         <module>pcc-mock</module>
@@ -45,4 +40,9 @@
         <module>config-example</module>
         <module>tunnel</module>
     </modules>
+
+    <properties>
+        <maven.deploy.skip>true</maven.deploy.skip>
+        <maven.install.skip>true</maven.install.skip>
+    </properties>
 </project>