Bump upstreams
[controller.git] / akka / repackaged-akka-jar / pom.xml
index 8ee7251c58aab297cdb7231c3cf5dc7676b721fc..69ba97bb460f37dc11a9375b77bc245a30ae97b4 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>12.0.5</version>
+        <version>12.0.6</version>
         <relativePath/>
     </parent>
 
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <artifactId>maven-source-plugin</artifactId>
+                <configuration>
+                    <!-- We handle this through shade plugin -->
+                    <skipSource>true</skipSource>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 </project>