Add missing <name> fields for pom.xml files
[nemo.git] / nemo-renderers / openflow-renderer / pom.xml
index 1e802d092f9a3ece7c31d372bcbfed92c1b3d87b..272ddc8b1503f73c5d713a249555214627a20655 100644 (file)
@@ -20,7 +20,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>openflow-renderer</artifactId>
   <version>1.2.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
-  <name>${project.artifactId}</name>
+  <!-- <name> formatting is used by autorelease to parse and notify projects on
+       build failure. Please do not modify this unless you have a good reason. -->
+  <name>ODL :: nemo :: ${project.artifactId}</name>
 
   <properties>
     <liblldp.version>0.12.0-SNAPSHOT</liblldp.version>
@@ -85,7 +87,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     </dependency>
     <dependency>
       <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
+      <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>