Bump versions to 0.9.2-SNAPSHOT
[dlux.git] / loader / impl / pom.xml
index 8dbd3cef3b7691c5155f0a319156a4e8c773f0e3..2d195fa3c72fa0aae0941126d613e3ae426bcc6c 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.dlux</groupId>
     <artifactId>dlux-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.9.2-SNAPSHOT</version>
     <relativePath>../../</relativePath>
   </parent>
   <artifactId>loader.implementation</artifactId>
@@ -39,7 +39,6 @@
     <dependency>
       <groupId>javax.servlet</groupId>
       <artifactId>javax.servlet-api</artifactId>
-      <version>${javax.servlet-api.version}</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.dlux</groupId>
           </instructions>
         </configuration>
       </plugin>
+      <!-- Disable offline link detection which breaks the build here -->
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+          <detectOfflineLinks>false</detectOfflineLinks>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
   <scm>