Bump upstreams
[bgpcep.git] / config-loader / pom.xml
index 3beac3d79039ccae7d2a7530bf2638d916cc0fd6..83c097a50c329409329e9d870ce014271fed30ba 100644 (file)
@@ -9,28 +9,26 @@
 <!-- vi: set et smarttab sw=4 tabstop=4: -->
 <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>13.0.10</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>config-loader-parent</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.20.6-SNAPSHOT</version>
     <packaging>pom</packaging>
     <description>BGPCEP-Configuration files related components</description>
     <name>${project.artifactId}</name>
 
+    <properties>
+        <maven.deploy.skip>true</maven.deploy.skip>
+        <maven.install.skip>true</maven.install.skip>
+    </properties>
+
     <modules>
-        <module>config-loader-artifacts</module>
         <module>config-loader-spi</module>
         <module>config-loader-impl</module>
         <module>topology-config-loader</module>