Bump versions to 2.0.5-SNAPSHOT
[controller.git] / opendaylight / md-sal / cds-access-client / pom.xml
index 896b444adbd6306e15747b3bd5e0815d9c300081..d3cee89760602f3ca7da8168bffc8a20bbffed43 100644 (file)
@@ -4,11 +4,10 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.5-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.controller</groupId>
     <artifactId>cds-access-client</artifactId>
     <packaging>bundle</packaging>
 
@@ -63,7 +62,6 @@
                 </configuration>
             </plugin>
             <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jar-plugin</artifactId>
                 <executions>
                     <execution>
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <artifactId>maven-source-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>test-jar-no-fork</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
         </plugins>
     </build>