Eliminate network-pcep-topology-config
[bgpcep.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index dc5ca0bc8d45f72a352be5eb3bb2e43931b03e66..162a2876c01901b5105b0b304ff5bf393d2eb230 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>10.0.0</version>
+        <version>11.0.0</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>bgpcep-aggregator</artifactId>
-    <version>0.17.1-SNAPSHOT</version>
+    <version>0.18.0-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>