Release Carbon
[controller.git] / opendaylight / config / config-util / pom.xml
index 627f6d34783569bdd18c925d96b6a1dfeeab4f4f..1291c15c75d473f8f46302fddbad66d0b6d5c3c1 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>config-subsystem</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.2-Carbon</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>config-util</artifactId>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+            <phase>package</phase>
+          </execution>
+        </executions>
       </plugin>
       <plugin>
         <groupId>org.apache.felix</groupId>