Bump upstreams
[controller.git] / akka / repackaged-akka-jar / pom.xml
index 39e2389a3243799bbc63ca284e48cb1b7daf0b7e..69ba97bb460f37dc11a9375b77bc245a30ae97b4 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>11.0.1</version>
+        <version>12.0.6</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>repackaged-akka-jar</artifactId>
     <packaging>jar</packaging>
-    <version>6.0.2-SNAPSHOT</version>
+    <version>8.0.0-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <artifactId>maven-source-plugin</artifactId>
+                <configuration>
+                    <!-- We handle this through shade plugin -->
+                    <skipSource>true</skipSource>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 </project>