Use instanceof patterns in LinkstateTopologyBuilder
[bgpcep.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 5eb3b0f963428337d82dfc9c4b18841ae4a50b5c..d75f4223cd202521e678a8f71c643790f8727721 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>9.0.8</version>
+        <version>13.0.11</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>bgpcep-aggregator</artifactId>
-    <version>0.16.8-SNAPSHOT</version>
+    <version>0.21.5-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>bgpcep</name> <!-- Used by Sonar to set project name -->
     <description>BGPCEP top-level aggregator</description>
@@ -68,6 +68,8 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
+                <!-- https://issues.apache.org/jira/browse/MJAVADOC-649 -->
+                <version>3.1.1</version>
                 <executions>
                     <execution>
                         <id>aggregate</id>